JIGL
v1.6

Package jigl.signal.ops

Provides classes for convolution, FFT, shifting and noise-adding on a signal.

See:
          Description

Class Summary
Convolve Performs convolution on a signal with a supplied SignalKernel.
ForwardFFT Provides a SimpleOperator wrapper around the jigl.signal.utils.FFT class.
GaussianNoise Adds gaussian noise to a signal.
PoissonNoise Adds poission noise to a signal.
ReverseFFT Provides a SimpleOperator wrapper around jigl.signal.utils.FFT.
Shift Shifts a signal with or without wrapping around.
UniformNoise Adds uniform noise to a signal.
 

Package jigl.signal.ops Description

Provides classes for convolution, FFT, shifting and noise-adding on a signal.

All the classes in this package are subclasses of SimpleOperator.


JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu