Overview
Calculates the log10 power value divided by the RBW for each input point.
Dispatcher Prototype
Inputs
- complexFFTInput The complex data output from the FFT point.
- normalizationFactor: This value is divided against all the input values before the power is calculated.
- rbw: The resolution bandwith of the fft spectrum
- num_points: The number of fft data points.
Outputs
- logPowerOutput: The 10.0 * log10((r*r + i*i)/RBW) for each data point.
Example