Examples of FFTWComplexEngine


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
Copyright © 2018 www.massapi.com. 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.