54 const float normalizationFactor,
56 unsigned int num_points)
59 volk_32fc_s32f_power_spectrum_32f(
60 logPowerOutput, complexFFTInput, normalizationFactor * sqrt(rbw), num_points);
62 volk_32fc_s32f_power_spectrum_32f(
63 logPowerOutput, complexFFTInput, normalizationFactor, num_points);
static void volk_32fc_s32f_x2_power_spectral_density_32f_generic(float *logPowerOutput, const lv_32fc_t *complexFFTInput, const float normalizationFactor, const float rbw, unsigned int num_points)
Definition volk_32fc_s32f_x2_power_spectral_density_32f.h:52