Uses of Class
beamformer.continuous.BeamOGramDataUnit
Packages that use BeamOGramDataUnit
Package
Description
- 
Uses of BeamOGramDataUnit in beamformer.continuous
Method parameters in beamformer.continuous with type arguments of type BeamOGramDataUnitModifier and TypeMethodDescriptionstatic double[][]BeamOGramDataUnit.averageAngleAngleData(List<BeamOGramDataUnit> beamOData) Average a list of beamogram data units over time , collapsing Frequency and also transposing so that angle1 is on x and angle2 on y.static double[][]BeamOGramDataUnit.averageFrequencyAngle1Data(List<BeamOGramDataUnit> beamOData) Average a list of beamogram data units over time , collapsing Angle2 and also transposing so that angle1 is on x and frequency on y.static double[]BeamOGramDataUnit.getAverageAngle1Data(List<BeamOGramDataUnit> beamOData) Average a list of BeamoGram dataunits over time, frequency and angle1 to get a single array of amplitude vs angle1. - 
Uses of BeamOGramDataUnit in beamformer.localiser
Methods in beamformer.localiser that return types with arguments of type BeamOGramDataUnitMethod parameters in beamformer.localiser with type arguments of type BeamOGramDataUnitModifier and TypeMethodDescriptionvoidBeamLocaliserData.setCollatedBeamOGram(List<BeamOGramDataUnit> collatedBeamOGram)  - 
Uses of BeamOGramDataUnit in beamformer.plot
Constructors in beamformer.plot with parameters of type BeamOGramDataUnitModifierConstructorDescriptionBeamOGramLocalisation(BeamOGramDataUnit boDataUnit, int referenceHydrophones, double bestAngle)  - 
Uses of BeamOGramDataUnit in bearinglocaliser.beamformer
Methods in bearinglocaliser.beamformer that return types with arguments of type BeamOGramDataUnit - 
Uses of BeamOGramDataUnit in bearinglocaliser.beamformer.display
Method parameters in bearinglocaliser.beamformer.display with type arguments of type BeamOGramDataUnitModifier and TypeMethodDescriptionvoidBeam2DPlot.plotBeamData(PamDataUnit pamDataUnit, List<BeamOGramDataUnit> collatedBeamOGram, double[] angles)