#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <immintrin.h>
#include <pmmintrin.h>
Go to the source code of this file.
|
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) |
|
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) |
|
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) |
|
◆ volk_32fc_s32f_x2_power_spectral_density_32f_a_avx()
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 |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_x2_power_spectral_density_32f_a_sse3()
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 |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_x2_power_spectral_density_32f_generic()
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 |
|
) |
| |
|
inlinestatic |