Vector Optimized Library of Kernels
3.2.0
Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
volk_32fc_s32f_power_spectral_densitypuppet_32f.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2020 Free Software Foundation, Inc.
4
*
5
* This file is part of VOLK
6
*
7
* SPDX-License-Identifier: LGPL-3.0-or-later
8
*/
9
10
11
#ifndef INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
12
#define INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H
13
14
15
#include <
volk/volk_32fc_s32f_x2_power_spectral_density_32f.h
>
16
17
18
#ifdef LV_HAVE_GENERIC
19
20
static
inline
void
21
volk_32fc_s32f_power_spectral_densitypuppet_32f_generic
(
float
* logPowerOutput,
22
const
lv_32fc_t
* complexFFTInput,
23
const
float
normalizationFactor,
24
unsigned
int
num_points)
25
{
26
volk_32fc_s32f_x2_power_spectral_density_32f_generic
(
27
logPowerOutput, complexFFTInput, normalizationFactor, 2.5, num_points);
28
}
29
30
#endif
/* LV_HAVE_GENERIC */
31
32
33
#endif
/* INCLUDED_volk_32fc_s32f_power_spectral_densitypuppet_32f_a_H */
kernels
volk
volk_32fc_s32f_power_spectral_densitypuppet_32f.h
Generated by
1.9.8