Question
Using PDM to PCM conversion library
I am using a STM32L1 MCU and I want to use the PDM to PCM conversion library, so I downloaded X-CUBE-MEMSMIC1, in the audio PDM lib folder I found libPDMFilter_CM3_Keil.lib.
In the release note I read this lib is for 16KHz PCM data sampling rate, So my questions are:
- Does "16KHz" mean 16KHz sampling rate from the already sampled PDM data? My final and overall audio sampling rate exceeds 16 KHz, I don't think here the 16 KHz equals to the final and overall sampling rate of audio data. For example, if I increase the PDM sampling rate, though the constant 16 KHz sampling rate when it comes to PDM to PCM conversion, the final and overall sampling rate will increase.
- Is there a guide on how to configure filtering paramters?
Thank you in advance