Flan
|
Calculation and storage class for FIR filters. More...
#include <CDSPFIRFilter.h>
Public Member Functions | |
bool | isZeroPhase () const |
int | getLatency () const |
double | getLatencyFrac () const |
int | getKernelLen () const |
int | getBlockLenBits () const |
const double * | getKernelBlock () const |
void | unref () |
This function should be called when the filter obtained via the filter cache is no longer needed. | |
Static Public Member Functions | |
static double | getLPMinTransBand () |
static double | getLPMaxTransBand () |
static double | getLPMinAtten () |
static double | getLPMaxAtten () |
Friends | |
class | CDSPFIRFilterCache |
Calculation and storage class for FIR filters.
Class that implements calculation and storing of a FIR filter (currently contains low-pass filter calculation routine designed for sample rate conversion). Objects of this class cannot be created directly, but can be obtained via the CDSPFilterCache::getLPFilter() static function.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |