Uses of Class
fftManager.FFTDataUnit
Packages that use FFTDataUnit
Package
Description
-
Uses of FFTDataUnit in Azigram
Subclasses of FFTDataUnit in Azigram -
Uses of FFTDataUnit in beamformer
Methods in beamformer with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidBeamGroupProcess.process(FFTDataUnit fftDataUnit) Process FFT data - will group up into correct channel groups -
Uses of FFTDataUnit in beamformer.algorithms
Methods in beamformer.algorithms with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidBeamFormerAlgorithm.process(FFTDataUnit[] fftDataUnits) Process a block of time aligned FFT Data blocks. -
Uses of FFTDataUnit in beamformer.algorithms.basicFreqDomain
Methods in beamformer.algorithms.basicFreqDomain with parameters of type FFTDataUnitModifier and TypeMethodDescriptionprotected voidBasicFreqDomBeam.getChannelOrder(FFTDataUnit[] fftDataUnits) loop over the number of channels and determine the order of the hydrophones in the FFTDataUnits object.BasicFreqDomBeam.process(FFTDataUnit[] fftDataUnits) Process a set of FFTDataUnit objects using the preset frequency bin rangeBasicFreqDomBeam.process(FFTDataUnit[] fftDataUnits, int startBin, int endBin) Process a set of FFTDataUnit objects using a given frequency bin range.voidBasicFreqDomBeamFormer.process(FFTDataUnit[] fftDataUnits) Process an array of FFTDataUnits. -
Uses of FFTDataUnit in beamformer.algorithms.mvdr
Methods in beamformer.algorithms.mvdr with parameters of type FFTDataUnitModifier and TypeMethodDescriptionprotected voidMVDRalgorithm.getChannelOrder(FFTDataUnit[] fftDataUnits) loop over the number of channels and determine the order of the hydrophones in the FFTDataUnits object.voidMVDRalgorithm.process(FFTDataUnit[] fftDataUnits) Process an array of FFTDataUnits. -
Uses of FFTDataUnit in beamformer.algorithms.nullalgo
Methods in beamformer.algorithms.nullalgo with parameters of type FFTDataUnit -
Uses of FFTDataUnit in beamformer.continuous
Subclasses of FFTDataUnit in beamformer.continuous -
Uses of FFTDataUnit in beamformer.localiser
Methods in beamformer.localiser that return types with arguments of type FFTDataUnitMethod parameters in beamformer.localiser with type arguments of type FFTDataUnitModifier and TypeMethodDescriptionvoidBeamLocaliserData.setCollatedFFTData(List<FFTDataUnit> collatedFFTData) Constructor parameters in beamformer.localiser with type arguments of type FFTDataUnitModifierConstructorDescriptionBeamLocaliserData(long timeMilliseconds, FFTDataBlock fftDataBlock, BeamOGramDataBlock beamOGramDataBlock, List<FFTDataUnit> collatedFFTData, List<BeamOGramDataUnit> collatedBeamOGram, double[] frequencyRange, double[] beamAngles) -
Uses of FFTDataUnit in cepstrum
Subclasses of FFTDataUnit in cepstrum -
Uses of FFTDataUnit in clickDetector
Methods in clickDetector that return types with arguments of type FFTDataUnit -
Uses of FFTDataUnit in fftManager.fftorganiser
Methods in fftManager.fftorganiser that return FFTDataUnitModifier and TypeMethodDescriptionFFTDataList.getChannelData(int iChannel) Get the FFT data units for a single channel.FFTDataUnit[][]FFTDataList.getChannelSeparatedData()Get all the data separated by channel.Methods in fftManager.fftorganiser that return types with arguments of type FFTDataUnitModifier and TypeMethodDescriptionFFTDataList.getFftDataUnits()FFTDataOrganiser.getFFTDataUnits(FFTDataHolder fftDataHolder, Integer fftLength) Separated out function to get the list of FFT data units from the FFT holder so that individual modules can easily override this and add additional information (such as bin ranges) to the FFT data.Methods in fftManager.fftorganiser with parameters of type FFTDataUnitModifier and TypeMethodDescriptionbooleanFFTDataList.addData(FFTDataUnit fftDataUnit) Add an FFTDataUnit to the list. -
Uses of FFTDataUnit in fftManager.newSpectrogram
Methods in fftManager.newSpectrogram with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidSpectrogramChannelData.newFFTData(FFTDataUnit fftDataUnit) New fft data arrived for this channel.voidSpectrogramPlotInfo.newFFTData(FFTDataUnit fftDataUnit) Called when new FFT data arrive. -
Uses of FFTDataUnit in gpl
Methods in gpl that return types with arguments of type FFTDataUnitMethods in gpl with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidDetectedPeak.addDeadPoint(double[] wData, FFTDataUnit fftDataUnit) Add a point that was below threshold.voidDetectedPeak.addPoint(FFTDataUnit fftDataUnit, double data, double[] wData, int peakBin) Add a point that was above threshold.PeakDetector.detectPeaks(FFTDataUnit fftDataUnit, double[] whiteData, double data, double lowThreshold, double highThreshold) Look for peaks in the detection statistic.doublePeakDetector.getSliceEnergy(FFTDataUnit fftDataUnit) Get the energy within frequency limits for a slice being added to a peakConstructors in gpl with parameters of type FFTDataUnitModifierConstructorDescriptionDetectedPeak(FFTDataUnit fftDataUnit, double data, double[] wData, int peakBin) -
Uses of FFTDataUnit in ltsa
Subclasses of FFTDataUnit in ltsa -
Uses of FFTDataUnit in PamguardMVC
Methods in PamguardMVC that return types with arguments of type FFTDataUnitModifier and TypeMethodDescriptionFFTDataHolder.getFFTDataUnits(Integer fftLength) Return a list of FFT data units from the data unit. -
Uses of FFTDataUnit in Spectrogram
Methods in Spectrogram with parameters of type FFTDataUnitModifier and TypeMethodDescriptiondouble[]SpectrumBackground.process(FFTDataUnit fftDataUnit) Add a FFT data unit (assume already of the right channel)voidSpectrumBackgrounds.process(FFTDataUnit fftDataUnit) Process an FFT data unit. -
Uses of FFTDataUnit in spectrogramNoiseReduction
Methods in spectrogramNoiseReduction with parameters of type FFTDataUnitModifier and TypeMethodDescriptionabstract booleanSpecNoiseMethod.runNoiseReduction(FFTDataUnit fftDataUnit) Run the noise reduction on the data in place. -
Uses of FFTDataUnit in spectrogramNoiseReduction.averageSubtraction
Methods in spectrogramNoiseReduction.averageSubtraction with parameters of type FFTDataUnitModifier and TypeMethodDescriptionbooleanAverageSubtraction.runNoiseReduction(FFTDataUnit fftDataUnit) -
Uses of FFTDataUnit in spectrogramNoiseReduction.kernelSmoothing
Methods in spectrogramNoiseReduction.kernelSmoothing with parameters of type FFTDataUnitModifier and TypeMethodDescriptionbooleanKernelSmoothing.runNoiseReduction(FFTDataUnit fftDataUnit) -
Uses of FFTDataUnit in spectrogramNoiseReduction.medianFilter
Methods in spectrogramNoiseReduction.medianFilter with parameters of type FFTDataUnitModifier and TypeMethodDescriptionbooleanSpectrogramMedianFilter.runNoiseReduction(FFTDataUnit fftDataUnit) -
Uses of FFTDataUnit in spectrogramNoiseReduction.threshold
Methods in spectrogramNoiseReduction.threshold with parameters of type FFTDataUnitModifier and TypeMethodDescriptionbooleanSpectrogramThreshold.runNoiseReduction(FFTDataUnit fftDataUnit) -
Uses of FFTDataUnit in whistleDetector
Methods in whistleDetector with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidBetterPeakDetector.searchForPeaks(PamObservable obs, FFTDataUnit newDataUnit) voidPeakDetector.searchForPeaks(PamObservable obs, FFTDataUnit newDataUnit) -
Uses of FFTDataUnit in whistlesAndMoans
Fields in whistlesAndMoans declared as FFTDataUnitMethods in whistlesAndMoans that return FFTDataUnitMethods in whistlesAndMoans that return types with arguments of type FFTDataUnitModifier and TypeMethodDescriptionConnectedRegionDataUnit.getFFTDataUnits(Integer fftLength) WhistleToneConnectProcess.getFFTInputList(ConnectedRegion connectedRegion, int channelBitmap) Get the list of FFT data that input into a connected region the given channel list.Methods in whistlesAndMoans with parameters of type FFTDataUnitModifier and TypeMethodDescriptionvoidConnectedRegion.addPixel(int iCol, int iRow, FFTDataUnit fftDataUnit) voidWhistleToneConnectProcess.ShapeConnector.newData(int iSlice, FFTDataUnit fftDataUnit) Gets passed a row of Complex data.Constructors in whistlesAndMoans with parameters of type FFTDataUnitModifierConstructorDescriptionprotectedSliceData(int sliceNumber, int sliceLength, FFTDataUnit fftDataUnit) Constructor to use when creating new slices during initial detection