24#ifndef INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
25#define INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
36 const float normalizationFactor,
37 unsigned int num_points)
40 logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
51 const float normalizationFactor,
52 unsigned int num_points)
55 logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
66 const float normalizationFactor,
67 unsigned int num_points)
70 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:49
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:64
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:34
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:244
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:70
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:161
float complex lv_32fc_t
Definition: volk_complex.h:65