spirals.data.doubleViewers
Class FFTTabletDataViewer
java.lang.Object
spirals.data.viewers.TabletDataViewer
spirals.data.doubleViewers.DoubleViewer
spirals.data.doubleViewers.DoubleViewerDrag
spirals.data.doubleViewers.TimeTabletDataViewer
spirals.data.doubleViewers.TimeDifTabletDataViewer
spirals.data.doubleViewers.FFTTabletDataViewer
- All Implemented Interfaces:
- java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener
- Direct Known Subclasses:
- KepsterTabletDataViewer
public class FFTTabletDataViewer
- extends TimeDifTabletDataViewer
Zobrazuje FFT.
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ČVUT FEL, Prague
Field Summary |
protected ComplexVector |
fft
|
protected static int |
fftSize
velikost FFT |
protected static int |
maxFrequency
nejvyšší zobrazovaná frekvence |
protected static double |
maxPower
výška zobrazovaného grafu bude oříznuta na téhle hladině |
Constructor Summary |
FFTTabletDataViewer(javax.swing.JPanel screen,
javax.swing.JPanel controls,
Data data,
boolean all,
boolean showUp)
|
Method Summary |
java.lang.String |
getDescription()
vrátí textový popis prohlížeče |
protected void |
setBottom(double[] vect,
double maxPower,
int maxFrequency)
|
void |
updateData()
vybere všechna data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxPower
protected static final double maxPower
- výška zobrazovaného grafu bude oříznuta na téhle hladině
- See Also:
- Constant Field Values
maxFrequency
protected static final int maxFrequency
- nejvyšší zobrazovaná frekvence
- See Also:
- Constant Field Values
fftSize
protected static final int fftSize
- velikost FFT
- See Also:
- Constant Field Values
fft
protected ComplexVector fft
FFTTabletDataViewer
public FFTTabletDataViewer(javax.swing.JPanel screen,
javax.swing.JPanel controls,
Data data,
boolean all,
boolean showUp)
setBottom
protected void setBottom(double[] vect,
double maxPower,
int maxFrequency)
updateData
public void updateData()
- Description copied from class:
TimeTabletDataViewer
- vybere všechna data
- Overrides:
updateData
in class TimeDifTabletDataViewer
getDescription
public java.lang.String getDescription()
- Description copied from class:
TabletDataViewer
- vrátí textový popis prohlížeče
- Overrides:
getDescription
in class TimeDifTabletDataViewer
- Returns:
- String