Electronic Components Datasheet Search
  English  ▼

X  

RM0020 Datasheet(PDF) 18 Page - STMicroelectronics

Part # RM0020
Description  SPC56xx DSP function library 2
PDF  69 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

RM0020 Datasheet(HTML) 18 Page - STMicroelectronics

Back Button RM0020 Datasheet HTML 14Page - STMicroelectronics RM0020 Datasheet HTML 15Page - STMicroelectronics RM0020 Datasheet HTML 16Page - STMicroelectronics RM0020 Datasheet HTML 17Page - STMicroelectronics RM0020 Datasheet HTML 18Page - STMicroelectronics RM0020 Datasheet HTML 19Page - STMicroelectronics RM0020 Datasheet HTML 20Page - STMicroelectronics RM0020 Datasheet HTML 21Page - STMicroelectronics RM0020 Datasheet HTML 22Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 18 / 69 page
background image
Function API
RM0020
18/69
6.5
N-point quad radix-2 complex to complex float in-place FFT
Function call:
void fft_quad_float(unsigned int N, float *inout_buffer,
float *twiddle_factor_table);
Arguments:
Description:
Computes the N-point quad radix-2 complex to complex float in-place fast Fourier
transform (FFT). Input bit reversed data are stored in inout_buffer, output data are
written over the input data into inout_buffer. There is used radix-2 algorithm in which
two stages are calculated in one loop (quad butterfly).
Algorithm:
Equation 5
for each n from 0 to N-1
Equation 6
where i is the imaginary unit with the property that:
.
Note: There must be at least 32 bytes of readable memory behind inout_buffer.
Performance: See Section 7 and Table 33.
Example 5. fft_quad_float
#include "libdsp2.h"
float inout_buffer[2*256];
Table 5.
fft_quad_float arguments
Nin
FFT length, must be even power of two, tested for 64, 256, 1024,
4096
inout_buffer
in/out
pointer to the input/output vector of length 2*N, vector must be
double word aligned
memory layout:
x_Re(0) x_Im(0) x_Re(1) x_Im(1) ... x_Re(N-1) x_Im(N-1)
(Re - real part, Im - imaginary part)
twiddle_factor_table in
pointer to the vector of twiddle factors of length N, vector must
be double word aligned
memory layout:
w_Re(0) w_Im(0) w_Re(1) w_Im(1) ... w_Re(N/2-1) w_Im(N/2-1)
Use predefined w_table_radix2_float_N arrays.
The w_table_radix2_float_N is computed according to this
formula:
for k = 0, 1, ... N/2-1
w_Re k
 iw_Im k

+
w
N
k
=
Xn

xk
 w
N
nk
k0
=
N1
=
w
N
e
2
i
N
--------
=
i
2
1
=



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com