iir_flp32.txt

来自「TigerSharc TS201 32-bit floating point I」· 文本 代码 · 共 35 行

TXT
35
字号
*******************************************************************************
		32-bit floating point IIR filter

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

This program implements a floating point IIR filter as if one output at a 
time would be necessary
It can be compiled and run on ADSP-TS101 and ADSP-TS201.

Files contained in this directory:

iir_flp32_TS201.tcl	builds the project and saves the output buffer into an output file
iir_flp32_TS101.tcl	builds the project and saves the output buffer into an output file
ADSP-TS101.ldf		Linker Description File
ADSP-TS201.ldf		Linker Description File
IIR_flp32_TS201.dpj	VisualDSP project file
IIR_flp32_TS101.dpj	VisualDSP project file
IIR_flp32.asm		32-bit floating point IIR filter
Cache_macros.h		TS201S macro file which includes macros to enable the cache
iir.m
output.dat
output_matlab.dat
iir_flp32.txt		This readme file

Description:
This program is a 32-bit floating point IIR filter that computes an IIR filter
as if one output at a time would be necessary.
See the source code for more information.
The matlab file iir.m computes the same filter and may be used for verification.
It produces the file output_matlab.dat that may be compared with the file 
output.dat created by the tcl files.

⌨️ 快捷键说明

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