git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@90844 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
834f19eb06
commit
772885e523
|
@ -74,6 +74,7 @@ public class SpectrogramCustom extends FunctionGraphCustom
|
|||
protected int spectra_indexmax = 0; // index in each spectrum corresponding to FREQ_MAX
|
||||
|
||||
|
||||
|
||||
public SpectrogramCustom(double[] signal, int samplingRate)
|
||||
{
|
||||
this(signal, samplingRate, DEFAULT_WIDTH, DEFAULT_HEIGHT);
|
||||
|
|
Loading…
Reference in New Issue