전자부품 데이터시트 검색엔진
  Korean  ▼
ALLDATASHEET.CO.KR

X  

UM0304 데이터시트(PDF) 13 Page - STMicroelectronics

부품명 UM0304
상세설명  STR91x DSP library
PDF  19 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
제조업체  STMICROELECTRONICS [STMicroelectronics]
홈페이지  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

UM0304 데이터시트(HTML) 13 Page - STMicroelectronics

Back Button UM0304 Datasheet HTML 9Page - STMicroelectronics UM0304 Datasheet HTML 10Page - STMicroelectronics UM0304 Datasheet HTML 11Page - STMicroelectronics UM0304 Datasheet HTML 12Page - STMicroelectronics UM0304 Datasheet HTML 13Page - STMicroelectronics UM0304 Datasheet HTML 14Page - STMicroelectronics UM0304 Datasheet HTML 15Page - STMicroelectronics UM0304 Datasheet HTML 16Page - STMicroelectronics UM0304 Datasheet HTML 17Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 13 / 19 page
background image
UM0304
Complex 16-bit radix-4 FFT
13/19
Block 2: Kernel
Perform the equivalent of the following loop:
denotes complex multiplication
# define pi 3.14159265358
for (n=2; n<=N; n <<= 1) {
w=2*pi/n;
for (m=0; m<N; m+=n) {
for (k=0; k<n/2; k++) {
y=X[m+k];
z=X[m+k+n/2] * exp(-ikw);
X[m+k]=(y+z)/2;
X[m+k+n/2]=(y-z)/2;
}
}
}
After n=2 we have performed N/2 two-element FFTs, positioned at offsets m=0, 2, 4, ... N-2.
After n=4 we have performed N/4 four-element FFTs positioned at offset m=0, 4, 8, … N-4.
After n=N we are left with the answer to the main FFT in the buffer X.
k bN 1 - ... b2
b1
b0
()?= 2
Because each pass of the FFT divides the data by 4 (radix4 passes) there is no bit growth.
Four cases were tested as shown in Table 4.
Table 4.
Bit growth of FFT routine
Case name
Description
Input amplitude
Output bin amplitude
Single sine max neg.
Single sine at 1600; Fs
=25600; 1 complete
waveform in 16
samples;
0x8001
2 bins of 0xC000 (+/-
0x2)
Single sine max pos.
Single sine at 1600; Fs
=25600; 1 complete
waveform in 16
samples;
0x7FFF
2 bins of 0x4000 (+/-
0x2)



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


데이터시트 다운로드

Go To PDF Page


링크 URL



ALLDATASHEET 가 귀하에 도움이 되셨나요?  [ DONATE ] 

Alldatasheet는?   |   광고문의   |   운영자에게 연락하기   |   개인정보취급방침   |   링크 투 데이터시트    |   링크교환   |   제조사별 검색
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