Package it.hakvoort.eeg.util

Examples of it.hakvoort.eeg.util.FFTDataBuffer


  private JHistogram hist;
 
  public FFTPlot(int size, int rate) {
    super("FFT spectrum");
   
    buffer = new FFTDataBuffer(size, rate);
   
    fftDataSeries = new FFTDataSeries();
   
    model.addSeries(fftDataSeries);
   
View Full Code Here

TOP

Related Classes of it.hakvoort.eeg.util.FFTDataBuffer

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.