STM32_DSP_IIR icon indicating copy to clipboard operation
STM32_DSP_IIR copied to clipboard

How to check the data is valid or not?

Open futechiot opened this issue 3 years ago • 0 comments

Hello @YetAnotherElectronicsChannel,

your work on I2S is marvelous. I'm using ICS43434 IC from Invensense (it's giving 26 bit I2s data) in mono mode. Receiving the left channel data on SAI interface of STm32 L4 using DMA functions. HAL_SAI_Receive_DMA, HAL_SAI_RxHalfCpltCallback, HAL_SAI_RxCpltCallback.

End goal of Application is to detect the noise generated on faulty water pump motors in decibel unit. To convert into decibel I have to go through Equalization, weighting of coming samples then convert it into RMS values then convert into dB. I need help for Equalization through IIR filters.

can you help me for configuration in mono mode? cause i'm not getting your settings for stereo mode.

futechiot avatar Aug 09 '21 07:08 futechiot