The WdfSeriesRL object implements the reflection coefficient and signal flow through a WDF simulated series RL pair.
More...
#include <fxobjects.h>
|
double | zRegister_L = 0.0 |
| storage register for L
|
|
double | zRegister_C = 0.0 |
| storage register for C (not used)
|
|
double | K = 0.0 |
|
double | componentValue_L = 0.0 |
| component value L
|
|
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 componen
|
|
double | sampleRate = 0.0 |
| sample rate
|
|
The WdfSeriesRL object implements the reflection coefficient and signal flow through a WDF simulated series RL pair.
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ getComponentConductance()
virtual double WdfSeriesRL::getComponentConductance |
( |
| ) |
|
|
inlinevirtual |
get component's value as a conducatance (or admittance)
Reimplemented from IComponentAdaptor.
◆ getComponentResistance()
virtual double WdfSeriesRL::getComponentResistance |
( |
| ) |
|
|
inlinevirtual |
◆ getComponentValue_L()
virtual double WdfSeriesRL::getComponentValue_L |
( |
| ) |
|
|
inlinevirtual |
◆ getComponentValue_R()
virtual double WdfSeriesRL::getComponentValue_R |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput()
virtual double WdfSeriesRL::getOutput |
( |
| ) |
|
|
inlinevirtual |
get output value; NOTE: see FX book for details
Reimplemented from IComponentAdaptor.
◆ getOutput1()
virtual double WdfSeriesRL::getOutput1 |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput2()
virtual double WdfSeriesRL::getOutput2 |
( |
| ) |
|
|
inlinevirtual |
◆ getOutput3()
virtual double WdfSeriesRL::getOutput3 |
( |
| ) |
|
|
inlinevirtual |
◆ reset()
virtual void WdfSeriesRL::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setComponentValue_L()
virtual void WdfSeriesRL::setComponentValue_L |
( |
double |
_componentValue_L | ) |
|
|
inlinevirtual |
◆ setComponentValue_R()
virtual void WdfSeriesRL::setComponentValue_R |
( |
double |
_componentValue_R | ) |
|
|
inlinevirtual |
◆ setComponentValue_RL()
virtual void WdfSeriesRL::setComponentValue_RL |
( |
double |
_componentValue_R, |
|
|
double |
_componentValue_L |
|
) |
| |
|
inlinevirtual |
◆ setInput()
virtual void WdfSeriesRL::setInput |
( |
double |
in | ) |
|
|
inlinevirtual |
◆ setInput1()
virtual void WdfSeriesRL::setInput1 |
( |
double |
_in1 | ) |
|
|
inlinevirtual |
◆ setInput2()
virtual void WdfSeriesRL::setInput2 |
( |
double |
_in2 | ) |
|
|
inlinevirtual |
◆ setInput3()
virtual void WdfSeriesRL::setInput3 |
( |
double |
_in3 | ) |
|
|
inlinevirtual |
◆ setSampleRate()
void WdfSeriesRL::setSampleRate |
( |
double |
_sampleRate | ) |
|
|
inline |
set sample rate and update component
◆ updateComponentResistance()
virtual void WdfSeriesRL::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: