Package deepWhistle
Class MaskedFFTParamters
java.lang.Object
deepWhistle.MaskedFFTParamters
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeepWhistleParamters
Parameters for DeepWhistle (initial masking-only implementation).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleNumber of seconds to buffer before processingintChannel bitmap for channels to process (default - all)intLong name of the FFT data source blockbooleanAdditional simple options for future useName for the output masked FFT block (short name)static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dataSourceName
Long name of the FFT data source block -
channelMap
public int channelMapChannel bitmap for channels to process (default - all) -
outputName
Name for the output masked FFT block (short name) -
bufferSeconds
public double bufferSecondsNumber of seconds to buffer before processing -
enabled
public boolean enabledAdditional simple options for future use -
dataSourceIndex
public int dataSourceIndex
-
-
Constructor Details
-
MaskedFFTParamters
public MaskedFFTParamters()
-