⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fft_size.inc

📁 基于DSP5416的FFT测试程序
💻 INC
字号:
*********************************************************************************
*       (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996                              *
*********************************************************************************
*********************************************************************************
*                                                                               *
* MODULE NAME:  fft_size.inc                                                    *
*                                                                               *
* AUTHORS:      Simon Lau and Nathan Baltz                                      *
*                                                                               *
* DESCRIPTION:  This include file sets the FFT size for the 'C54x Real FFT code *
*               Note that the Real FFT size (i.e. the number of points in the   *
*               original real input sequence) is 2N; whereas the FFT size is    *
*               the number of complex points formed by packing the real inputs, *
*               which is N.  For example, for a 256-pt Real FFT, K_FFT_SIZE     *
*               should be set to 128 and K_LOGN should be set to 7.             *
*                                                                               *
* DATE:         7-16-1996                                                       *
*                                                                               *
*********************************************************************************

K_FFT_SIZE  .set    128                   ; # of complex points (=N)
K_LOGN      .set    7                   ; # of stages (=logN/log2)


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -