Examples of Daub4i


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
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.