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

📄 readme_dft32_unopt.txt

📁 基于TS201 32-bit floating point DFT routine
💻 TXT
字号:
*****************************************************************************
		Basic 32-bit floating point DFT routine (64 point)

Analog Devices, Inc.
DSP Division
Three Technology Way
P.O. Box 9106
Norwood, MA 02062


Files contained in this directory:

ADSP-TS101.ldf
ADSP-TS101_dft_unopt.dpj	VisualDSP project file
ADSP-TS201_dft_unopt.dpj	VisualDSP project file
dft_unopt.dpj			VisualDSP project file
dft_unopt.asm			Floating point DFT
cache_macros.h			TS201S macro file which includes macros to enable the cache
MAKEWAVESC.C			Test Signal Generator for Floating Point Data
makewavesc.exe
sin64.dat
test64.dat
Readme_dft32_unopt.txt		This README file

 
This routine performs an N point real DFT according to the following equation:

		    N-1
real(k)+j*imag(k) = SUM input(n)[C - j*S]; k=0 to N-1
		    n=0

where: C=cos(2*pi*k*n/N), S=sin(2*pi*k*n/N), j=sqrt(-1)

⌨️ 快捷键说明

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