Construction delegate trait for bandpass/bandstop filtering type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call these implicit delegates directly. Instead, use filterBP(x: DenseVector) or filterBS(x: DenseVector).
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
def apply(data: Input, omega: (Double, Double), sampleRate: Double, taps: Int, bandStop: Boolean, kernelType: OptDesignMethod, overhang: OptOverhang, padding: OptPadding): Output