Uses of Class
beamformer.BeamAlgorithmParams
Package
Description
-
Uses of BeamAlgorithmParams in beamformer
Modifier and TypeMethodDescriptionabstract BeamAlgorithmParams
BeamAlgorithmParams.clone()
Clone the fields in this abstract class, as well as any fields specific to the extended class.BeamGroupProcess.getAlgorithmParams()
BeamFormerParams.getAlgorithmParms
(int groupId, int groupChanMap, String algorithmName) Get a set of algorithm parameters for an algorithm of a specific name, a specific channel group and a specific channel mapModifier and TypeMethodDescriptionvoid
BeamFormerParams.setAlgorithmParams
(String algorithmName, int groupId, int groupChanMap, BeamAlgorithmParams algorithmParams) Save a set of algorithm parameters for an algorithm of a specific name, a specific channel group and a specific channel mapModifierConstructorDescriptionBeamGroupProcess
(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmProvider provider, BeamAlgorithmParams parameters, int groupChannels, int firstSeqNum, int beamogramNum) -
Uses of BeamAlgorithmParams in beamformer.algorithms
Modifier and TypeMethodDescriptionBeamAlgorithmProvider.createNewParams
(String algorithmName, int groupNumber, int channelMap) Create an instance of the algorithm parametersBeamAlgorithmProvider.getCurrentParams()
Retrieve the current set of parameters.BeamAlgoParamsPane.getParams
(BeamAlgorithmParams p) Take settings from the pane and save them into the parameters objectModifier and TypeMethodDescriptionBeamAlgoParamsPane.getParams
(BeamAlgorithmParams p) Take settings from the pane and save them into the parameters objectSettingsPane<?>
BeamAlgorithmProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams algoParams) Return the algorithm-specific parameters dialog, populated with the parameters passedBeamAlgorithmProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Create an instance of the algorithm for a set of channels.void
BeamAlgoParamsPane.setParams
(BeamAlgorithmParams newParams) Take settings from the parameters object and load them into the pane -
Uses of BeamAlgorithmParams in beamformer.algorithms.basicFreqDomain
Modifier and TypeMethodDescriptionBasicFreqDomBeamProvider.createNewParams
(String algorithmName, int groupNumber, int channelMap) BasicFreqDomParamsPane2.getParams
(BeamAlgorithmParams p) Take settings from the pane and save them into the parameters objectModifier and TypeMethodDescriptionBasicFreqDomParamsPane2.getParams
(BeamAlgorithmParams p) Take settings from the pane and save them into the parameters objectSettingsPane<?>
BasicFreqDomBeamProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams algoParams) BasicFreqDomBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) void
BasicFreqDomParamsPane2.setParams
(BeamAlgorithmParams newParams) Take settings from the parameters object and load them into the pane. -
Uses of BeamAlgorithmParams in beamformer.algorithms.mvdr
Modifier and TypeMethodDescriptionMVDRProvider.createNewParams
(String algorithmName, int groupNumber, int channelMap) MVDRProvider.getCurrentParams()
Modifier and TypeMethodDescriptionSettingsPane<?>
MVDRProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams params) MVDRProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) -
Uses of BeamAlgorithmParams in beamformer.algorithms.nullalgo
Modifier and TypeMethodDescriptionNullBeamParams.clone()
NullBeamProvider.createNewParams
(String algorithmName, int groupNumber, int channelMap) NullBeamProvider.getCurrentParams()
Modifier and TypeMethodDescriptionSettingsPane<?>
NullBeamProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams params) NullBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) ModifierConstructorDescriptionNullBeamFormer
(NullBeamProvider nullBeamProvider, BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum) -
Uses of BeamAlgorithmParams in beamformer.localiser.plot
Modifier and TypeMethodDescriptionBeamDataDisplay.findAlgorithmParams
(int channelMap) Find the algorithm parameters for a channel map. -
Uses of BeamAlgorithmParams in bearinglocaliser.beamformer
Modifier and TypeMethodDescriptionWrappedBeamFormAlgorithmProvider.getBeamAlgoParams
(BearingAlgorithmParams bearingAlgoParams) WrappedBeamFormParams.getBeamAlgorithmParams()
Modifier and TypeMethodDescriptionvoid
WrappedBeamFormParams.setBeamAlgorithmParams
(BeamAlgorithmParams beamAlgorithmParams) -
Uses of BeamAlgorithmParams in bearinglocaliser.beamformer.display
ModifierConstructorDescriptionBeam2DPlot
(WrappedBeamFormAlgorithm wrappedBeamFormAlgorithm, String name, int nDimensions, BeamAlgorithmParams beamAlgorithmParams)