|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.feature.extraction.audio.spectrum.Spectrogram
public class Spectrogram
Copyright Vienna University of Technology
Constructor Summary | |
---|---|
Spectrogram()
|
Method Summary | |
---|---|
static double[][] |
computeSpectrogram(double[] wavedata,
int fft_window_length,
int fft_window_inc,
java.lang.String window_type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Spectrogram()
Method Detail |
---|
public static double[][] computeSpectrogram(double[] wavedata, int fft_window_length, int fft_window_inc, java.lang.String window_type)
wavedata
- audio signal provided as double arrayfft_window_length
- size of fft window for spectrogram calculationfft_window_inc
- increment for fft window (e.g. fft_window_length/2 means 50 % overlap)window_type
- type of applied window: a constant from Window class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |