Package jfftw

Examples of jfftw.FFTWComplexEngine


  private String TEST_STR = getClass().getName() + "::";
 
  @Test
  public final void testEngine() {
    FFTWComplexEngine ce = new FFTWComplexEngine(2048,FFTW.FORWARD,false);
    System.out.println(TEST_STR + "testEngine ");
    assertNotNull(ce);
  }
View Full Code Here

TOP

Related Classes of jfftw.FFTWComplexEngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.