Question
Suggested settings for PDM filter at 8KHz sampling
Posted on July 29, 2013 at 23:52
What limitations are there within the PDM filter library?
I'd like to be able to record with FS at 8KHz...the original project files show 32KHz spi configuration but FS at 16KHz and the low cutoff at 8KHz; if I want to reduce sampling, how best should I scale the filter coefficients?example:AudioFreq = 8000Filter.Fs = 4000Filter.LP_HZ = 2000Filter.HP_HZ = 10or should it be like the following?AudioFreq = 16000Filter.Fs = 8000Filter.LP_HZ = 4000Filter.HP_HZ = 10 #stm32f4-discovery-pdm-filter