This commit is contained in:
Gianpaolo Coro 2014-02-03 13:58:16 +00:00
parent 772885e523
commit 8dd9ddb5c4
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class SignalConversions {
return spectrum;
}
public static void displaySpectrogram(double[][] spectrum, String name, int samplingRate, int windowshift, int frameslength, boolean display) throws Exception {
public static void displaySpectrogram(double[][] spectrum, String name, int samplingRate, int windowshift, int frameslength) throws Exception {
SpectrogramCustom spec = new SpectrogramCustom(null, samplingRate, Window.get(Window.HAMMING, frameslength), windowshift, frameslength, 640, 480);