vec_math
Class PowerSpectrum.Test
java.lang.Object
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.
|
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 |
PowerSpectrum.Test
public PowerSpectrum.Test()
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.