fir.mak

来自「实验目的:1、掌握用窗函数法设计FIR数字滤波器的原理和方法 2、熟悉线性相位」· MAK 代码 · 共 39 行

MAK
39
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
FIR.cmd 4

[Project Root]
E:\2003\2003150007-18\FIR

[build options]
3
Linker = "-c -o FIR.out -x "
Assembler = "-s "
Compiler = "-g -as -frE:\2003\2003150007-18\FIR "

[source files]
C:\ti\c5400\cgtools\lib\rts.lib 0 1
math.h 935463068 0
stdio.h 935463068 0
FIR.c 1163401848 1
-26254

[dependencies]
 0 -802
 0 -802
 0 -802
 2 1:1 2:2 -31596

[version]
2.0
*/
-c -o FIR.out -x
"FIR.obj"
"C:\ti\c5400\cgtools\lib\rts.lib"
"FIR.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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