com.isti.jevalresp
Class AmpPhaseBlk

java.lang.Object
  extended by com.isti.jevalresp.AmpPhaseBlk

public class AmpPhaseBlk
extends java.lang.Object

Class AmpPhaseBlk holds amplitude and a phase value.


Field Summary
 double amp
          Amplitude value.
 double phase
          Phase value.
 
Constructor Summary
AmpPhaseBlk(double amp, double phase)
          Creates a block holding an amplitude and a phase value.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the values held by this block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

amp

public final double amp
Amplitude value.


phase

public final double phase
Phase value.

Constructor Detail

AmpPhaseBlk

public AmpPhaseBlk(double amp,
                   double phase)
Creates a block holding an amplitude and a phase value.

Parameters:
amp - amplitude value.
phase - phase value.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the values held by this block.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the values held by this block.