exp7e.mak

来自「本代码实现了基于TITMS320VC55xx系列的fft实现」· MAK 代码 · 共 55 行

MAK
55
字号
/************* 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]
exp7.cmd 10

[Project Root]
D:\DSPBK\web\exp\exp7

[build options]
3
Linker = "-c -o exp7e.out -x -l rts55.lib "
Assembler = "-g -as "
Compiler = "-g -as -frD:\DSPBK\web\exp\exp7 "

[source files]
w_table.c 979871360 1
exp7e.c 980366052 1
fft.asm 979955604 1
bit_rev.asm 979869108 1
icomplex.h 971570204 0
math.h 0 0
input7e.dat 980177850 0
olap_add.asm 980364586 1
freqflt.asm 980277084 1
firlp8.dat 980361486 0
-9509

[dependencies]
 2 4:5 5:6 27096
 3 4:6 6:8 9:31 -12951
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o exp7e.out -x -l rts55.lib
"..\..\..\WEB\EXP\EXP7\FREQFLT.obj"
"..\..\..\WEB\EXP\EXP7\OLAP_ADD.obj"
"..\..\..\WEB\EXP\EXP7\BIT_REV.obj"
"..\..\..\WEB\EXP\EXP7\FFT.obj"
"..\..\..\WEB\EXP\EXP7\EXP7E.obj"
"..\..\..\WEB\EXP\EXP7\W_TABLE.obj"
"..\..\..\WEB\EXP\EXP7\EXP7.CMD"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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