Uses of Interface
beamformer.algorithms.BeamFormerAlgorithm
Package
Description
-
Uses of BeamFormerAlgorithm in beamformer
-
Uses of BeamFormerAlgorithm 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 BeamFormerAlgorithm in beamformer.algorithms.basicFreqDomain
Modifier and TypeClassDescriptionclass
A basic frequency-domain beamformerModifier and TypeMethodDescriptionBasicFreqDomBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerAlgorithm in beamformer.algorithms.mvdr
Modifier and TypeClassDescriptionclass
The algorithm class for the Minimum Variance Distortionless Response beamformer.Modifier and TypeMethodDescriptionMVDRProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum) -
Uses of BeamFormerAlgorithm in beamformer.algorithms.nullalgo
Modifier and TypeMethodDescriptionNullBeamProvider.makeAlgorithm
(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum)