vec_math
Class PowerSpectrum.Test

java.lang.Object
  extended by vec_math.PowerSpectrum.Test
Enclosing class:
PowerSpectrum

public static class PowerSpectrum.Test
extends Object

Test of periodogram. We overlay two purely sine waves at random frequencies and random apmlituteds and feed this into the periodogram.


Constructor Summary
PowerSpectrum.Test()
           
 
Method Summary
static void main(String[] arg)
          If a command line argument is given, it is the length of the set, otherwise 1024 is used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerSpectrum.Test

public PowerSpectrum.Test()
Method Detail

main

public static void main(String[] arg)
If a command line argument is given, it is the length of the set, otherwise 1024 is used.