|
|
| FIRInterpolator (int interp) |
| |
|
| FIRInterpolator (int interp, span_real h) |
| |
| arr_real | process (span_real in) final |
| |
| int | delay () const noexcept final |
| |
| int | interp_rate () const noexcept final |
| |
|
virtual int | decim_rate () const noexcept |
| |
|
int | next_size (int size) const noexcept |
| |
|
int | prev_size (int size) const noexcept |
| |
|
|
static std::vector< arr_real > | polyphase (span_real h, int m, real_t gain=1.0, bool flip_coeffs=false) |
| |
|
static int | next_size (int size, int p, int q) |
| |
|
static int | prev_size (int size, int p, int q) |
| |
|
static std::pair< int, int > | simplify (int p, int q) |
| |
◆ delay()
| int dsplib::FIRInterpolator::delay |
( |
| ) |
const |
|
finalvirtualnoexcept |
◆ interp_rate()
| int dsplib::FIRInterpolator::interp_rate |
( |
| ) |
const |
|
finalvirtualnoexcept |
◆ process()
The documentation for this class was generated from the following file:
- /home/runner/work/dsplib/dsplib/include/dsplib/resample.h