时域信号的STEVAL-STWINKT1B单位

问题描述 投票:0回答:1

我需要分析我使用 st. 提供的 datalogger 软件保存为 .csv 文件的原始麦克风数据。 STEVAL-STWINKT1B 用作数据采集的传感器。我在网上找不到任何有关此原始数据的测量单位的信息。有什么帮助吗?

我在他们的社区网站上发布了问题,但到目前为止还没人回答。

stm32 microcontroller microphone
1个回答
0
投票

这是DeviceConfig.json。

            {
            "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
                    }
                ]
            }
        }
© www.soinside.com 2019 - 2024. All rights reserved.