| 전자부품 데이터시트 검색엔진 |
|
UM0304 데이터시트(PDF) 13 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
UM0304 데이터시트(HTML) 13 Page - STMicroelectronics |
|
13 / 19 page ![]() 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) |
|
|
링크 URL |
| ALLDATASHEET 가 귀하에 도움이 되셨나요? [ DONATE ] |
Alldatasheet는? | 광고문의 | 운영자에게 연락하기 | 개인정보취급방침 | 링크 투 데이터시트 | 링크교환 | 제조사별 검색 All Rights Reserved©Alldatasheet.com |
| 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 |