public abstract class RectPass extends NormalizedFIR
NormalizedFIR.Normalization
h, systemMeasures
Constructor and Description |
---|
RectPass(java.lang.String name,
double cutoffFrequency) |
Modifier and Type | Method and Description |
---|---|
void |
cutoffFrequency(double cutoffFrequencyD) |
double |
getCutoffFrequency() |
int |
getDeltaTs() |
void |
notifyBeforeParameterChange(Parameters changedParameters)
Parameters have changed (a copy of the systems parameters has been changed by the user).
|
void |
setDeltaTs(int deltaTs) |
RectPass |
setWindow(Window window) |
buildFir, normalize, normalize, normalizeLowpassSpectrumFactor, setNormalizedImpulseResponseEnergy
build, hedgeNumberOfCoefficients, hedgeNumberOfCoefficients, notifyPropertyChanged
connect, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getImplementation, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, show
addSymbol, getMainParameters, getName, longName, name, name, setStepInterceptor, setSymbol, show, show, toString
public RectPass(java.lang.String name, double cutoffFrequency)
name
- cutoffFrequency
- 6dB Grenzfrequenzpublic void setDeltaTs(int deltaTs)
public double getCutoffFrequency()
public void cutoffFrequency(double cutoffFrequencyD)
public int getDeltaTs()
public void notifyBeforeParameterChange(Parameters changedParameters)
notifyBeforeParameterChange
in class WiringComponent