You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sampling frequency in the IIR_wAFC in the main ino seems to mismatch the "assumed" rate in filter_coeff_sos.h
I'm not totally clear what the consequences of that would be, but I could imagine the crossover freqs being off by ~10% or something more kooky.
Now that we have an IIR filter block that can calculate it's own coefficients, we need to update these two sketches to simply compute the coefficients for themselves. Then, we avoid the mismatched sample rate.
An initial test to verify BC127 BLE functionality and interoperability with iOS devices. Once BLE connections are established, ASCII input from an iOS device should be echo'd back by the Tympan.
Begins: #26
The sampling frequency in the IIR_wAFC in the main ino seems to mismatch the "assumed" rate in filter_coeff_sos.h
I'm not totally clear what the consequences of that would be, but I could imagine the crossover freqs being off by ~10% or something more kooky.
24000 in https://github.com/Tympan/Tympan_Library/blob/master/examples/05-FullSystems/WDRC_3BandIIR_wAFC/filter_coeff_sos.h#L31
vs
22050 in https://github.com/Tympan/Tympan_Library/blob/master/examples/05-FullSystems/WDRC_3BandIIR_wAFC/WDRC_3BandIIR_wAFC.ino#L48
Similar issue in 8 band IIR wAFC
The text was updated successfully, but these errors were encountered: