breeze.signal

support

package support

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. support
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CanConvolve[Input, KernelType, Output] extends AnyRef

    Construction delegate trait for convolving type InputType.

  2. trait CanDesignFilterDecimation[Output] extends AnyRef

  3. trait CanFilter[Input, KernelType, Output] extends AnyRef

    Construction delegate trait for filtering type InputType.

  4. trait CanFilterBPBS[Input, Output] extends AnyRef

    Construction delegate trait for bandpass/bandstop filtering type InputType.

  5. trait CanFilterLPHP[Input, Output] extends AnyRef

    Construction delegate trait for lowpass/highpass filtering type InputType.

  6. trait CanFilterMedian[Input] extends AnyRef

    A relatively optimized median filter, using TreeSet

  7. trait CanFirwin[Output] extends AnyRef

    Construction delegate trait for convolving type InputType.

  8. trait CanHaarTr[InputType, OutputType] extends AnyRef

    Construction delegate for getting the FHT of a value of type InputType.

  9. trait CanIHaarTr[InputType, OutputType] extends AnyRef

    Construction delegate for getting the IFHT of a value of type InputType.

  10. class FIRKernel1D[T] extends FilterKernel1D[T]

    This immutable class encapsulates 1D FIR filter kernels.

  11. abstract class FilterKernel[T] extends AnyRef

    Portions of the code are translated from scipy (scipy.

  12. abstract class FilterKernel1D[T] extends FilterKernel[T]

  13. class IIRKernel1D[T] extends FilterKernel1D[T]

    This immutable class will encapsulate 1D IIR kernels.

Value Members

  1. object CanConvolve extends SerializableLogging

    Construction delegate for convolving type InputType.

  2. object CanDesignFilterDecimation

    Construction delegate for decimation filter design.

  3. object CanFilter

    Construction delegate for filtering type InputType.

  4. object CanFilterBPBS

  5. object CanFilterLPHP

  6. object CanFilterMedian

  7. object CanFirwin

    Construction delegate for firwin filter design.

  8. object CanHaarTr

    Construction delegate for getting the FHT of a value of type InputType.

  9. object CanIHaarTr

    Construction delegate for getting the inverse FHT of a value of type InputType.

  10. object FIRKernel1D

  11. object JTransformsSupport

    This class encapsulates convenience methods to use the JTransforms package.

  12. object WindowFunctions

  13. def nextPower(x: Double, base: Int): Double

    Gives the next largest power of base.

    Gives the next largest power of base. nextPower(x, 2) is equivalent to MATLAB nextPow2(x).

  14. def nextPower2(x: Double): Double

Inherited from AnyRef

Inherited from Any

Ungrouped