The WDFIdealRLCLPF object implements an ideal RLC LPF using the WDF library.
More...
#include <fxobjects.h>
The WDFIdealRLCLPF object implements an ideal RLC LPF 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 WDFIdealRLCLPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ createWDF()
void WDFIdealRLCLPF::createWDF |
( |
| ) |
|
|
inline |
create the WDF structure; may be called more than once
◆ getParameters()
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ processAudioSample()
virtual double WDFIdealRLCLPF::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 WDFIdealRLCLPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters()
void WDFIdealRLCLPF::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: