Package com.nr.sp

Examples of com.nr.sp.Daub4i


   

    // Test Daub4i
    System.out.println("Testing Daub4i");

    Daub4i d4i=new Daub4i();
    for (i=0;i<N;i++) {
      for (j=0;j<N;j++) a[j]=0.0;
      a[i]=1.0/sqrt(N/2.0);

      wt1(a,-1,d4i);
View Full Code Here

TOP

Related Classes of com.nr.sp.Daub4i

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.