OFDM实现源码 instructions: There are two main programs : _ the first one sends 400 integers (representing a sine wave). _ the second one sends pictures. To use them, you have to run the same type on each side. --------------------------------------------------------------------------------- Receiver: Executables: Go to folder executables and choose folder for Sine or Picture. Run the .exe! Source Code: The source code for the dsp card is in the folder .\DSP\ Open project from CCS. dsk_app.c is the main program. --------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------- Transmitter: I. Simple Sinusoid 1. load program: .\black05\executables\transmitter\transmitter_sine.exe This will load the dsk_app_sine.out and start the GUI. 2. RUN The program will send coded samples of a 400 pt. sine wave to the right-out channel of the transmitter. The received samples are written to buffer: finalData. Display the 400 samples as unsigned integers, and compare the result. II. Picture 1. load program: .\black05\executables\transmitter\transmitter.exe This will load the dsk_app_pic.out and start the GUI. 2. Choose a picture from: .\black05\executables\transmitter\res
2019-12-21 21:13:40 5.6MB OFDM DSP CCS
1
BMP文件转CCS可以识别的DAT文件,简单易懂,对初学者有帮助
2019-12-21 21:07:40 1.15MB bmp dat ccs
1
在Win7下调试28335,CCStudio软件的Code Generation Tools必须升级到这个版本(v5.0.2)否则就是各种报错,搞了一上午,终于搞定了
2019-12-21 21:04:00 18.44MB CGT v5.0.2
1
可以将CCS编译出来的hex格式的文件转换成dat格式的
2019-12-21 21:00:33 882KB hex2dat
1
MSP-EXP430F5529LP LaunchPad 异步串口通信 UART 示例,包含发送ASCII码,发送字符串以及变量的函数,使用ALCK时钟,9600波特率。CCS8.3工程文件,附有注释。
2019-12-21 20:54:32 71KB MSP430 F5529
1
基于CCS2000软件设计FIR滤波器,包含设计过程,实验报告,实验代码
2019-12-21 20:53:58 393KB CCS DSP FIR 实验报告
1
Code Composer Studio简写TI CCS,它是一套针对TI的DSP、微控制器和应用处理器的集成开发环境,包括用于各种TI设备系列的编译器、源码编辑器、项目构建环境、调试器、描述器、仿真器以及多种其它功能。ti ccs提供基本代码生成工具,具有一系列的调试、分析功能。支持概念性规划;创建工程文件、编写源程序和配置文件;语法检查探测点设置和日志保存;实时调试、统计和跟踪等功能。
2019-12-21 20:49:46 8.58MB CCS
1
此文件详细描述了如何在软件CCS上实现傅里叶快速算法即FFT的实现。
2019-12-21 20:47:14 480KB FFT CCS
1
DSP图像增强中读入图像,图像的初始化,ccs中对于图像信息的采集
2019-12-21 20:45:23 3KB ccs
1
DSP 28335 实现FFT功能 CCS工程 将导入的工程的 CMD 文件从“28335.cmd(烧写所用 CMD 文件)”替换成“28335_RAM_lnk.cmd(仿真所用 CMD 文件)”(注意:28335.cmd 和 28335_RAM_lnk.cmd 两者只能选其一参与编译,否则编译 器将无法识别具体的操作空间而出错),然后右击工程选择“Build Project”进行编译, 编译没有错误后会在 Workspace(工作区间)的工程文件夹下的 Debug 文件夹里产生一 个.out 文件),加载这个“.out”文件后即可进行仿真操作
2019-12-21 20:45:17 657KB DSP28335
1