Click or drag to resize

SpectrumCalculatorPowerSpectrum Method (Double, Double)

LightningChart .NET Help
Calculates power spectrum, having all FFT data in absolute values. The count of output FFT data is same than input data.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public bool PowerSpectrum(
	double[] samples,
	out double[] fftData
)

Parameters

samples
Type: SystemDouble
Signal samples
fftData
Type: SystemDouble
Output FFT data

Return Value

Type: Boolean
True if successful, else False.
See Also