Uses of Interface
beamformer.algorithms.BeamFormerAlgorithm
Packages that use BeamFormerAlgorithm
Package
Description
- 
Uses of BeamFormerAlgorithm in beamformer
Methods in beamformer that return BeamFormerAlgorithm - 
Uses of BeamFormerAlgorithm in beamformer.algorithms
Methods in beamformer.algorithms that return BeamFormerAlgorithmModifier 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
Classes in beamformer.algorithms.basicFreqDomain that implement BeamFormerAlgorithmModifier and TypeClassDescriptionclassA basic frequency-domain beamformerMethods in beamformer.algorithms.basicFreqDomain that return BeamFormerAlgorithmModifier and TypeMethodDescriptionBasicFreqDomBeamProvider.makeAlgorithm(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum)  - 
Uses of BeamFormerAlgorithm in beamformer.algorithms.mvdr
Classes in beamformer.algorithms.mvdr that implement BeamFormerAlgorithmModifier and TypeClassDescriptionclassThe algorithm class for the Minimum Variance Distortionless Response beamformer.Methods in beamformer.algorithms.mvdr that return BeamFormerAlgorithmModifier and TypeMethodDescriptionMVDRProvider.makeAlgorithm(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum)  - 
Uses of BeamFormerAlgorithm in beamformer.algorithms.nullalgo
Classes in beamformer.algorithms.nullalgo that implement BeamFormerAlgorithmMethods in beamformer.algorithms.nullalgo that return BeamFormerAlgorithmModifier and TypeMethodDescriptionNullBeamProvider.makeAlgorithm(BeamFormerBaseProcess beamFormerProcess, BeamAlgorithmParams parameters, int firstSeqNum, int beamogramNum)