We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5b970 commit 920d686Copy full SHA for 920d686
benchs/adaptive.cpp
@@ -3,7 +3,7 @@
3
4
static std::pair<dsplib::arr_real, dsplib::arr_real> _prepare_frame(int M, int L) {
5
const auto h = dsplib::randn(M);
6
- auto flt = dsplib::FftFilter(h);
+ auto flt = dsplib::FirFilter(h);
7
auto x = dsplib::randn(L);
8
auto n = 0.01 * dsplib::randn(L);
9
auto d = flt(x) + n;
0 commit comments