ASPiK SDK
|
Custom parameter structure for the AnalogFIRFilter object. This is a somewhat silly object that implaments an analog magnitude response as a FIR filter. NOT DESIGNED to replace virtual analog; rather it is intended to show the frequency sampling method in an easy (and fun) way. More...
#include <fxobjects.h>
Public Member Functions | |
AnalogFIRFilterParameters & | operator= (const AnalogFIRFilterParameters ¶ms) |
AnalogFIRFilterParameters & | operator= (const AnalogFIRFilterParameters ¶ms) |
AnalogFIRFilterParameters & | operator= (const AnalogFIRFilterParameters ¶ms) |
AnalogFIRFilterParameters & | operator= (const AnalogFIRFilterParameters ¶ms) |
Public Attributes | |
analogFilter | filterType = analogFilter::kLPF1 |
filter type | |
double | fc = 0.0 |
filter fc | |
double | Q = 0.0 |
filter Q | |
Custom parameter structure for the AnalogFIRFilter object. This is a somewhat silly object that implaments an analog magnitude response as a FIR filter. NOT DESIGNED to replace virtual analog; rather it is intended to show the frequency sampling method in an easy (and fun) way.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.