|
libsdr
0.1.0
A simple SDR library
|
Implements the calculation of the filter coefficients for the use in the FIRFilter template class.
More...
#include <firfilter.hh>
Static Public Member Functions | |
| static void | coeffs (std::vector< double > &alpha, double Fl, double Fu, double Fs) |
| Calculates the filter coefficients. More... | |
Implements the calculation of the filter coefficients for the use in the FIRFilter template class.
|
inlinestatic |
Calculates the filter coefficients.
1.8.9.1