Why is the arm_biquad_cascade_df1_f32 function causing weird "noise" like signals in my DAC output?
Hey guys!I am trying to implement a difference equation into the STM32 MCU, however Iam getting this from the output of my DAC and I have no idea why this is happening?#include "main.h" #include <stdint.h> #include "arm_math.h" ...