git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@90845 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
772885e523
commit
8dd9ddb5c4
|
@ -279,7 +279,7 @@ public class SignalConversions {
|
||||||
return spectrum;
|
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);
|
SpectrogramCustom spec = new SpectrogramCustom(null, samplingRate, Window.get(Window.HAMMING, frameslength), windowshift, frameslength, 640, 480);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue