floatpointsiggen.pjt

来自「CHP 3 - Real-Time Digital Signal Process」· PJT 代码 · 共 43 行

PJT
43
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="tone"
ProjectDir="C:\work\C55xDSP\ch03_2ed\experiments\exp3.6.6_signalGen\1_floatingPointC\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="floatPointSigGen.cdb"
Source="src\floatSigGenTest.c"
Source="src\ftone.c"
Source="src\randNoise.c"
Source="floatPointSigGencfg.cmd"

[Generated Files]
Source="floatPointSigGencfg.s55"
Source="floatPointSigGencfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -o2 -fr".\Debug" -i"." -i"..\" -d"_DEBUG" -ml -mn -v5510:2

["Compiler" Settings: "Release"]
Options=-mg -q -fr".\Release" -i"." -ml -mn -v5510:2

["DspBiosBuilder" Settings: "Debug"]
Options=-v55

["DspBiosBuilder" Settings: "Release"]
Options=-v55

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\floatPointSigGen.out" -x -l"dsk5510bslx.lib"

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\tone.out" -x -l"dsk5510bslx.lib"

⌨️ 快捷键说明

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