breeze.signal.support
Type members
Classlikes
Construction delegate for decimation filter design. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call these implicit delegates directly. Instead, use firwin(x: DenseVector).
Construction delegate for decimation filter design. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call these implicit delegates directly. Instead, use firwin(x: DenseVector).
- Companion:
- class
Construction delegate trait for 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 convolve(x: DenseVector).
Construction delegate trait for 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 convolve(x: DenseVector).
- Companion:
- object
Construction delegate for 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 convolve(x: DenseVector).
Construction delegate for 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 convolve(x: DenseVector).
- Companion:
- class
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).
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
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).
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
Construction delegate for getting the FHT of a value of type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call this implicit delegate directly.
Construction delegate for getting the FHT of a value of type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call this implicit delegate directly.
- Companion:
- object
Construction delegate for getting the FHT of a value of type InputType.
Construction delegate for getting the FHT of a value of type InputType.
- Companion:
- class
Construction delegate for getting the IFHT of a value of type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call this implicit delegate directly.
Construction delegate for getting the IFHT of a value of type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call this implicit delegate directly.
- Companion:
- object
Construction delegate for getting the inverse FHT of a value of type InputType.
Construction delegate for getting the inverse FHT of a value of type InputType.
- Companion:
- class
This immutable class encapsulates 1D FIR filter kernels. It also internally stores the kernel Fourier transform for multiple applications of fft convolution.
This immutable class encapsulates 1D FIR filter kernels. It also internally stores the kernel Fourier transform for multiple applications of fft convolution.
- Companion:
- object
Portions of the code are translated from scipy (scipy.org) based on provisions of the BSD license.
Portions of the code are translated from scipy (scipy.org) based on provisions of the BSD license.
This immutable class will encapsulate 1D IIR kernels. Not implemented yet.
This immutable class will encapsulate 1D IIR kernels. Not implemented yet.
This class encapsulates convenience methods to use the JTransforms package.
This class encapsulates convenience methods to use the JTransforms package.
Created with IntelliJ IDEA. User: takagaki Date: 25.06.13 Time: 21:02 To change this template use File | Settings | File Templates.