Package beamformer.algorithms.mvdr
Class MVDRParams
java.lang.Object
beamformer.BeamAlgorithmParams
beamformer.algorithms.mvdr.MVDRParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- Author:
- mo55
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone the fields in this abstract class, as well as any fields specific to the extended class.Methods inherited from class beamformer.BeamAlgorithmParams
getAlgorithmName, getBeamOGramAngles, getBeamOGramFreqRange, getBeamOGramSlants, getChannelMap, getFreqRange, getGroupNumber, getHeadings, getNumBeamogram, getNumBeams, getParameterSet, getSerialversionuid, getSlants, isCanBeam, isCanBeamogram, setAlgorithmName, setBeamOGramAngles, setBeamOGramFreqRange, setBeamOGramSlants, setCanBeam, setCanBeamogram, setChannelMap, setFreqRange, setGroupNumber, setHeadings, setNumBeamogram, setNumBeams, setSlants
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDversion number- See Also:
-
-
Constructor Details
-
MVDRParams
- Parameters:
algorithmName
-groupNumber
-channelMap
-
-
-
Method Details
-
clone
Description copied from class:BeamAlgorithmParams
Clone the fields in this abstract class, as well as any fields specific to the extended class. Extended classes must override this method to ensure the params get saved properly. See theBasicFreqDomParams.clone
method for an example;- Specified by:
clone
in classBeamAlgorithmParams
-