Is it possible to measure sound intensity level from PCM samples?
I am using two PDM microphones(mems transducer) with STM32 to measure the intensity and if the intensity of the left microphone is higher than the right one then an LED should turn on and vice versa.
We measure the intensity of analog signals like when the signal is higher than a certain threshold then do something(if(ADC_Val >= 3000)do something...), so is it possible to do such things with digital microphones?
Is it possible to measure the intensity of sound level from PCM samples?
