Uses of Class
beamformer.BeamFormerParams
Packages that use BeamFormerParams
Package
Description
- 
Uses of BeamFormerParams in beamformer
Methods in beamformer that return BeamFormerParamsModifier and TypeMethodDescriptionBeamFormerParams.clone()BeamFormerBaseControl.getBeamFormerParams()BeamformerSettingsPane.getParams(BeamFormerParams bfParams) Saves the values in the GUI to the parameters objectMethods in beamformer with parameters of type BeamFormerParamsModifier and TypeMethodDescriptionBeamformerSettingsPane.getParams(BeamFormerParams bfParams) Saves the values in the GUI to the parameters objectvoidBeamformerSettingsPane.saveAlgorithmList(BeamFormerParams bfParams) Saves the current state of the algorithm tab to the hashtable.voidBeamFormerBaseControl.setBeamFormerParams(BeamFormerParams beamFormerParams) voidBeamformerSettingsPane.setParams(BeamFormerParams input) Loads the passed beamformer parameters into the GUi - 
Uses of BeamFormerParams in beamformer.algorithms
Methods in beamformer.algorithms with parameters of type BeamFormerParamsModifier 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
Methods in beamformer.algorithms.basicFreqDomain with parameters of type BeamFormerParamsModifier and TypeMethodDescriptionSettingsPane<?> BasicFreqDomBeamProvider.getParamsDialog(BeamFormerParams overallParams, BeamAlgorithmParams algoParams)  - 
Uses of BeamFormerParams in beamformer.algorithms.mvdr
Methods in beamformer.algorithms.mvdr with parameters of type BeamFormerParamsModifier and TypeMethodDescriptionSettingsPane<?> MVDRProvider.getParamsDialog(BeamFormerParams overallParams, BeamAlgorithmParams params)  - 
Uses of BeamFormerParams in beamformer.algorithms.nullalgo
Methods in beamformer.algorithms.nullalgo with parameters of type BeamFormerParamsModifier and TypeMethodDescriptionSettingsPane<?> NullBeamProvider.getParamsDialog(BeamFormerParams overallParams, BeamAlgorithmParams params)  - 
Uses of BeamFormerParams in beamformer.localiser
Subclasses of BeamFormerParams in beamformer.localiserMethods in beamformer.localiser that return BeamFormerParamsMethods in beamformer.localiser with parameters of type BeamFormerParamsModifier and TypeMethodDescriptionvoidBeamFormLocaliserControl.setBeamFormerParams(BeamFormerParams beamFormerParams)