fir1
fir1 copied to clipboard
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
Results
1
fir1 issues
Sort by
recently updated
recently updated
newest added
https://github.com/berndporr/fir1/blob/d67235d923edc6d36f57d1b1c135885196d9f19a/Fir1.h#L95 The filter function computes the y(n) for n=0, 1,. . ., L but does not do it until L + M -1. where M is the number of taps....