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

📄 bkfir2_flp32.txt

📁 VisualDSP 4.5平台上的实验例程
💻 TXT
字号:
*******************************************************************************
			32 bit Floating Point FIR filter

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

This program implements a 32-bit floating point block FIR
It can be compiled and run on ADSP-TS101 and ADSP-TS201.

Files contained in this directory:

BKFIR2_flp32_TS101.tcl	builds the project and saves the output buffer into an output file
BKFIR2_flp32_TS201.tcl	builds the project and saves the output buffer into an output file
ADSP-TS101_ASM.ldf	Linker Description File
ADSP-TS201_ASM.ldf	Linker Description File
BKFIR2_flp32_TS101.dpj	VisualDSP project file
BKFIR2_flp32_TS201.dpj	VisualDSP project file
BKFIR2_flp32.asm	32 bit Floating Point FIR filter
Cache_macros.h		TS201S macro file which includes macros to enable the cache
coefficients.dat
input.dat
output.dat
bkfir2_flp32.txt	This readme file


Description:
This program is a 32-bit floating point block FIR filter. 
It computes 4 outputs simultaneously, in this way greatly diminishing
the fetching of the data. The only problem is one stall in the greater loop.
See the source code for more information.

⌨️ 快捷键说明

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