Package com.nr.sp.Fourier

Examples of com.nr.sp.Fourier.Period


        y[j]=0.75*cos(0.6*x[j])+mynorm.dev();
        j++;
      }
    }
   
    Period period = new Period(px,py);
    period.period(x,y,4.0,1.0);
    px = period.px;py=period.py;
    nout = period.nout;jmax=period.jmax;prob = period.prob;
   

//    System.out.println("period results for test signal (cos(0.6x) + noise):");
View Full Code Here

TOP

Related Classes of com.nr.sp.Fourier.Period

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.