Skip to content

Commit 920d686

Browse files
committed
fix benchs error
1 parent dd5b970 commit 920d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchs/adaptive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
static std::pair<dsplib::arr_real, dsplib::arr_real> _prepare_frame(int M, int L) {
55
const auto h = dsplib::randn(M);
6-
auto flt = dsplib::FftFilter(h);
6+
auto flt = dsplib::FirFilter(h);
77
auto x = dsplib::randn(L);
88
auto n = 0.01 * dsplib::randn(L);
99
auto d = flt(x) + n;

0 commit comments

Comments
 (0)