Construction delegate trait for lowpass/highpass 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 filterLP(x: DenseVector) or filterHP(x: DenseVector).
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
def apply(data: Input, omega: Double, sampleRate: Double, taps: Int, lowPass: Boolean, kernelType: OptDesignMethod, overhang: OptOverhang, padding: OptPadding): Output