Uses of Class
beamformer.BeamFormerBaseProcess
Package
Description
-
Uses of BeamFormerBaseProcess in beamformer
Modifier and TypeMethodDescriptionBeamGroupProcess.getBeamFormerBaseProcess()
BeamFormerBaseControl.getBeamFormerProcess()
Modifier and TypeMethodDescriptionvoid
BeamFormerBaseControl.setBeamFormerProcess
(BeamFormerBaseProcess beamFormerProcess) ModifierConstructorDescriptionBeamGroupProcess
(BeamFormerBaseProcess beamFormerBaseProcess, BeamAlgorithmProvider provider, BeamAlgorithmParams parameters, int groupChannels, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms
Modifier 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
Modifier and TypeMethodDescriptionBasicFreqDomBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) ModifierConstructorDescriptionBasicFreqDomBeamFormer
(BasicFreqDomBeamProvider basicFreqDomBeamProvider, BeamFormerBaseProcess beamFormerProcess, BasicFreqDomParams basicFreqDomParams, int firstBeamNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms.mvdr
Modifier and TypeMethodDescriptionMVDRProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) ModifierConstructorDescriptionMVDRalgorithm
(MVDRProvider mvdrProvider, BeamFormerBaseProcess beamFormerProcess, MVDRParams mvdrParams, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerBaseProcess in beamformer.algorithms.nullalgo
Modifier and TypeMethodDescriptionNullBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) ModifierConstructorDescriptionNullBeamFormer
(NullBeamProvider nullBeamProvider, BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum) -
Uses of BeamFormerBaseProcess in beamformer.continuous
-
Uses of BeamFormerBaseProcess in beamformer.localiser
Modifier 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