The WDFIdealRLCBSF object implements an ideal RLC BSF using the WDF library.
More...
#include <fxobjects.h>
The WDFIdealRLCBSF object implements an ideal RLC BSF using the WDF library.
Audio I/O:
- Processes mono input to mono output.
Control I/F:
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ canProcessAudioFrame()
virtual bool WDFIdealRLCBSF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ createWDF()
void WDFIdealRLCBSF::createWDF |
( |
| ) |
|
|
inline |
◆ getParameters()
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ processAudioSample()
virtual double WDFIdealRLCBSF::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF Ideal RLC filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ reset()
virtual bool WDFIdealRLCBSF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters()
void WDFIdealRLCBSF::setParameters |
( |
const WDFParameters & |
_wdfParameters | ) |
|
|
inline |
set parameters: note use of custom structure for passing param data
- Parameters
-
The documentation for this class was generated from the following file: