class FIRKernel1D[T](val kernel: DenseVector[T], val multiplier: Double, val designText: String) extends FilterKernel1D[T]
This immutable class encapsulates 1D FIR filter kernels. It also internally stores the kernel Fourier transform for multiple applications of fft convolution.
- Companion:
- object
Value members
Concrete methods
Concrete fields
Amount of overhang to append for convolution, to conserve output length.
Amount of overhang to append for convolution, to conserve output length.