Skip to content

Commit

Permalink
iirfilt/autotest: reducing number of samples in integrator test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Mar 7, 2024
1 parent 28bca17 commit c5623b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/tests/iirfilt_copy_autotest.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void autotest_iirfilt_integrator()
{
// options
unsigned int num_ones = 10;
unsigned int num_samples = 200;
unsigned int num_samples = 40;

// allocate memory for data arrays
float buf_0[num_samples]; // filter input
Expand Down

0 comments on commit c5623b8

Please sign in to comment.