Package beamformer.localiser
Class BFLocaliserParams
java.lang.Object
beamformer.BeamFormerParams
beamformer.localiser.BFLocaliserParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class BFLocaliserParams
extends BeamFormerParams
implements Serializable, Cloneable, ManagedParameters
Parameters for beam former localiser
- Author:
- Doug Gillespie
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Say to make additional data units and beam form ALL channel groups.int
int
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get the auto-generated parameter set, and then add in the fields that are not included because they are not public and do not have getters.Methods inherited from class beamformer.BeamFormerParams
addAlgorithmNames, clearAlgorithmNames, countChannelGroups, getAlgorithmName, getAlgorithmParms, getChannelBitmap, getChannelGroups, getDataSource, getGroupChannels, getGroupedSourceParameters, getGroupingType, setAlgorithmParams, setChannelBitmap, setChannelGroups, setDataSource, setGroupedSourceParameters, setGroupingType
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
detectionSource
-
fftLength
public int fftLength -
fftHop
public int fftHop -
doAllGroups
public boolean doAllGroupsSay to make additional data units and beam form ALL channel groups.
-
-
Constructor Details
-
BFLocaliserParams
public BFLocaliserParams()
-
-
Method Details
-
clone
- Overrides:
clone
in classBeamFormerParams
-
getParameterSet
Description copied from class:BeamFormerParams
Get the auto-generated parameter set, and then add in the fields that are not included because they are not public and do not have getters. Note: for each field, we search the current class and (if that fails) the superclass. It's done this way because BeamFormerParams might be used directly (and thus the field would be found in the class) and it also might be used as a superclass to something else (e.g. BFLocaliserParams) in which case the field would only be found in the superclass.- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classBeamFormerParams
- Returns:
- description of the parameters in a class.
-