Parkinson Disease Database

spirals.data.doubleViewers
Class FFTBottom

java.lang.Object
  extended by spirals.data.doubleViewers.DoubleViewerBottom
      extended by spirals.data.doubleViewers.FFTBottom

public class FFTBottom
extends DoubleViewerBottom

Dolní panel - zobrazuje FFT.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ČVUT FEL, Prague


Field Summary
protected  int fftSize
          počet vzorků odpovídající maximální frekvenci
protected  int maxFrequency
          maximální zobrazovaná frekcence
 
Fields inherited from class spirals.data.doubleViewers.DoubleViewerBottom
begin, data, end, max, min, screen, size, whiteX
 
Constructor Summary
FFTBottom(javax.swing.JPanel screen, double[] data)
           
 
Method Summary
 void paint(java.awt.Graphics g)
           
 void setMaxFrequency(int frequency)
           
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewerBottom
getOffset, getSize, paintGraph, setBegin, setDrawColor, setEnd, setMax, setMin, setWhiteX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxFrequency

protected int maxFrequency
maximální zobrazovaná frekcence


fftSize

protected int fftSize
počet vzorků odpovídající maximální frekvenci

Constructor Detail

FFTBottom

public FFTBottom(javax.swing.JPanel screen,
                 double[] data)
Parameters:
screen - JPanel
data - double[] hodnoty FFT
Method Detail

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class DoubleViewerBottom

setMaxFrequency

public void setMaxFrequency(int frequency)

Parkinson Disease Database