网站公告列表

  没有公告

加入收藏
设为首页
联系站长
您现在的位置: 61IC中国电子在线 >> DSP >> 代码示例 >> TI DSP代码示例 >> C2000 >> 文章正文
  C28x 滤波器库         ★★★ 【字体:
C28x 滤波器库
作者:D002    文章来源:智能所    点击数:    更新时间:2007-2-1    

名称

主机

操作系统

当前版本

版本日期

C28x 滤波器库

PC

WIN95/98/2000/ME/NT

0.9c

JAN-12-2005

;*************************************************************************************
;*********************** SECTION 1: FILTER LIBRARY ***********************************
;*************************************************************************************
Thank you for trying C28x Software Collateral.
Filter Library is installed in C:\TIDCS\C28\DSP_TBOX\FILTER directory.

Digital filters are a common requirement for digital signal processing systems.
There are two types of digital filters: Finite impulse response (FIR) and infinite impulse
response (IIR) filters. Both the filter modules are available in the filter library.

We have made available an ezFIR filter design package (MATLAB script) to interactively
generate filter coefficients for the required frequency response characteristics.


IIR filter uses the cascade configuration of direct form II structured Second order section (SOS)
that reduces sensitivity to coefficient quantization. The SOS抯 are commonly referred to as Biquads.
The SOS coefficients generated by the MATLAB for given set of filter specification provides unity
gain in the pass-band and attenuates the remaining frequency component. Though the input to output
gain does not peak above unity, the intermediate node gain in the biquad sections would vary significantly
depending on the filter characteristics. Hence, we have made a available a ezIIR filter design package
(MATLAB script) that generates scaled second order coefficients without overflow issues in the
intermediate nodes.

The following table summarizes the set of modules that are available in this library.

FILTER LIBRARY

|===============|==========================================================|
|  Module Name  | Description                                                          |
|===============|==========================================================|
| FIR16         | Generic FIR Filter (16-bit implementation)                           |
|---------------|----------------------------------------------------------------------|
| IIR5BIQ16     | Cascade IIR filter (16-bit implementation)                           |
|---------------|----------------------------------------------------------------------|
| IIR5BIQ32     | Cascade IIR filter (32-bit implementation)                           |
|==========================================================================|
 

DOCUMENTATION:
|===============|===========================================================|
|  DOC          | DIRECTORY LOCATION                                                   |
|===============|===========================================================|
|  MODULE DOC   | C:\TIDCS\C28\DSP_TBOX\FILTER\DOC\FILTER_MDL.PDF                      |
|---------------|----------------------------------------------------------------------|
|  ezFIR DOC    | C:\TIDCS\C28\DSP_TBOX\FILTER\DOC\EZFIR.PDF                           |
|---------------|----------------------------------------------------------------------|
|  ezIIR DOC    | C:\TIDCS\C28\DSP_TBOX\FILTER\DOC\EZIIR.PDF                           |
|==========================================================================|


Version History:
================
Version 0.9c dated 01/12/2002
=============================
1. Corrected comments in the files

Version 0.9b dated 04/07/2004
=============================
1. 2 Const(PosSatVal:,NegSatVal) are defined in fir16.asm 
   If they are linked in different Pages, the Filter does not work. Fixed this bug


Version 0.9a dated 12/06/2003
=============================
1. Some the math function had .ref being used in the *.asm, it is changed to .def
   Because of this bug, compiler was reporting that the function name is not available.

2. Most of the functions did not clear the OVM flag at the end, it is modified.

3. ASP & NASP is been used within functions, we should not disturb the ASP bit.
   It is meant for only interrupt handler. Called function should not change this bit

               欢迎点击进入:TI德州中文网   (国内唯一针对TI应用的中文技术网站)    文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    最新热点 最新推荐 相关文章
    ADSP21160调试经历
    ADSP流水线
    ADSP2116x的几个常用算法库函…
    ADSP系列SHARC与FIFO的典型连…
    ADSP218x从FLASH引导方式分析
    The simple examples for AD…
    ADSP-218x 加载器指南
    ADI DSP的单精度随机斜率滤波…
    ADI DSP双精度除法的例子
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    站长:61IC 湘ICP备05002478号