Uses of Class
beamformer.BeamFormerBaseProcess
Packages that use BeamFormerBaseProcess
Package
Description
-
Uses of BeamFormerBaseProcess in beamformer
Methods in beamformer that return BeamFormerBaseProcessModifier and TypeMethodDescriptionBeamGroupProcess.getBeamFormerBaseProcess()
BeamFormerBaseControl.getBeamFormerProcess()
Methods in beamformer with parameters of type BeamFormerBaseProcessModifier and TypeMethodDescriptionvoid
BeamFormerBaseControl.setBeamFormerProcess
(BeamFormerBaseProcess beamFormerProcess) Constructors in beamformer with parameters of type BeamFormerBaseProcessModifierConstructorDescriptionBeamGroupProcess
(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmProvider provider, BeamAlgorithmParams parameters, int groupChannels, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms
Methods in beamformer.algorithms with parameters of type BeamFormerBaseProcessModifier and TypeMethodDescriptionBeamAlgorithmProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Create an instance of the algorithm for a set of channels. -
Uses of BeamFormerBaseProcess in beamformer.algorithms.basicFreqDomain
Methods in beamformer.algorithms.basicFreqDomain that return BeamFormerBaseProcessMethods in beamformer.algorithms.basicFreqDomain with parameters of type BeamFormerBaseProcessModifier and TypeMethodDescriptionBasicFreqDomBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Constructors in beamformer.algorithms.basicFreqDomain with parameters of type BeamFormerBaseProcessModifierConstructorDescriptionBasicFreqDomBeamFormer
(BasicFreqDomBeamProvider basicFreqDomBeamProvider, BeamFormerBaseProcess beamFormerProcess, BasicFreqDomParams basicFreqDomParams, int firstBeamNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms.mvdr
Methods in beamformer.algorithms.mvdr that return BeamFormerBaseProcessMethods in beamformer.algorithms.mvdr with parameters of type BeamFormerBaseProcessModifier and TypeMethodDescriptionMVDRProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Constructors in beamformer.algorithms.mvdr with parameters of type BeamFormerBaseProcessModifierConstructorDescriptionMVDRalgorithm
(MVDRProvider mvdrProvider, BeamFormerBaseProcess beamFormerProcess, MVDRParams mvdrParams, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms.nullalgo
Methods in beamformer.algorithms.nullalgo with parameters of type BeamFormerBaseProcessModifier and TypeMethodDescriptionNullBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) Constructors in beamformer.algorithms.nullalgo with parameters of type BeamFormerBaseProcessModifierConstructorDescriptionNullBeamFormer
(NullBeamProvider nullBeamProvider, BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum) -
Uses of BeamFormerBaseProcess in beamformer.continuous
Subclasses of BeamFormerBaseProcess in beamformer.continuous -
Uses of BeamFormerBaseProcess in beamformer.localiser
Subclasses of BeamFormerBaseProcess in beamformer.localiserModifier and TypeClassDescriptionclass
This process doesn't calculate continuous beams, but when data do arrive, it calculates a beam'O'Gram for data in that time-frequency box and estimates a best location based on that time interval. -
Uses of BeamFormerBaseProcess in bearinglocaliser.beamformer
Subclasses of BeamFormerBaseProcess in bearinglocaliser.beamformer