Package Azigram
Class AzigramParameters
java.lang.Object
Azigram.AzigramParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble[]
Bearing bias/correction (degrees?) (parameter from Thode Azigram)int
float
Apply gain (in dB) when displaying on the spectrogram.float
double
Seconds to average PSD for long-term display or 0 for no averaging (parameter from Thode Azigram)static final long
-
Constructor Summary
-
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
channelBitmap
public int channelBitmap -
dataSource
-
secAvg
public double secAvgSeconds to average PSD for long-term display or 0 for no averaging (parameter from Thode Azigram) -
bearingCorrection
public double[] bearingCorrectionBearing bias/correction (degrees?) (parameter from Thode Azigram) -
outputSampleRate
public float outputSampleRate -
displayGaindB
public float displayGaindBApply gain (in dB) when displaying on the spectrogram. This is a hack to help the Azigram look nicer. It allows the user some discretion to adjust how Azigram transparency/fade-to-black works.
-
-
Constructor Details
-
AzigramParameters
public AzigramParameters()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
clone
-
getOutputSampleRate
public float getOutputSampleRate() -
getOutputRateList
Possible output-rates for the Azigram output.- Returns:
-