Class Beam2DPlot
java.lang.Object
detectionPlotFX.plots.simple2d.Simple2DPlot
bearinglocaliser.display.Bearing2DPlot
bearinglocaliser.beamformer.display.Beam2DPlot
- All Implemented Interfaces:
BearingDataDisplay
-
Constructor Summary
ConstructorDescriptionBeam2DPlot
(WrappedBeamFormAlgorithm wrappedBeamFormAlgorithm, String name, int nDimensions, BeamAlgorithmParams beamAlgorithmParams) -
Method Summary
Modifier and TypeMethodDescriptionvoid
plotBeamData
(PamDataUnit pamDataUnit, List<BeamOGramDataUnit> collatedBeamOGram, double[] angles) Methods inherited from class bearinglocaliser.display.Bearing2DPlot
setRightAxisVisible
Methods inherited from class detectionPlotFX.plots.simple2d.Simple2DPlot
addLineData, addSymbol, addSymbol, clearLineData, getCurrentData, getNode, getPeakPoint, getPeakSymbol, getPlotPane, getSpectrogramColours, isAutoScale, isPaintPeakPos, repaint, repaintLater, setAutoScale, setBottomAxisRange, setBottomAxisRange, setBottomLabel, setData, setLeftAxisRange, setLeftAxisRange, setLeftLabel, setPaintPeakPos, setPeakPoint, setPeakSymbol, setRightAxisRange, setRightAxisRange, setRightLabel, setTopAxisRange, setTopAxisRange, setTopLabel
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface bearinglocaliser.display.BearingDataDisplay
getNode
-
Constructor Details
-
Beam2DPlot
public Beam2DPlot(WrappedBeamFormAlgorithm wrappedBeamFormAlgorithm, String name, int nDimensions, BeamAlgorithmParams beamAlgorithmParams)
-
-
Method Details
-
plotBeamData
public void plotBeamData(PamDataUnit pamDataUnit, List<BeamOGramDataUnit> collatedBeamOGram, double[] angles)
-