Uses of Class
beamformer.BeamFormerParams
Package
Description
-
Uses of BeamFormerParams in beamformer
Modifier and TypeMethodDescriptionBeamFormerParams.clone()
BeamFormerBaseControl.getBeamFormerParams()
BeamformerSettingsPane.getParams
(BeamFormerParams bfParams) Saves the values in the GUI to the parameters objectModifier and TypeMethodDescriptionBeamformerSettingsPane.getParams
(BeamFormerParams bfParams) Saves the values in the GUI to the parameters objectvoid
BeamformerSettingsPane.saveAlgorithmList
(BeamFormerParams bfParams) Saves the current state of the algorithm tab to the hashtable.void
BeamFormerBaseControl.setBeamFormerParams
(BeamFormerParams beamFormerParams) void
BeamformerSettingsPane.setParams
(BeamFormerParams input) Loads the passed beamformer parameters into the GUi -
Uses of BeamFormerParams in beamformer.algorithms
Modifier and TypeMethodDescriptionSettingsPane<?>
BeamAlgorithmProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams algoParams) Return the algorithm-specific parameters dialog, populated with the parameters passed -
Uses of BeamFormerParams in beamformer.algorithms.basicFreqDomain
Modifier and TypeMethodDescriptionSettingsPane<?>
BasicFreqDomBeamProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams algoParams) -
Uses of BeamFormerParams in beamformer.algorithms.mvdr
Modifier and TypeMethodDescriptionSettingsPane<?>
MVDRProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams params) -
Uses of BeamFormerParams in beamformer.algorithms.nullalgo
Modifier and TypeMethodDescriptionSettingsPane<?>
NullBeamProvider.getParamsDialog
(BeamFormerParams overallParams, BeamAlgorithmParams params) -
Uses of BeamFormerParams in beamformer.localiser
Modifier and TypeMethodDescriptionvoid
BeamFormLocaliserControl.setBeamFormerParams
(BeamFormerParams beamFormerParams)