bkfir2_flp32.txt

来自「VisualDSP 4.5平台上的实验例程」· 文本 代码 · 共 33 行

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