Electronic Components Datasheet Search
  English  ▼

X  

RM0020 Datasheet(PDF) 28 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) 28 Page - STMicroelectronics

Back Button RM0020 Datasheet HTML 24Page - STMicroelectronics RM0020 Datasheet HTML 25Page - STMicroelectronics RM0020 Datasheet HTML 26Page - STMicroelectronics RM0020 Datasheet HTML 27Page - STMicroelectronics RM0020 Datasheet HTML 28Page - STMicroelectronics RM0020 Datasheet HTML 29Page - STMicroelectronics RM0020 Datasheet HTML 30Page - STMicroelectronics RM0020 Datasheet HTML 31Page - STMicroelectronics RM0020 Datasheet HTML 32Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 28 / 69 page
background image
Function API
RM0020
28/69
when
N2_REALPART is defined to 1
Performance: See Section 7 and Table 40.
Example 10. fft_real_split_frac32
#include "libdsp2.h"
int inout_buffer [128+8];
/* +8 to ensure there is 32 bytes of
readable memory behind buffer */
void main(void)
{
int i;
/* example real input data, sequence from 1/2^15 to 128/2^15 */
for (i = 0; i < 128; i++) *((short *)(inout_buffer + 64)+i) =
(short) (i+1);
/* compute complex to complex FFT of half the length */
fft_radix4_frac32_64(inout_buffer);
/* call split function to get correct FFT result divided by N */
fft_real_split_frac32(128, inout_buffer, wa_table_frac32_128,
wb_table_frac32_128);
}
6.11
Complex float windowing function
Function call:
void window_apply_complex_float(unsigned int N, float *x, float *y,
float *w);
Arguments:
Description:
Windowing function for complex float data. Input data are stored in x vector, output
data are written into y vector. The y vector can be the same as x vector (in-place
windowing).
X_Re 0
X_Re N
2
----


X_Re 1
X_Im 1
X_Re N
2
---- 1


X_Im
N
2
---- 1


Table 11.
window_apply_complex_float arguments
N
in
length of complex vectors, must be multiple of 4
x(1)
1.
All vectors must be double word aligned. All vectors have the following memory layout:
re(0) im(0) re(1) im(1) ... re(N-1) im(N-1), where re is real part and im is imaginary part.
in
pointer to the input vector of length 2*N
y(1)
out
pointer to the output vector of length 2*N, y vector can be the same
as x vector (in-place windowing).
w(1)
in
pointer to the window vector of length 2*N



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