public class Cascade extends Object
| Constructor and Description |
|---|
Cascade() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyScale(double scale) |
double |
filter(double in) |
Biquad |
getBiquad(int index) |
int |
getNumBiquads() |
void |
reset() |
org.apache.commons.math3.complex.Complex |
response(double normalizedFrequency) |
void |
setLayout(LayoutBase proto,
int filterTypes) |
public void applyScale(double scale)
public double filter(double in)
public Biquad getBiquad(int index)
public int getNumBiquads()
public void reset()
public org.apache.commons.math3.complex.Complex response(double normalizedFrequency)
public void setLayout(LayoutBase proto, int filterTypes)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.