Package

toolkit.filtering

frequency

Permalink

package frequency

Visibility
  1. Public
  2. All

Value Members

  1. object FilterFFT extends libcog.Logarithm

    Permalink

    Takes the FFT of a convolution filter.

    Takes the FFT of a convolution filter. This does not take into account boundary effects--that must be done before calling by using, for example, PadFFT.

  2. object Filtergrid extends libcog.Logarithm with MatlabFunctions

    Permalink

    Implements Peter Kovesi's filtergrid function from his computer vision library: http://www.csse.uwa.edu.au/~pk/research/matlabfns/

  3. object Lowpassfilter extends libcog.Logarithm with MatlabFunctions

    Permalink

    Implements Peter Kovesi's lowpassfilter function from his computer vision library: http://www.csse.uwa.edu.au/~pk/research/matlabfns/

  4. object TestLowpassfilter extends App

    Permalink

Ungrouped