math.fourierTransforms.r2
Class FFT1dComplexTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by math.fourierTransforms.r2.FFT1dComplexTest
All Implemented Interfaces:
junit.framework.Test

public class FFT1dComplexTest
extends junit.framework.TestCase

FFT1dComplex Tester.

Since:
11/17/2005
Version:
1.0
Author:

Constructor Summary
FFT1dComplexTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testComputeBackwardFFT()
           
 void testComputeForwardFFT()
           
 void testFft()
           
static void testFFT()
          Test the DFT using a small number of samples.
 void testGetData()
           
 void testMain()
           
 void testPrint()
           
 void testSynthesizeRamp()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FFT1dComplexTest

public FFT1dComplexTest(java.lang.String name)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testPrint

public void testPrint()
               throws java.lang.Exception
Throws:
java.lang.Exception

testSynthesizeRamp

public void testSynthesizeRamp()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testComputeForwardFFT

public void testComputeForwardFFT()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testComputeBackwardFFT

public void testComputeBackwardFFT()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFft

public void testFft()
             throws java.lang.Exception
Throws:
java.lang.Exception

testFFT

public static void testFFT()
                    throws java.lang.Exception
Test the DFT using a small number of samples. This is an O(N**2) algorithm.

Throws:
java.lang.Exception

testMain

public void testMain()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetData

public void testGetData()
                 throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static junit.framework.Test suite()