Unit of measure for the MEMS IMP23ABSU microphone
Hello, i have searched for this information, but couldnt find it anywhere. Whats the unit of the measured of the MEMS IMP23ABSU mic? I have used the STEVAL-STWINKT1B with the FP-SNS-DATALOG1 from which i created several .csv files that i now need to analyse. I have exported the values as "raw values" (which is an option you can choose when running the script of the dataloger).
So far i have checked the DeviceConfig.json from the dataloger and found out that the unit is "unit": "Waveform". Does that mean the values, measured from the microphone, are in Pa or dB?
You can find part of my DeviceConfig.json below.
{
"id": 7,
"name": "IMP23ABSU",
"sensorDescriptor": {
"subSensorDescriptor": [
{
"id": 0,
"sensorType": "MIC",
"dimensions": 1,
"dimensionsLabel": [
"aud"
],
"unit": "Waveform",
"dataType": "int16_t",
"FS": [
130
],
"ODR": [
8000,
16000,
32000,
48000,
96000,
192000
],
"samplesPerTs": {
"min": 0,
"max": 1000,
"dataType": "int16_t"
}
}
]
},
"sensorStatus": {
"subSensorStatus": [
{
"ODR": 192000,
"ODRMeasured": 192000,
"initialOffset": 0.19303,
"FS": 130,
"sensitivity": 1,
"isActive": true,
"samplesPerTs": 1000,
"usbDataPacketSize": 4096,
"sdWriteBufferSize": 136192,
"wifiDataPacketSize": 0,
"comChannelNumber": -1,
"ucfLoaded": false
}
]
}
}
