Uses of Class
beamformer.BeamAlgorithmParams
Packages that use BeamAlgorithmParams
Package
Description
- 
Uses of BeamAlgorithmParams in beamformer
Methods in beamformer that return BeamAlgorithmParamsModifier and TypeMethodDescriptionabstract BeamAlgorithmParamsBeamAlgorithmParams.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 mapMethods in beamformer with parameters of type BeamAlgorithmParamsModifier and TypeMethodDescriptionvoidBeamFormerParams.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 mapConstructors in beamformer with parameters of type BeamAlgorithmParamsModifierConstructorDescriptionBeamGroupProcess(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmProvider provider, BeamAlgorithmParams parameters, int groupChannels, int firstSeqNum, int beamogramNum)  - 
Uses of BeamAlgorithmParams in beamformer.algorithms
Fields in beamformer.algorithms declared as BeamAlgorithmParamsModifier and TypeFieldDescriptionprotected BeamAlgorithmParamsBeamAlgoParamsPane.curParamsThe parameters to display in the dialogMethods in beamformer.algorithms that return BeamAlgorithmParamsModifier 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 objectMethods in beamformer.algorithms with parameters of type BeamAlgorithmParamsModifier 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.voidBeamAlgoParamsPane.setParams(BeamAlgorithmParams newParams) Take settings from the parameters object and load them into the pane - 
Uses of BeamAlgorithmParams in beamformer.algorithms.basicFreqDomain
Subclasses of BeamAlgorithmParams in beamformer.algorithms.basicFreqDomainMethods in beamformer.algorithms.basicFreqDomain that return BeamAlgorithmParamsModifier and TypeMethodDescriptionBasicFreqDomBeamProvider.createNewParams(String algorithmName, int groupNumber, int channelMap) BasicFreqDomParamsPane2.getParams(BeamAlgorithmParams p) Take settings from the pane and save them into the parameters objectMethods in beamformer.algorithms.basicFreqDomain with parameters of type BeamAlgorithmParamsModifier 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) voidBasicFreqDomParamsPane2.setParams(BeamAlgorithmParams newParams) Take settings from the parameters object and load them into the pane. - 
Uses of BeamAlgorithmParams in beamformer.algorithms.mvdr
Subclasses of BeamAlgorithmParams in beamformer.algorithms.mvdrMethods in beamformer.algorithms.mvdr that return BeamAlgorithmParamsModifier and TypeMethodDescriptionMVDRProvider.createNewParams(String algorithmName, int groupNumber, int channelMap) MVDRProvider.getCurrentParams()Methods in beamformer.algorithms.mvdr with parameters of type BeamAlgorithmParamsModifier 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
Subclasses of BeamAlgorithmParams in beamformer.algorithms.nullalgoMethods in beamformer.algorithms.nullalgo that return BeamAlgorithmParamsModifier and TypeMethodDescriptionNullBeamParams.clone()NullBeamProvider.createNewParams(String algorithmName, int groupNumber, int channelMap) NullBeamProvider.getCurrentParams()Methods in beamformer.algorithms.nullalgo with parameters of type BeamAlgorithmParamsModifier and TypeMethodDescriptionSettingsPane<?> NullBeamProvider.getParamsDialog(BeamFormerParams overallParams, BeamAlgorithmParams params) NullBeamProvider.makeAlgorithm(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Constructors in beamformer.algorithms.nullalgo with parameters of type BeamAlgorithmParamsModifierConstructorDescriptionNullBeamFormer(NullBeamProvider nullBeamProvider, BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum)  - 
Uses of BeamAlgorithmParams in beamformer.localiser.plot
Methods in beamformer.localiser.plot that return BeamAlgorithmParamsModifier and TypeMethodDescriptionBeamDataDisplay.findAlgorithmParams(int channelMap) Find the algorithm parameters for a channel map. - 
Uses of BeamAlgorithmParams in bearinglocaliser.beamformer
Methods in bearinglocaliser.beamformer that return BeamAlgorithmParamsModifier and TypeMethodDescriptionWrappedBeamFormAlgorithmProvider.getBeamAlgoParams(BearingAlgorithmParams bearingAlgoParams) WrappedBeamFormParams.getBeamAlgorithmParams()Methods in bearinglocaliser.beamformer with parameters of type BeamAlgorithmParamsModifier and TypeMethodDescriptionvoidWrappedBeamFormParams.setBeamAlgorithmParams(BeamAlgorithmParams beamAlgorithmParams) Constructors in bearinglocaliser.beamformer with parameters of type BeamAlgorithmParams - 
Uses of BeamAlgorithmParams in bearinglocaliser.beamformer.display
Constructors in bearinglocaliser.beamformer.display with parameters of type BeamAlgorithmParamsModifierConstructorDescriptionBeam2DPlot(WrappedBeamFormAlgorithm wrappedBeamFormAlgorithm, String name, int nDimensions, BeamAlgorithmParams beamAlgorithmParams)