The WdfParallelRC object implements the reflection coefficient and signal flow through a WDF simulated parallal RC pair.
More...
#include <fxobjects.h>
|
double | zRegister_L = 0.0 |
| storage register for L
|
|
double | zRegister_C = 0.0 |
| storage register for C
|
|
double | K = 0.0 |
|
double | componentValue_C = 0.0 |
| component value C
|
|
double | componentValue_R = 0.0 |
| component value R
|
|
double | RL = 0.0 |
| RL value.
|
|
double | RC = 0.0 |
| RC value.
|
|
double | RR = 0.0 |
| RR value.
|
|
double | componentResistance = 0.0 |
| equivalent resistance of pair of components
|
|
double | sampleRate = 0.0 |
| sample rate
|
|
The WdfParallelRC object implements the reflection coefficient and signal flow through a WDF simulated parallal RC pair.
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ getComponentConductance()
virtual double WdfParallelRC::getComponentConductance |
( |
| ) |
|
|
inlinevirtual |
get component's value as a conducatance (or admittance)
Reimplemented from IComponentAdaptor.
◆ getComponentResistance()
virtual double WdfParallelRC::getComponentResistance |
( |
| ) |
|
|
inlinevirtual |
◆ getComponentValue_C()
virtual double WdfParallelRC::getComponentValue_C |
( |
| ) |
|
|
inlinevirtual |
◆ getComponentValue_R()
virtual double WdfParallelRC::getComponentValue_R |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput()
virtual double WdfParallelRC::getOutput |
( |
| ) |
|
|
inlinevirtual |
get output value; NOTE: output is located in zRegister_C
Reimplemented from IComponentAdaptor.
◆ getOutput1()
virtual double WdfParallelRC::getOutput1 |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput2()
virtual double WdfParallelRC::getOutput2 |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput3()
virtual double WdfParallelRC::getOutput3 |
( |
| ) |
|
|
inlinevirtual |
◆ reset()
virtual void WdfParallelRC::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setComponentValue_C()
virtual void WdfParallelRC::setComponentValue_C |
( |
double |
_componentValue_C | ) |
|
|
inlinevirtual |
◆ setComponentValue_R()
virtual void WdfParallelRC::setComponentValue_R |
( |
double |
_componentValue_R | ) |
|
|
inlinevirtual |
◆ setComponentValue_RC()
virtual void WdfParallelRC::setComponentValue_RC |
( |
double |
_componentValue_R, |
|
|
double |
_componentValue_C |
|
) |
| |
|
inlinevirtual |
◆ setInput()
virtual void WdfParallelRC::setInput |
( |
double |
in | ) |
|
|
inlinevirtual |
◆ setInput1()
virtual void WdfParallelRC::setInput1 |
( |
double |
_in1 | ) |
|
|
inlinevirtual |
◆ setInput2()
virtual void WdfParallelRC::setInput2 |
( |
double |
_in2 | ) |
|
|
inlinevirtual |
◆ setInput3()
virtual void WdfParallelRC::setInput3 |
( |
double |
_in3 | ) |
|
|
inlinevirtual |
◆ setSampleRate()
void WdfParallelRC::setSampleRate |
( |
double |
_sampleRate | ) |
|
|
inline |
set sample rate and update component
◆ updateComponentResistance()
virtual void WdfParallelRC::updateComponentResistance |
( |
| ) |
|
|
inlinevirtual |
change the resistance of component; see FX book for details
Reimplemented from IComponentAdaptor.
The documentation for this class was generated from the following file: