Package Azigram
Class AzigramParameters
java.lang.Object
Azigram.AzigramParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]Bearing bias/correction (degrees?) (parameter from Thode Azigram)intfloatApply gain (in dB) when displaying on the spectrogram.floatdoubleSeconds to average PSD for long-term display or 0 for no averaging (parameter from Thode Azigram)static final long - 
Constructor Summary
Constructors - 
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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 - 
clone
 - 
getOutputSampleRate
public float getOutputSampleRate() - 
getOutputRateList
Possible output-rates for the Azigram output.- Returns:
 
 
 -