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

📄 bkfir_flp32.txt

📁 用汇编语言实现的fir滤波器的数字信号处理程序。在visual DSP下运行
💻 TXT
字号:
*******************************************************************************
			Floating Point Block FIR

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

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

Files contained in this directory:

bkfir_flp32_TS101.tcl	builds the project and saves the output buffer into an output file
bkfir_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
BKFIR_flp32_TS101.dpj	VisualDSP project file
BKFIR_flp32_TS201.dpj	VisualDSP project file
BKFIR_flp32.asm		Floating Point Block FIR
Cache_macros.h		TS201S macro file which includes macros to enable the cache
coef.dat
indata.dat
output.dat
bkfir_flp32.txt		This readme file

Description:
This program is a 32-bit floating point block FIR filter. 
It computes 2 outputs simultaneously, but does not have any stall.
See the source code for more information.

⌨️ 快捷键说明

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