|
| enum class | Mode { Bypass
, Decimator
, Interpolator
, Resampler
} |
| |
|
|
| FIRResampler (int out_fs, int in_fs) |
| |
|
| FIRResampler (int out_fs, int in_fs, span_real h) |
| |
| arr_real | process (span_real sig) final |
| |
| int | delay () const noexcept final |
| |
| int | interp_rate () const noexcept final |
| |
| int | decim_rate () const noexcept final |
| |
|
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) |
| |
◆ decim_rate()
| int dsplib::FIRResampler::decim_rate |
( |
| ) |
const |
|
finalvirtualnoexcept |
◆ delay()
| int dsplib::FIRResampler::delay |
( |
| ) |
const |
|
finalvirtualnoexcept |
◆ interp_rate()
| int dsplib::FIRResampler::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