jm.jigl
Interface Signal

All Known Implementing Classes:
ComplexSignal, DiscreteSignal, RealSignal

public interface Signal

Signal is the base class for ComplexSignal, ConvertSignal, DiscreteSignal

In addition, all typed signal classes must support the following typed methods:

get set clear ...

See Also:
jigl.signal.Signal

Method Summary
 Signal copy()
          Returns a deep copy of a signal
 int length()
          length of the signal
 java.lang.String toString()
          Returns the string representation of a signal
 

Method Detail

length

public int length()
length of the signal


toString

public java.lang.String toString()
Returns the string representation of a signal

Overrides:
toString in class java.lang.Object

copy

public Signal copy()
Returns a deep copy of a signal