FIRKernel1D

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
class FilterKernel[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString(): String
Definition Classes

Concrete fields

override val designText: String
lazy val length: Int
override val multiplier: Double
lazy val overhangPost: Int

Amount of overhang to append for convolution, to conserve output length.

Amount of overhang to append for convolution, to conserve output length.

lazy val overhangPre: Int

Amount of overhang to prepend for convolution, to conserve output length.

Amount of overhang to prepend for convolution, to conserve output length.