sound.spectrogram
Class SpectroGramContainer

java.lang.Object
  extended by 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


Constructor Summary
SpectroGramContainer(double[][] newdata, double secPerX, double freqPerY)
           
 
Method Summary
 double getFrequencyPerY()
           
 short[][] getLogScaledData(short scaleMaxToThis)
           
 double getMax()
           
 double getMin()
           
 int getNumX()
           
 int getNumY()
           
 short[][] getScaledData(short scaleMaxToThis)
           
 double getSecondsPerX()
           
 void setData(double[][] newdata, double secPerX, double freqPerY)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpectroGramContainer

public SpectroGramContainer(double[][] newdata,
                            double secPerX,
                            double freqPerY)
Method Detail

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)