ASPiK SDK
|
Custom structure that holds magnitude information about a brickwall filter. More...
#include <fxobjects.h>
Public Attributes | |
brickwallFilter | filterType = brickwallFilter::kBrickLPF |
double * | magArray = nullptr |
unsigned int | dftArrayLen = 0 |
double | sampleRate = 44100.0 |
double | fc = 1000.0 |
brickwall fc | |
double | Q = 0.707 |
brickwall Q | |
double | f_Low = 500.00 |
brickwall f_low | |
double | f_High = 1500.00 |
brickwall f_high | |
unsigned int | relaxationBins = 0 |
relaxation bins for FIR specification | |
bool | mirrorMag = false |
optionally mirror the output array | |
Custom structure that holds magnitude information about a brickwall filter.