在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → DSP技术实验指导书的光盘(彭启宗)

DSP技术实验指导书的光盘(彭启宗)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:19.86M
  • 下载次数:5
  • 浏览次数:94
  • 发布时间:2020-07-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
DSP技术实验指导书的光盘(彭启宗),书中的实验程序
【实例截图】
【核心代码】
DSP_GUIDE(G)
└── DSP_GUIDE (G)
├── programs
│   ├── CONVOL
│   │   ├── CONVOL.CMD
│   │   ├── CONVOL.c
│   │   ├── CONVOL.map
│   │   ├── CONVOL.paf
│   │   ├── CONVOL.pjt
│   │   ├── Debug
│   │   │   ├── CONVOL.map
│   │   │   ├── CONVOL.obj
│   │   │   └── CONVOL.out
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── convol.wks
│   │   ├── data.h
│   │   ├── sine.dat
│   │   └── volume.h
│   ├── DES320EAgingV2.41En
│   │   ├── 5402.CMD
│   │   ├── ASM
│   │   │   ├── INC
│   │   │   │   ├── INITDSP.INC
│   │   │   │   ├── init5402mcbsp0.inc
│   │   │   │   ├── init5402mcbsp1.inc
│   │   │   │   ├── init_regaic23.inc
│   │   │   │   └── port5402mcbsp.inc
│   │   │   ├── INITDSP.ASM
│   │   │   ├── VECTORS.ASM
│   │   │   ├── WIRE2_V2.ASM
│   │   │   ├── chkmem.asm
│   │   │   ├── init5402mcbsp0.asm
│   │   │   └── init5402mcbsp1.asm
│   │   ├── C
│   │   │   ├── INCLUDE
│   │   │   │   ├── BOARD.H
│   │   │   │   ├── C54X_REG.H
│   │   │   │   ├── CMD.H
│   │   │   │   ├── DATA.H
│   │   │   │   ├── DSPLIB.H
│   │   │   │   ├── MAIN.H
│   │   │   │   ├── TL16C550C_Reg.h
│   │   │   │   ├── TL16C550C_Reg_MCU.h
│   │   │   │   ├── TMS320.H
│   │   │   │   ├── TMWTYPES.H
│   │   │   │   ├── algorithm.h
│   │   │   │   ├── functionLib.h
│   │   │   │   └── initac01.h
│   │   │   ├── IRQ_map.c
│   │   │   ├── ISR.c
│   │   │   ├── LCDcontrol.c
│   │   │   ├── LEDprint.c
│   │   │   ├── McuUartTrans.c
│   │   │   ├── PcUartTrans.c
│   │   │   ├── SystemTest.c
│   │   │   ├── board_init.c
│   │   │   ├── dataTrans2PC.c
│   │   │   ├── data_init.c
│   │   │   ├── keyInput.c
│   │   │   ├── keyInput.c.bak
│   │   │   ├── main.c
│   │   │   ├── mainMenu.c
│   │   │   ├── subMenu.c
│   │   │   └── test.c
│   │   ├── C54SPframe.paf
│   │   ├── DES320EDebug.pjt
│   │   ├── DES320PPDebug.paf
│   │   ├── DES320PPDebug.wks
│   │   ├── DES320PPframe.paf
│   │   ├── DES320eDebug.paf
│   │   ├── Debug
│   │   │   ├── DES320ESP.map
│   │   │   ├── DES320ESP.out
│   │   │   ├── INITDSP.obj
│   │   │   ├── IRQ_map.obj
│   │   │   ├── ISR.obj
│   │   │   ├── LCDcontrol.obj
│   │   │   ├── LEDprint.obj
│   │   │   ├── McuUartTrans.obj
│   │   │   ├── PcUartTrans.obj
│   │   │   ├── SystemTest.obj
│   │   │   ├── VECTORS.obj
│   │   │   ├── WIRE2_V2.obj
│   │   │   ├── board_init.obj
│   │   │   ├── chkmem.obj
│   │   │   ├── dataTrans2PC.obj
│   │   │   ├── data_init.obj
│   │   │   ├── init5402mcbsp0.obj
│   │   │   ├── init5402mcbsp1.obj
│   │   │   ├── keyInput.obj
│   │   │   ├── main.obj
│   │   │   ├── mainMenu.obj
│   │   │   ├── subMenu.obj
│   │   │   ├── test.obj
│   │   │   └── versionLog.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── INRAM
│   │   ├── LIB
│   │   │   └── 54XDSP.LIB
│   │   ├── PRAM
│   │   ├── VECS
│   │   ├── cc_build_Debug.log
│   │   ├── controlPannel.gel
│   │   ├── menu.txt
│   │   ├── versionLog.c
│   │   └── versionLog.c.bak
│   ├── DTMF5402
│   │   ├── Debug
│   │   │   ├── de_dtmf.obj
│   │   │   ├── dtmf.obj
│   │   │   ├── dtmf5402.i00
│   │   │   ├── dtmf5402.out
│   │   │   ├── gen_dtmf.obj
│   │   │   ├── hex-rom.bat
│   │   │   ├── hex16.bat
│   │   │   ├── hex8.bat
│   │   │   ├── main.obj
│   │   │   ├── speak.obj
│   │   │   ├── uartasm_mcu.obj
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── board.h
│   │   ├── cc_build_Debug.log
│   │   ├── de_dtmf.c
│   │   ├── dtmf.asm
│   │   ├── dtmf.map
│   │   ├── dtmf0.dat
│   │   ├── dtmf5402.paf
│   │   ├── dtmf5402.pjt
│   │   ├── dtmf_cof.c
│   │   ├── ext_chip.cmd
│   │   ├── gen_dtmf.c
│   │   ├── main.c
│   │   ├── onchip.cmd
│   │   ├── uartasm_mcu.asm
│   │   └── vectors.asm
│   ├── DTMF5410_bios
│   │   ├── DTMF5410_BIOS.cdb
│   │   ├── DTMF5410_BIOS.cdb.a02412
│   │   ├── DTMF5410_BIOS.tcf
│   │   ├── DTMF5410_BIOS_2_21.cdb
│   │   ├── DTMF5410_BIOS_2_21cfg.cmd
│   │   ├── DTMF5410_BIOS_2_21cfg.h
│   │   ├── DTMF5410_BIOS_2_21cfg.h54
│   │   ├── DTMF5410_BIOS_2_21cfg.s54
│   │   ├── DTMF5410_BIOS_2_21cfg_c.c
│   │   ├── DTMF5410_BIOScfg.cmd
│   │   ├── DTMF5410_BIOScfg.h
│   │   ├── DTMF5410_BIOScfg.h54
│   │   ├── DTMF5410_BIOScfg.s54
│   │   ├── DTMF5410_BIOScfg_c.c
│   │   ├── Debug
│   │   │   ├── DTMF5410_BIOS_2_21cfg.obj
│   │   │   ├── DTMF5410_BIOS_2_21cfg_c.obj
│   │   │   ├── DTMF5410_BIOScfg.obj
│   │   │   ├── DTMF5410_BIOScfg_c.obj
│   │   │   ├── de_dtmf.obj
│   │   │   ├── dtmf.obj
│   │   │   ├── dtmf5402.out
│   │   │   ├── gen_dtmf.obj
│   │   │   ├── hex-rom.bat
│   │   │   ├── hex16.bat
│   │   │   ├── hex8.bat
│   │   │   ├── main.obj
│   │   │   ├── main_bios.obj
│   │   │   ├── uartasm_mcu.obj
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── board.h
│   │   ├── cc_build_Debug.log
│   │   ├── de_dtmf.c
│   │   ├── dtmf.asm
│   │   ├── dtmf.map
│   │   ├── dtmf0.dat
│   │   ├── dtmf5410_bios.CS_
│   │   │   ├── FILE.CDX
│   │   │   ├── FILE.DBF
│   │   │   ├── FILE.FPT
│   │   │   ├── SYMBOL.CDX
│   │   │   ├── SYMBOL.DBF
│   │   │   └── SYMBOL.FPT
│   │   ├── dtmf5410_bios.paf
│   │   ├── dtmf5410_bios.paf2
│   │   ├── dtmf5410_bios.pjt
│   │   ├── dtmf5410_bios.sbl
│   │   ├── dtmf5410_bios.wks
│   │   ├── dtmf5410_bios_sts.wks
│   │   ├── dtmf_cof.c
│   │   ├── ext_chip.cmd
│   │   ├── gen_dtmf.c
│   │   ├── main.c
│   │   ├── main_bios.c
│   │   ├── onchip.cmd
│   │   ├── uartasm_mcu.asm
│   │   ├── vectors.asm
│   │   └── versionlog.txt
│   ├── EEPROM Program Files
│   │   ├── USB测试
│   │   │   └── D12USBv1.2(80).hex
│   │   ├── readme.txt
│   │   ├── 计算器
│   │   │   ├── des3200initV1.1(80).i00
│   │   │   └── des3200initV1.1(80).i01
│   │   ├── 电话测试
│   │   │   └── telephoneV2.out(80)
│   │   ├── 网卡测试
│   │   │   └── lan91c111v2.2.out(80).hex
│   │   └── 老化及出厂程序
│   │   ├── DES3200agingV2.41a(80).i00
│   │   ├── DES3200agingV2.41a(80).i01
│   │   └── 英文版
│   │   ├── DES3200agingV2.41En.i00
│   │   └── DES3200agingV2.41En.i01
│   ├── G723
│   │   ├── G723.hi
│   │   └── G723.low
│   ├── LCD
│   │   ├── Debug
│   │   │   ├── Versionlog.obj
│   │   │   ├── chkmem.obj
│   │   │   ├── des3200init.map
│   │   │   ├── init.obj
│   │   │   ├── lcd.out
│   │   │   ├── speak.obj
│   │   │   ├── uartasm_mcu.obj
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── LCD.paf
│   │   ├── LCD.pjt
│   │   ├── Versionlog.c
│   │   ├── cc_build_Debug.log
│   │   ├── des3200init.paf
│   │   ├── ext_chip.cmd
│   │   ├── init.c
│   │   ├── init_test.c
│   │   ├── my.map
│   │   ├── onchip.cmd
│   │   └── vectors.asm
│   ├── MP3_5402V1.0
│   │   ├── PC_HPI.EXE
│   │   ├── de_mp3_new.out
│   │   ├── mp3(hi).i01
│   │   ├── mp3(low).i00
│   │   ├── readme.txt
│   │   └── test.mp3
│   ├── USB
│   │   ├── D12USB.out
│   │   ├── DES320E USB Instruction.txt
│   │   ├── pc Application
│   │   │   ├── EasyD12.dll
│   │   │   ├── MFC42D.DLL
│   │   │   ├── MFCO42D.DLL
│   │   │   ├── MSVCRTD.DLL
│   │   │   ├── USBCARD.exe
│   │   │   ├── USBCARDen.exe
│   │   │   └── 说明.txt
│   │   └── usb driver
│   │   ├── win2k_xp
│   │   │   ├── PDIUSBD12.inf
│   │   │   └── PDIUSBD12.sys
│   │   └── win98
│   │   ├── PDIUSBD12.SYS
│   │   └── PDIUSBD12.inf
│   ├── base_operation
│   │   ├── Debug
│   │   │   ├── exer1.map
│   │   │   ├── exer1.obj
│   │   │   └── exer1.out
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── demo5402.cmd
│   │   ├── exer1.asm
│   │   ├── exer1.paf
│   │   └── exer1.pjt
│   ├── bios
│   │   ├── bios done
│   │   │   ├── Debug
│   │   │   │   ├── bios v1.map
│   │   │   │   ├── bios v1.out
│   │   │   │   ├── bioscfg.obj
│   │   │   │   ├── bioscfg_c.obj
│   │   │   │   ├── load.obj
│   │   │   │   └── volume.obj
│   │   │   ├── Debug.lkf
│   │   │   ├── Debug.lkv
│   │   │   ├── bios v1.paf
│   │   │   ├── bios v1.pjt
│   │   │   ├── bios.cdb
│   │   │   ├── bioscfg.cmd
│   │   │   ├── bioscfg.h
│   │   │   ├── bioscfg.h54
│   │   │   ├── bioscfg.s54
│   │   │   ├── bioscfg_c.c
│   │   │   ├── cc_build_Debug.log
│   │   │   ├── load.asm
│   │   │   ├── volume.c
│   │   │   ├── volume.gel
│   │   │   └── volume.h
│   │   └── bios source
│   │   ├── Debug
│   │   │   └── load.obj
│   │   ├── Debug.lkf
│   │   ├── bios.paf
│   │   ├── bios.pjt
│   │   ├── cc_build_Debug.log
│   │   ├── load.asm
│   │   ├── volume.c
│   │   ├── volume.gel
│   │   └── volume.h
│   ├── bootloader
│   │   ├── boot16
│   │   │   ├── Debug
│   │   │   │   ├── led.map
│   │   │   │   ├── led.obj
│   │   │   │   └── led.out
│   │   │   ├── Debug.lkf
│   │   │   ├── Debug.lkv
│   │   │   ├── bootloader.paf
│   │   │   ├── bootloader.pjt
│   │   │   ├── cc_build_Debug.log
│   │   │   ├── eeprom
│   │   │   │   ├── HEX500.EXE
│   │   │   │   ├── boot16.bat
│   │   │   │   ├── led.x00
│   │   │   │   └── led.x01
│   │   │   ├── led.c
│   │   │   └── onchip.cmd
│   │   ├── boot8
│   │   │   ├── Debug
│   │   │   │   ├── led.map
│   │   │   │   ├── led.obj
│   │   │   │   ├── led.out
│   │   │   │   └── vectors.obj
│   │   │   ├── Debug.lkf
│   │   │   ├── Debug.lkv
│   │   │   ├── bootloader.paf
│   │   │   ├── bootloader.pjt
│   │   │   ├── cc_build_Debug.log
│   │   │   ├── eeprom
│   │   │   │   ├── HEX500.EXE
│   │   │   │   ├── boot8.bat
│   │   │   │   └── led.i00
│   │   │   ├── led.c
│   │   │   └── onchip.cmd
│   │   └── bootrom
│   │   ├── Debug
│   │   │   ├── led.map
│   │   │   ├── led.obj
│   │   │   ├── led.out
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── bootloader.paf
│   │   ├── bootloader.pjt
│   │   ├── cc_build_Debug.log
│   │   ├── eeprom
│   │   │   ├── boot.cmd
│   │   │   ├── hex500.exe
│   │   │   ├── led.x00
│   │   │   └── led.x01
│   │   ├── led.c
│   │   ├── onchip.cmd
│   │   └── vectors.asm
│   ├── dct
│   │   ├── 5402.CMD
│   │   ├── Debug
│   │   │   ├── dct.map
│   │   │   ├── dct.obj
│   │   │   └── dct.out
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── dct.c
│   │   ├── dct.out
│   │   ├── dct.paf
│   │   └── dct.pjt
│   ├── des320einit
│   │   ├── Debug
│   │   │   ├── Versionlog.obj
│   │   │   ├── chkmem.obj
│   │   │   ├── des320e.map
│   │   │   ├── des320einit.map
│   │   │   ├── des320einit.out
│   │   │   ├── init.obj
│   │   │   ├── speak.obj
│   │   │   ├── uartasm_mcu.obj
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── Versionlog.c
│   │   ├── cc_build_Debug.log
│   │   ├── chkmem.asm
│   │   ├── des3200init.paf
│   │   ├── des320e.paf
│   │   ├── des320einit.paf
│   │   ├── des320einit.pjt
│   │   ├── ext_chip.cmd
│   │   ├── init.c
│   │   ├── init_test.c
│   │   ├── onchip.cmd
│   │   ├── speak.asm
│   │   ├── uartasm.asm
│   │   ├── uartasm_mcu.asm
│   │   ├── uartasm_pc.asm
│   │   └── vectors.asm
│   ├── des320einitV1.1En
│   │   ├── Debug
│   │   │   ├── Versionlog.obj
│   │   │   ├── chkmem.obj
│   │   │   ├── des320einit.map
│   │   │   ├── des320einit.out
│   │   │   ├── init.obj
│   │   │   ├── speak.obj
│   │   │   ├── uartasm_mcu.obj
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── Versionlog.c
│   │   ├── cc_build_Debug.log
│   │   ├── chkmem.asm
│   │   ├── des3200init.paf
│   │   ├── des320einit.paf
│   │   ├── des320einit.pjt
│   │   ├── ext_chip.cmd
│   │   ├── init.c
│   │   ├── init_test.c
│   │   ├── onchip.cmd
│   │   ├── speak.asm
│   │   ├── uartasm.asm
│   │   ├── uartasm_mcu.asm
│   │   ├── uartasm_pc.asm
│   │   └── vectors.asm
│   ├── fft
│   │   ├── Debug
│   │   │   ├── fft.map
│   │   │   ├── fft.obj
│   │   │   └── fft.out
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── FFT.DAT
│   │   ├── FFT_DATA.C
│   │   ├── bios
│   │   │   ├── Custom.lkf
│   │   │   ├── Custom.lkv
│   │   │   ├── FFT.DAT
│   │   │   ├── FFT_DATA.C
│   │   │   ├── cc_build.log
│   │   │   ├── cc_build_Custom.log
│   │   │   ├── demo5402.cdb
│   │   │   ├── demo5402.cdb.a02448
│   │   │   ├── demo5402.cdb.a02684
│   │   │   ├── demo5402.tcf
│   │   │   ├── demo5402cfg.cmd
│   │   │   ├── demo5402cfg.h
│   │   │   ├── demo5402cfg.h54
│   │   │   ├── demo5402cfg.obj
│   │   │   ├── demo5402cfg.s54
│   │   │   ├── demo5402cfg_c.c
│   │   │   ├── demo5402cfg_c.obj
│   │   │   ├── fft.asm
│   │   │   ├── fft.mak
│   │   │   ├── fft.map
│   │   │   ├── fft.obj
│   │   │   ├── fft.out
│   │   │   ├── fft.paf
│   │   │   └── fft.pjt
│   │   ├── cc_build_Debug.log
│   │   ├── demo5402.cmd
│   │   ├── fft.asm
│   │   ├── fft.paf
│   │   └── fft.pjt
│   ├── fir5402_ccs2
│   │   ├── Debug
│   │   │   ├── fir5402.obj
│   │   │   ├── fir_des320ppu.map
│   │   │   └── fir_des320ppu.out
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── boot5402.cmd
│   │   ├── cc_build_Debug.log
│   │   ├── fir5402.asm
│   │   ├── fir_des320ppu.paf
│   │   └── fir_des320ppu.pjt
│   ├── fir5409_ccs2
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── boot5402.cmd
│   │   ├── cc_build_Custom.log
│   │   ├── des5409pp.mak
│   │   ├── des5409pp.out
│   │   ├── des5409pp.paf
│   │   ├── des5409pp.pjt
│   │   ├── despass.inc
│   │   ├── fir.wks
│   │   ├── fir5409.asm
│   │   ├── fir5409.obj
│   │   └── user.cmd
│   ├── fir5410_ccs2
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── boot5402.cmd
│   │   ├── cc_build_Custom.log
│   │   ├── des5410pp.mak
│   │   ├── des5410pp.out
│   │   ├── des5410pp.paf
│   │   ├── des5410pp.pjt
│   │   ├── despass.inc
│   │   ├── fir.wks
│   │   ├── fir5410.asm
│   │   ├── fir5410.obj
│   │   ├── fir5410.wks
│   │   └── user.cmd
│   ├── float
│   │   ├── Debug
│   │   │   ├── fa1.obj
│   │   │   ├── fc.map
│   │   │   ├── fc.out
│   │   │   ├── fd1.obj
│   │   │   ├── fm1.obj
│   │   │   └── fs1.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── fa1.asm
│   │   ├── fd1.asm
│   │   ├── float.paf
│   │   ├── float.pjt
│   │   ├── fm1.asm
│   │   ├── fs1.asm
│   │   └── user.cmd
│   ├── g723_idl
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── cc_build_Custom.log
│   │   ├── debug
│   │   │   ├── g723.obj
│   │   │   ├── g723.out
│   │   │   ├── g723_5410cfg.obj
│   │   │   ├── g723_5410cfg_c.obj
│   │   │   ├── init_des.obj
│   │   │   └── main.obj
│   │   ├── g723.asm
│   │   ├── g723.map
│   │   ├── g723.paf
│   │   ├── g723.pjt
│   │   ├── g723_5410.cdb
│   │   ├── g723_5410cfg.cmd
│   │   ├── g723_5410cfg.h
│   │   ├── g723_5410cfg.h54
│   │   ├── g723_5410cfg.s54
│   │   ├── g723_5410cfg_c.c
│   │   ├── init_des.asm
│   │   ├── main.asm
│   │   └── main.c
│   ├── g723_swi
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── cc_build_Custom.log
│   │   ├── debug
│   │   │   ├── g723.obj
│   │   │   ├── g723.out
│   │   │   ├── g723_5410cfg.obj
│   │   │   ├── g723_5410cfg_c.obj
│   │   │   ├── init_des.obj
│   │   │   └── main.obj
│   │   ├── g723.asm
│   │   ├── g723.map
│   │   ├── g723.paf
│   │   ├── g723.pjt
│   │   ├── g723_5410.cdb
│   │   ├── g723_5410cfg.cmd
│   │   ├── g723_5410cfg.h
│   │   ├── g723_5410cfg.h54
│   │   ├── g723_5410cfg.s54
│   │   ├── g723_5410cfg_c.c
│   │   ├── init_des.asm
│   │   └── main.c
│   ├── g723_tsk
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── cc_build_Custom.log
│   │   ├── debug
│   │   │   ├── g723.obj
│   │   │   ├── g723.out
│   │   │   ├── g723_5410cfg.obj
│   │   │   ├── g723_5410cfg_c.obj
│   │   │   ├── init_des.obj
│   │   │   └── main.obj
│   │   ├── g723.asm
│   │   ├── g723.map
│   │   ├── g723.paf
│   │   ├── g723.pjt
│   │   ├── g723_5410.cdb
│   │   ├── g723_5410cfg.cmd
│   │   ├── g723_5410cfg.h
│   │   ├── g723_5410cfg.h54
│   │   ├── g723_5410cfg.s54
│   │   ├── g723_5410cfg_c.c
│   │   ├── init_des.asm
│   │   └── main.c
│   ├── hpi5402
│   │   ├── 5402PP.C
│   │   ├── 5402PP.OBJ
│   │   ├── HPI5402.EXE
│   │   ├── HPI5402.PIF
│   │   ├── HPI5402.PRJ
│   │   ├── INCLUDE
│   │   │   ├── ALLOC.H
│   │   │   ├── ASSERT.H
│   │   │   ├── BIOS.H
│   │   │   ├── CONIO.H
│   │   │   ├── CTYPE.H
│   │   │   ├── DIR.H
│   │   │   ├── DOS.H
│   │   │   ├── ERRNO.H
│   │   │   ├── FCNTL.H
│   │   │   ├── FLOAT.H
│   │   │   ├── GRAPHICS.H
│   │   │   ├── HSC.H
│   │   │   ├── IO.H
│   │   │   ├── KIT.H
│   │   │   ├── LIMITS.H
│   │   │   ├── MATH.H
│   │   │   ├── MEM.H
│   │   │   ├── PROCESS.H
│   │   │   ├── RS232.H
│   │   │   ├── SETJMP.H
│   │   │   ├── SHARE.H
│   │   │   ├── SIGNAL.H
│   │   │   ├── STDARG.H
│   │   │   ├── STDDEF.H
│   │   │   ├── STDIO.H
│   │   │   ├── STDLIB.H
│   │   │   ├── STRING.H
│   │   │   ├── TBLIB.H
│   │   │   ├── TIME.H
│   │   │   ├── TLLIB.H
│   │   │   └── VALUES.H
│   │   ├── INIT_SMC.OBJ
│   │   ├── LIB
│   │   │   ├── C0S.OBJ
│   │   │   ├── CS.LIB
│   │   │   ├── EMU.LIB
│   │   │   ├── FP87.LIB
│   │   │   ├── GRAPHICS.LIB
│   │   │   ├── INIT.OBJ
│   │   │   └── MATHS.LIB
│   │   ├── TC.EXE
│   │   ├── TC.PIF
│   │   ├── TCCONFIG.TC
│   │   ├── TCHELP.TCH
│   │   └── TCPICK.TCP
│   ├── hpi5410
│   │   ├── 5402PP.C
│   │   ├── 5402PP.OBJ
│   │   ├── 5410PP.OBJ
│   │   ├── 5410pp.c
│   │   ├── HPI5402.EXE
│   │   ├── HPI5402.PRJ
│   │   ├── HPI5410.EXE
│   │   ├── Hpi5410.prj
│   │   ├── INCLUDE
│   │   │   ├── ALLOC.H
│   │   │   ├── ASSERT.H
│   │   │   ├── BIOS.H
│   │   │   ├── CONIO.H
│   │   │   ├── CTYPE.H
│   │   │   ├── DIR.H
│   │   │   ├── DOS.H
│   │   │   ├── ERRNO.H
│   │   │   ├── FCNTL.H
│   │   │   ├── FLOAT.H
│   │   │   ├── GRAPHICS.H
│   │   │   ├── HSC.H
│   │   │   ├── IO.H
│   │   │   ├── KIT.H
│   │   │   ├── LIMITS.H
│   │   │   ├── MATH.H
│   │   │   ├── MEM.H
│   │   │   ├── PROCESS.H
│   │   │   ├── RS232.H
│   │   │   ├── SETJMP.H
│   │   │   ├── SHARE.H
│   │   │   ├── SIGNAL.H
│   │   │   ├── STDARG.H
│   │   │   ├── STDDEF.H
│   │   │   ├── STDIO.H
│   │   │   ├── STDLIB.H
│   │   │   ├── STRING.H
│   │   │   ├── TBLIB.H
│   │   │   ├── TIME.H
│   │   │   ├── TLLIB.H
│   │   │   └── VALUES.H
│   │   ├── INIT_SMC.OBJ
│   │   ├── LIB
│   │   │   ├── C0S.OBJ
│   │   │   ├── CS.LIB
│   │   │   ├── EMU.LIB
│   │   │   ├── FP87.LIB
│   │   │   ├── GRAPHICS.LIB
│   │   │   ├── INIT.OBJ
│   │   │   └── MATHS.LIB
│   │   ├── TC.EXE
│   │   ├── TC.PIF
│   │   ├── TCCONFIG.TC
│   │   ├── TCHELP.TCH
│   │   └── TCPICK.TCP
│   ├── iir_test
│   │   └── DES320PPAgingV2.41En
│   │   ├── 5402.CMD
│   │   ├── ASM
│   │   │   ├── INC
│   │   │   │   ├── INITDSP.INC
│   │   │   │   ├── init5402mcbsp0.inc
│   │   │   │   ├── init5402mcbsp1.inc
│   │   │   │   ├── init_regaic23.inc
│   │   │   │   └── port5402mcbsp.inc
│   │   │   ├── INITDSP.ASM
│   │   │   ├── VECTORS.ASM
│   │   │   ├── WIRE2_V2.ASM
│   │   │   ├── chkmem.asm
│   │   │   ├── init5402mcbsp0.asm
│   │   │   └── init5402mcbsp1.asm
│   │   ├── C
│   │   │   ├── INCLUDE
│   │   │   │   ├── BOARD.H
│   │   │   │   ├── C54X_REG.H
│   │   │   │   ├── CMD.H
│   │   │   │   ├── DATA.H
│   │   │   │   ├── DSPLIB.H
│   │   │   │   ├── MAIN.H
│   │   │   │   ├── TL16C550C_Reg.h
│   │   │   │   ├── TL16C550C_Reg_MCU.h
│   │   │   │   ├── TMS320.H
│   │   │   │   ├── TMWTYPES.H
│   │   │   │   ├── algorithm.h
│   │   │   │   ├── functionLib.h
│   │   │   │   ├── iir.H
│   │   │   │   └── initac01.h
│   │   │   ├── IRQ_map.c
│   │   │   ├── ISR.c
│   │   │   ├── LCDcontrol.c
│   │   │   ├── LEDprint.c
│   │   │   ├── McuUartTrans.c
│   │   │   ├── board_init.c
│   │   │   ├── dataTrans2PC.c
│   │   │   ├── data_init.c
│   │   │   ├── keyInput.c
│   │   │   └── main.c
│   │   ├── C54SPframe.paf
│   │   ├── DES320PPDebug.paf
│   │   ├── DES320PPDebug.pjt
│   │   ├── DES320PPDebug.wks
│   │   ├── DES320PPframe.paf
│   │   ├── Debug
│   │   │   ├── Diir.map
│   │   │   ├── INITDSP.obj
│   │   │   ├── IRQ_map.obj
│   │   │   ├── ISR.obj
│   │   │   ├── LCDcontrol.obj
│   │   │   ├── McuUartTrans.obj
│   │   │   ├── VECTORS.obj
│   │   │   ├── WIRE2_V2.obj
│   │   │   ├── board_init.obj
│   │   │   ├── data_init.obj
│   │   │   ├── iir.out
│   │   │   ├── init5402mcbsp0.obj
│   │   │   ├── init5402mcbsp1.obj
│   │   │   ├── keyInput.obj
│   │   │   ├── main.obj
│   │   │   └── versionLog.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── INRAM
│   │   ├── LIB
│   │   │   └── 54XDSP.LIB
│   │   ├── PRAM
│   │   ├── VECS
│   │   ├── cc_build_Debug.log
│   │   ├── controlPannel.gel
│   │   ├── menu.txt
│   │   └── versionLog.c
│   ├── lanV5402_driverV2.0
│   │   ├── DES320E LAN Instruction.txt
│   │   ├── Debug
│   │   │   ├── 91c111_functions.obj
│   │   │   ├── LCDcontrol.obj
│   │   │   ├── LEDprint.obj
│   │   │   ├── McuUartTrans.obj
│   │   │   ├── VECTORS.obj
│   │   │   ├── VersionLog.obj
│   │   │   ├── inidsp.obj
│   │   │   ├── lan91c111_functions.obj
│   │   │   ├── main.obj
│   │   │   ├── receiv1.obj
│   │   │   └── uartasm_mcu.obj
│   │   ├── lanV5402_driverV2.2en.out
│   │   ├── network(En).exe
│   │   └── network.exe
│   ├── led1
│   │   ├── 7279Command.h
│   │   ├── Debug
│   │   │   ├── led.obj
│   │   │   ├── led1.map
│   │   │   ├── led1.out
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── led.c
│   │   ├── led.h
│   │   ├── led1.paf
│   │   ├── led1.pjt
│   │   ├── onchip.cmd
│   │   └── vectors.asm
│   ├── lms
│   │   ├── Debug
│   │   │   ├── adaptive.obj
│   │   │   ├── exp8a.obj
│   │   │   ├── init.obj
│   │   │   ├── lms.out
│   │   │   └── random.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── LP_coef.dat
│   │   ├── adaptive.asm
│   │   ├── alp.asm
│   │   ├── cc_build_Debug.log
│   │   ├── exam8_7a.m
│   │   ├── exam8_7b.m
│   │   ├── exp8.cmd
│   │   ├── exp8a.c
│   │   ├── exp8a.c.bak
│   │   ├── exp8b.c
│   │   ├── fir_filt.asm
│   │   ├── init.c
│   │   ├── lms.paf
│   │   ├── lms.pjt
│   │   ├── lms.wks
│   │   ├── noise.dat
│   │   ├── randdata.DAT
│   │   ├── random.c
│   │   └── signal.c
│   ├── mbxtest
│   │   ├── Debug
│   │   │   └── mbxtest.out
│   │   ├── makefile
│   │   ├── mbxtest.c
│   │   ├── mbxtest.cdb
│   │   ├── mbxtest.pjt
│   │   ├── mbxtestcfg.cmd
│   │   ├── mbxtestcfg.h
│   │   ├── mbxtestcfg.h54
│   │   ├── mbxtestcfg.s54
│   │   └── mbxtestcfg_c.c
│   ├── mcbsp
│   │   ├── Debug
│   │   │   ├── exer4.obj
│   │   │   ├── mcbsp.map
│   │   │   ├── mcbsp.out
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── des5402pp.cmd
│   │   ├── exer4.asm
│   │   ├── mcbsp.paf
│   │   ├── mcbsp.pjt
│   │   └── vectors.asm
│   ├── mic5402_ccs2
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── boot5402.cmd
│   │   ├── cc_build_Custom.log
│   │   ├── des5402pp.mak
│   │   ├── des5402pp.out
│   │   ├── des5402pp.paf
│   │   ├── des5402pp.pjt
│   │   ├── mic.out
│   │   ├── mic5402.asm
│   │   ├── mic5402.obj
│   │   └── user.cmd
│   ├── mutex
│   │   ├── Debug
│   │   │   └── mutex.out
│   │   ├── makefile
│   │   ├── mutex.c
│   │   ├── mutex.cdb
│   │   ├── mutex.pjt
│   │   ├── mutexcfg.cmd
│   │   ├── mutexcfg.h
│   │   ├── mutexcfg.h54
│   │   ├── mutexcfg.s54
│   │   └── mutexcfg_c.c
│   ├── second_test_io
│   │   ├── 5402.cmd
│   │   ├── Debug
│   │   │   ├── initdsp.obj
│   │   │   ├── main.obj
│   │   │   ├── second_test_io.map
│   │   │   ├── second_test_io.out
│   │   │   └── vectors.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── initdsp.asm
│   │   ├── initdsp.inc
│   │   ├── main.c
│   │   ├── second_test_io.paf
│   │   ├── second_test_io.pjt
│   │   └── vectors.asm
│   ├── semtest
│   │   ├── Debug
│   │   │   └── semtest.out
│   │   ├── makefile
│   │   ├── semtest.c
│   │   ├── semtest.cdb
│   │   ├── semtest.pjt
│   │   ├── semtestcfg.cmd
│   │   ├── semtestcfg.h
│   │   ├── semtestcfg.h54
│   │   ├── semtestcfg.s54
│   │   └── semtestcfg_c.c
│   ├── sinewave
│   │   ├── Debug
│   │   │   ├── exer3.obj
│   │   │   ├── sinewave.map
│   │   │   ├── sinewave.out
│   │   │   └── vec_table.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── exer3.asm
│   │   ├── sinewave.cmd
│   │   ├── sinewave.paf
│   │   ├── sinewave.pjt
│   │   └── vec_table.asm
│   ├── sinewave_c
│   │   ├── Debug
│   │   │   ├── sinewave_c.map
│   │   │   ├── sinewave_c.out
│   │   │   ├── timer.obj
│   │   │   └── vec_table.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── cc_build_Debug.log
│   │   ├── sinewave_c.paf
│   │   ├── sinewave_c.pjt
│   │   ├── timer.CMD
│   │   ├── timer.c
│   │   └── vec_table.asm
│   ├── telephone v2.0
│   │   ├── project
│   │   │   ├── Debug
│   │   │   │   ├── de_dtmf.obj
│   │   │   │   ├── dtmf.obj
│   │   │   │   ├── dtmf5402.out
│   │   │   │   ├── gen_dtmf.obj
│   │   │   │   ├── main.obj
│   │   │   │   ├── uartasm_mcu.obj
│   │   │   │   ├── vectors.obj
│   │   │   │   └── versionLog.obj
│   │   │   ├── Debug.lkf
│   │   │   ├── Debug.lkv
│   │   │   ├── board.h
│   │   │   ├── cc_build_Debug.log
│   │   │   ├── de_dtmf.c
│   │   │   ├── dtmf.asm
│   │   │   ├── dtmf.map
│   │   │   ├── dtmf0.dat
│   │   │   ├── dtmf5402.paf
│   │   │   ├── dtmf_cof.c
│   │   │   ├── ext_chip.cmd
│   │   │   ├── ext_chip.cmd.bak
│   │   │   ├── gen_dtmf.c
│   │   │   ├── main.c
│   │   │   ├── onchip.cmd
│   │   │   ├── telephone.paf
│   │   │   ├── telephone.pjt
│   │   │   ├── uartasm_mcu.asm
│   │   │   ├── vectors.asm
│   │   │   └── versionLog.c
│   │   ├── projectEn
│   │   │   ├── Debug
│   │   │   │   ├── de_dtmf.obj
│   │   │   │   ├── dtmf.obj
│   │   │   │   ├── dtmf5402.out
│   │   │   │   ├── gen_dtmf.obj
│   │   │   │   ├── main.obj
│   │   │   │   ├── uartasm_mcu.obj
│   │   │   │   ├── vectors.obj
│   │   │   │   └── versionLog.obj
│   │   │   ├── Debug.lkf
│   │   │   ├── Debug.lkv
│   │   │   ├── board.h
│   │   │   ├── cc_build_Debug.log
│   │   │   ├── de_dtmf.c
│   │   │   ├── dtmf.asm
│   │   │   ├── dtmf.map
│   │   │   ├── dtmf0.dat
│   │   │   ├── dtmf5402.paf
│   │   │   ├── dtmf_cof.c
│   │   │   ├── ext_chip.cmd
│   │   │   ├── gen_dtmf.c
│   │   │   ├── main.c
│   │   │   ├── onchip.cmd
│   │   │   ├── telephone.paf
│   │   │   ├── telephone.pjt
│   │   │   ├── uartasm_mcu.asm
│   │   │   ├── vectors.asm
│   │   │   └── versionLog.c
│   │   ├── readme.txt
│   │   ├── telephone.out
│   │   └── telephoneEn.out
│   ├── tsktest
│   │   ├── Debug
│   │   │   └── tsktest.out
│   │   ├── makefile
│   │   ├── tsktest.c
│   │   ├── tsktest.cdb
│   │   ├── tsktest.pjt
│   │   ├── tsktestcfg.cmd
│   │   ├── tsktestcfg.h
│   │   ├── tsktestcfg.h54
│   │   ├── tsktestcfg.s54
│   │   └── tsktestcfg_c.c
│   ├── u_law
│   │   ├── 5402.CMD
│   │   ├── ASM
│   │   │   ├── INC
│   │   │   │   ├── INITDSP.INC
│   │   │   │   ├── init5402mcbsp0.inc
│   │   │   │   ├── init5402mcbsp1.inc
│   │   │   │   ├── init_regaic23.inc
│   │   │   │   └── port5402mcbsp.inc
│   │   │   ├── INITDSP.ASM
│   │   │   ├── VECTORS.ASM
│   │   │   ├── WIRE2_V2.ASM
│   │   │   ├── chkmem.asm
│   │   │   ├── init5402mcbsp0.asm
│   │   │   └── init5402mcbsp1.asm
│   │   ├── C
│   │   │   ├── INCLUDE
│   │   │   │   ├── BOARD.H
│   │   │   │   ├── C54X_REG.H
│   │   │   │   ├── CMD.H
│   │   │   │   ├── DATA.H
│   │   │   │   ├── DSPLIB.H
│   │   │   │   ├── MAIN.H
│   │   │   │   ├── TL16C550C_Reg.h
│   │   │   │   ├── TL16C550C_Reg_MCU.h
│   │   │   │   ├── TMS320.H
│   │   │   │   ├── TMWTYPES.H
│   │   │   │   ├── algorithm.h
│   │   │   │   ├── functionLib.h
│   │   │   │   ├── initac01.h
│   │   │   │   └── u_law.h
│   │   │   ├── IRQ_map.c
│   │   │   ├── ISR.c
│   │   │   ├── LCDcontrol.c
│   │   │   ├── McuUartTrans.c
│   │   │   ├── board_init.c
│   │   │   ├── data_init.c
│   │   │   ├── keyInput.c
│   │   │   ├── main.c
│   │   │   └── mainMenu.c
│   │   ├── C54SPframe.paf
│   │   ├── Custom.lkf
│   │   ├── Custom.lkv
│   │   ├── DES320PPDebug.paf
│   │   ├── DES320PPDebug.pjt
│   │   ├── DES320PPDebug.wks
│   │   ├── DES320PPframe.paf
│   │   ├── Debug
│   │   │   ├── DES320PPSP.map
│   │   │   ├── INITDSP.obj
│   │   │   ├── IRQ_map.obj
│   │   │   ├── ISR.obj
│   │   │   ├── LCDcontrol.obj
│   │   │   ├── McuUartTrans.obj
│   │   │   ├── VECTORS.obj
│   │   │   ├── WIRE2_V2.obj
│   │   │   ├── board_init.obj
│   │   │   ├── data_init.obj
│   │   │   ├── init5402mcbsp0.obj
│   │   │   ├── init5402mcbsp1.obj
│   │   │   ├── keyInput.obj
│   │   │   ├── main.obj
│   │   │   ├── u_law.out
│   │   │   └── versionLog.obj
│   │   ├── Debug.lkf
│   │   ├── Debug.lkv
│   │   ├── INRAM
│   │   ├── LIB
│   │   │   └── 54XDSP.LIB
│   │   ├── PRAM
│   │   ├── VECS
│   │   ├── cc_build.log
│   │   ├── cc_build_Custom.log
│   │   ├── cc_build_Debug.log
│   │   ├── controlPannel.gel
│   │   ├── mcBSP_test.obj
│   │   ├── menu.txt
│   │   └── versionLog.c
│   └── uart
│   ├── Debug
│   │   ├── uart.obj
│   │   ├── uart.out
│   │   ├── uartasm.obj
│   │   └── vectors.obj
│   ├── Debug.lkf
│   ├── Debug.lkv
│   ├── cc_build_Debug.log
│   ├── uart.c
│   ├── uart.cmd
│   ├── uart.paf
│   ├── uart.pjt
│   ├── uartasm.asm
│   ├── vectors.asm
│   └── 串口调试助手.exe
├── readme.txt
└── reference
├── IC
│   ├── 73HD318 DATASHEET.pdf
│   ├── TMS320VC5409 Datasheet.pdf
│   ├── TMS320VC5410 Datasheet.pdf
│   ├── tl16c550c.pdf
│   ├── tlc320ac01c.pdf
│   └── tms320vc5402.pdf
└── application notes
├── TMS320C54XX DSP ENHANCED PERIPHERALS REF SET, VOL 5 .pdf
├── TMS320C54x Application-specific Examples.pdf
├── TMS320C54x Assembly Language Tools User's Guide.pdf
├── TMS320C54x DSP CPU and Peripherals Reference Set Volume I .pdf
├── TMS320C54x DSP Library.pdf
├── TMS320C54x DSP-BIOS Application Programming Interface (API) .pdf
├── TMS320C54x Optimizing C Compiler UG .pdf
├── TMS320C54x bios user guide.pdf
├── TMS320VC5402,UC5402 bootloader.pdf
├── TMS320c54x DSP Programming Environment.pdf
├── Using the TMS320C5402 DMA Channels to Read From the TLV2548.pdf
├── Using the TMS320C5402 DMA Channels to Read from the TLV1570 .pdf
├── c54x optimizing c compliler guide.pdf
└── interfacing c54x to AC01 by C expamle.pdf

124 directories, 1026 files

标签:

实例下载地址

DSP技术实验指导书的光盘(彭启宗)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警