#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <pmmintrin.h>
#include <arm_neon.h>
#include <volk/volk_neon_intrinsics.h>
Go to the source code of this file.
◆ volk_32fc_s32f_power_spectrum_32f_a_sse3()
static void volk_32fc_s32f_power_spectrum_32f_a_sse3 |
( |
float * |
logPowerOutput, |
|
|
const lv_32fc_t * |
complexFFTInput, |
|
|
const float |
normalizationFactor, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_power_spectrum_32f_generic()
static void volk_32fc_s32f_power_spectrum_32f_generic |
( |
float * |
logPowerOutput, |
|
|
const lv_32fc_t * |
complexFFTInput, |
|
|
const float |
normalizationFactor, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_power_spectrum_32f_neon()
static void volk_32fc_s32f_power_spectrum_32f_neon |
( |
float * |
logPowerOutput, |
|
|
const lv_32fc_t * |
complexFFTInput, |
|
|
const float |
normalizationFactor, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |