Skip to content

Commit

Permalink
iirdes/autotest: increasing tolerance for dcblock test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Dec 21, 2024
1 parent 9abf4ba commit 3d1213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/tests/iirfilt_autotest.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void autotest_iirfilt_dcblock()
unsigned int n = 400000; // number of output samples to analyze
float alpha= 0.2f; // forgetting factor
unsigned int nfft = 1200; // number of bins in transform
float tol = 0.7f; // error tolerance [dB]
float tol = 1.0f; // error tolerance [dB]

// create base object
iirfilt_crcf filter = iirfilt_crcf_create_dc_blocker(alpha);
Expand Down

0 comments on commit 3d1213f

Please sign in to comment.