performance.pjt
来自「TMS320C5416算法程序包。其中包括FFT」· PJT 代码 · 共 57 行
PJT
57 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="performance"
ProjectDir="C:\TMS320C5416 DSK\Laboratory 9\performance\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\adaptive_filter.c"
Source="..\adaptive_filter_asm.asm"
Source="..\bargraph.c"
Source="..\comb.c"
Source="..\fft.c"
Source="..\FIR_filters.c"
Source="..\FIR_filters_asm.asm"
Source="..\goertzel_algorithm.c"
Source="..\IIR_filters_fourth_order.c"
Source="..\IIR_filters_fourth_order_asm.asm"
Source="..\IIR_filters_second_order.c"
Source="..\IIR_filters_second_order_asm.asm"
Source="..\IIR_filters_sixth_order.c"
Source="..\IIR_filters_sixth_order_asm.asm"
Source="..\performance.c"
Source="..\performance.cdb"
Source="..\stereo.c"
Source="..\switches.c"
Source="..\performancecfg.cmd"
[Generated Files]
Source="..\performancecfg.s54"
Source="..\performancecfg_c.c"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"c:\tms320c5416 dsk\laboratory 9\performance\Debug" -d"_DEBUG" -mf
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"c:\tms320c5416 dsk\laboratory 9\performance\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v54
["DspBiosBuilder" Settings: "Release"]
Options=-v54
["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\performance.out" -x -l"dsk5416f.lib"
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\performance.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?