|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jsyn.unitgen.UnitGenerator
com.jsyn.unitgen.UnitFilter
com.jsyn.unitgen.TunableFilter
com.jsyn.unitgen.FilterBiquad
com.jsyn.unitgen.FilterBiquadCommon
com.jsyn.unitgen.FilterPeakingEQ
public class FilterPeakingEQ
PeakingEQ Filter. This can be used to raise or lower the gain around the cutoff frequency. This filter is sometimes used in the middle of a bank of EQ filters. This filter is based on the BiQuad filter. Coefficients are updated whenever the frequency or Q changes.
Field Summary | |
---|---|
UnitInputPort |
gain
|
Fields inherited from class com.jsyn.unitgen.FilterBiquadCommon |
---|
Q |
Fields inherited from class com.jsyn.unitgen.FilterBiquad |
---|
amplitude |
Fields inherited from class com.jsyn.unitgen.TunableFilter |
---|
frequency |
Fields inherited from class com.jsyn.unitgen.UnitFilter |
---|
input, output |
Fields inherited from class com.jsyn.unitgen.UnitGenerator |
---|
FALSE, TRUE |
Constructor Summary | |
---|---|
FilterPeakingEQ()
|
Method Summary | |
---|---|
void |
updateCoefficients()
Abstract method. |
Methods inherited from class com.jsyn.unitgen.FilterBiquadCommon |
---|
computeBiquadCommon, recalculate |
Methods inherited from class com.jsyn.unitgen.FilterBiquad |
---|
generate, performBiquadFilter |
Methods inherited from class com.jsyn.unitgen.UnitFilter |
---|
getInput, getOutput |
Methods inherited from class com.jsyn.unitgen.UnitGenerator |
---|
addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, isEnabled, pullData, setCircuit, setFrameRate, setSynthesisEngine, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public UnitInputPort gain
Constructor Detail |
---|
public FilterPeakingEQ()
Method Detail |
---|
public void updateCoefficients()
FilterBiquadCommon
updateCoefficients
in class FilterBiquadCommon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |