vec_math
Class CleanFourier.Fig10

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

public static final class CleanFourier.Fig10
extends Object

First test class that does Figure 1, p 971. 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
Random dropping possible.


Constructor Summary
CleanFourier.Fig10()
           
 
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.Fig10

public CleanFourier.Fig10()
Method Detail

main

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

Throws:
IOException