public abstract class FilterBiquadCommon extends FilterBiquad
| Modifier and Type | Field and Description |
|---|---|
UnitInputPort |
Q |
amplitudefrequencyinput, outputFALSE, TRUE| Constructor and Description |
|---|
FilterBiquadCommon()
No-argument constructor instantiates the Biquad common and adds an
amplitude port to this filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeBiquadCommon(double ratio,
double Q) |
void |
recalculate()
The recalculate() method checks and ensures that the frequency and Q
values are at a minimum.
|
abstract void |
updateCoefficients()
Abstract method.
|
generate, performBiquadFiltergetInput, getOutputaddPort, addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, getCircuit, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, getSynthesizer, getTopUnit, getUnitGenerator, isEnabled, pullData, setCircuit, setEnabled, setFrameRate, setPort, setSynthesisEngine, start, start, stop, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnitGenerator, start, start, stop, stopgetUnitGeneratorpublic UnitInputPort Q
public FilterBiquadCommon()
public abstract void updateCoefficients()
public void computeBiquadCommon(double ratio,
double Q)
public void recalculate()