bkfir_flp32.txt

来自「用汇编语言实现的fir滤波器的数字信号处理程序。在visual DSP下运行」· 文本 代码 · 共 33 行

TXT
33
字号
*******************************************************************************
			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 + =
减小字号Ctrl + -
显示快捷键?