sound.spectrogram
Class SpectroGramContainer
java.lang.Object
   sound.spectrogram.SpectroGramContainer
sound.spectrogram.SpectroGramContainer
- public class SpectroGramContainer 
- extends java.lang.Object
Created by Robert Distinti.
 User: default
 Date: Aug 8, 2005
 Time: 9:47:58 PM
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SpectroGramContainer
public SpectroGramContainer(double[][] newdata,
                            double secPerX,
                            double freqPerY)
setData
public void setData(double[][] newdata,
                    double secPerX,
                    double freqPerY)
- 
 
getNumX
public int getNumX()
- 
 
getNumY
public int getNumY()
- 
 
getMin
public double getMin()
- 
 
getMax
public double getMax()
- 
 
getSecondsPerX
public double getSecondsPerX()
- 
 
getFrequencyPerY
public double getFrequencyPerY()
- 
 
getScaledData
public short[][] getScaledData(short scaleMaxToThis)
- 
 
getLogScaledData
public short[][] getLogScaledData(short scaleMaxToThis)
-