vec_math
Class CleanFourier.Duty

java.lang.Object
  extended by vec_math.CleanFourier.Duty
Enclosing class:
CleanFourier

public static final class CleanFourier.Duty
extends Object

First test class that does Figure 8f, p 981. Formular:

       f(t) = A0+A1*cos(2πf1t+&Phi1;)+A2*cos(2πf2t+&Phi2;),
A0,1,2 =1.0, 1., 0.4
f1,2 = 31.0, 57.0 Hz
Φ1,2=π/2-2πf1,-π/2-2πf2
Different duty cycle length possible, duty cycle frequency 14Hz.


Constructor Summary
CleanFourier.Duty()
           
 
Method Summary
static void main(String[] arg)
          If command line argument is given, it is the number of points dropped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanFourier.Duty

public CleanFourier.Duty()
Method Detail

main

public static final void main(String[] arg)
If command line argument is given, it is the number of points dropped.