11 #ifndef INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
12 #define INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
23 const float normalizationFactor,
24 unsigned int num_points)
27 logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
38 const float normalizationFactor,
39 unsigned int num_points)
42 logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
48 #ifdef LV_HAVE_GENERIC
53 const float normalizationFactor,
54 unsigned int num_points)
57 logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
static void volk_32fc_s32f_power_spectral_densitypuppet_32f_a_sse3(float *logPowerOutput, const lv_32fc_t *complexFFTInput, const float normalizationFactor, unsigned int num_points)
Definition: volk_32fc_s32f_power_spectral_densitypuppet_32f.h:36
static void volk_32fc_s32f_power_spectral_densitypuppet_32f_generic(float *logPowerOutput, const lv_32fc_t *complexFFTInput, const float normalizationFactor, unsigned int num_points)
Definition: volk_32fc_s32f_power_spectral_densitypuppet_32f.h:51
static void volk_32fc_s32f_power_spectral_densitypuppet_32f_a_avx(float *logPowerOutput, const lv_32fc_t *complexFFTInput, const float normalizationFactor, unsigned int num_points)
Definition: volk_32fc_s32f_power_spectral_densitypuppet_32f.h:21
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:231
static void volk_32fc_s32f_x2_power_spectral_density_32f_a_avx(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:57
static void volk_32fc_s32f_x2_power_spectral_density_32f_a_sse3(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:148
float complex lv_32fc_t
Definition: volk_complex.h:74