The WDFIdealRLCHPF object implements an ideal RLC HPF using the WDF library.
More...
#include <fxobjects.h>
The WDFIdealRLCHPF object implements an ideal RLC HPF 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 WDFIdealRLCHPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ createWDF()
void WDFIdealRLCHPF::createWDF |
( |
| ) |
|
|
inline |
create 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 WDFIdealRLCHPF::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 WDFIdealRLCHPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters()
void WDFIdealRLCHPF::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: