readme.txt
来自「MSP430与DSP接口技术3 编辑环境C语言,未试过,仅供参考」· 文本 代码 · 共 37 行
TXT
37 行
TITLE
-----
XDAIS FIR algorithm
USAGE
-----
RF1, RF3, RF5
DESCRIPTION
-----------
The FIR module is a FIR filter implemented as an XDAIS algorithm.
FILES
-----
- fir*.pjt: project files for building a library for the appropriate
architecture
- fir_ti.c: implementation of FIR_TI_init,exit() functions
- fir_ti_filter: implementation of the filtering function
- fir_ti_ialg.c: implementation of IALG functions for the algorithm
- fir_ti_vt.c: definition of the virtual table for the algorithm
- fir_ti_priv.h: declaration of private algorithm object structure
- ../include/fir_ti.h: declaration of FIR filter function names
- ../include/ifir.h: FIR interface definition
- readMe.txt: this file
NOTE
----
Files in the library are compiled with -o2 optimization switch turned on.
Q&A
---
Q1: Where can I find documentation on FIR implementation?
---
Q1: Where can I find documentation on FIR implementation?
A1: SPRU360 (XDAIS API reference), Example Algorithm Implementation.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?