iir_flp32_pipe.txt

来自「这是我在ADSP tiger sharc 201上面实现的OFDM(标准是wim」· 文本 代码 · 共 33 行

TXT
33
字号
*******************************************************************************
		Floating Point IIR using software pipelining

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

This program implements a Floating point IIR using software pipelining
It can be compiled and run on ADSP-TS101 and ADSP-TS201.

Files contained in this directory:
iir_flp32_pipe_TS201.tcl	builds the project and saves the output buffer into an output file
iir_flp32_pipe_TS101.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
iir_flp32_pipe_TS101.dpj	VisualDSP project file
iir_flp32_pipe_TS201.dpj	VisualDSP project file
iir_flp32_pipe.asm		Floating Point IIR using software pipelining
Cache_macros.h			TS201S macro file which includes macros to enable the cache
coeffs.dat
indata.dat
output.dat
IIR_FLP32_PIPE.txt		This readme file

Description:
This program is a 32-bit floating point IIR filter.  
It uses a software pipelined cascade biquad. It has a minimum of 4 biquad.  
The code is highly optimized, but there is a latency due to the pipeline.
See the source file for more information.  
	

⌨️ 快捷键说明

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