highiq.calc

This module contains the methods that do the core calculations of HighIQ.

get_lidar_moments(spectra[, snr_thresh, …])

This function will retrieve the lidar moments of the Doppler spectra.

get_psd(spectra[, gate_resolution, …])

This function will get the power spectral density from the autocorrelation function.

calc_num_peaks(my_spectra, \*\*kwargs)

This function will calculate the number of peaks in the spectra.

welchs_method(complex_coeff[, fs, nfft, …])

This technique is an implementation of Welch’s method for processing a Doppler spectral density function from complex autocorrelation function data.