The WDFTunableButterLPF3 object implements a tunable 3rd order Butterworth ladder filter. NOTE: designed with Elsie www.TonneSoftware.comm.
More...
#include <fxobjects.h>
|
WdfSeriesAdaptor | seriesAdaptor_L1 |
| adaptor for L1
|
|
WdfParallelAdaptor | parallelAdaptor_C1 |
| adaptor for C1
|
|
WdfSeriesTerminatedAdaptor | seriesTerminatedAdaptor_L2 |
| adaptor for L2
|
|
double | L1_norm = 95.493 |
|
double | C1_norm = 530.516e-6 |
|
double | L2_norm = 95.493 |
|
bool | useFrequencyWarping = false |
| flag for freq warping
|
|
double | sampleRate = 1.0 |
| stored sample rate
|
|
The WDFTunableButterLPF3 object implements a tunable 3rd order Butterworth ladder filter. NOTE: designed with Elsie www.TonneSoftware.comm.
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 WDFTunableButterLPF3::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ createWDF()
void WDFTunableButterLPF3::createWDF |
( |
| ) |
|
|
inline |
create the filter structure; may be called more than once
◆ processAudioSample()
virtual double WDFTunableButterLPF3::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF ladder filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ reset()
virtual bool WDFTunableButterLPF3::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setFilterFc()
void WDFTunableButterLPF3::setFilterFc |
( |
double |
fc_Hz | ) |
|
|
inline |
◆ setUsePostWarping()
void WDFTunableButterLPF3::setUsePostWarping |
( |
bool |
b | ) |
|
|
inline |
parameter setter for warping
The documentation for this class was generated from the following file: