資源簡(jiǎn)介
OFDM實(shí)現(xiàn)源碼
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

代碼片段和文件信息
/*???Do?*not*?directly?modify?this?file.??It?was????*/
/*???generated?by?the?Configuration?Tool;?any??*/
/*???changes?risk?being?overwritten.????????????????*/
/*?INPUT?demo5402.cdb?*/
/*??Include?Header?File??*/
#include?“demo5402cfg.h“
/*??Config?Structures?*/
/*??Handles??*/
/*
?*??========?CSL_cfgInit()?========??
?*/
void?CSL_cfgInit()
{
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2004-08-25?00:02??ccs_example\
?????目錄???????????0??2004-08-25?00:16??ccs_example\bios_ccs2\
?????文件???????19577??2004-03-17?23:28??ccs_example\bios_ccs2\bioa_ccs2.wks
?????文件?????????603??2004-03-18?00:10??ccs_example\bios_ccs2\cc_build_Custom.log
?????文件?????????370??2004-03-18?00:10??ccs_example\bios_ccs2\Custom.lkf
?????文件?????????370??2004-03-18?00:10??ccs_example\bios_ccs2\Custom.lkv
?????文件??????528887??2004-03-18?00:10??ccs_example\bios_ccs2\demo5402.cdb
?????文件??????500003??2002-07-01?11:29??ccs_example\bios_ccs2\demo5402.cdb.a64357
?????文件??????223030??2001-12-11?17:33??ccs_example\bios_ccs2\demo5402.cdb.a92381
?????文件???????71051??2004-03-18?00:10??ccs_example\bios_ccs2\demo5402.out
?????文件????????7706??2004-03-16?11:56??ccs_example\bios_ccs2\demo5402cfg.cmd
?????文件?????????835??2004-03-16?11:56??ccs_example\bios_ccs2\demo5402cfg.h
?????文件????????3589??2004-03-18?00:10??ccs_example\bios_ccs2\demo5402cfg.h54
?????文件???????23432??2004-03-18?00:10??ccs_example\bios_ccs2\demo5402cfg.obj
?????文件???????38831??2004-03-18?00:10??ccs_example\bios_ccs2\demo5402cfg.s54
?????文件?????????355??2004-02-14?12:24??ccs_example\bios_ccs2\demo5402cfg_c.c
?????文件?????????489??2004-03-17?23:15??ccs_example\bios_ccs2\demo5402cfg_c.obj
?????文件????????1598??2001-10-21?21:49??ccs_example\bios_ccs2\load.asm
?????文件?????????630??2004-03-17?23:15??ccs_example\bios_ccs2\load.obj
?????文件???????12800??1999-06-17?12:43??ccs_example\bios_ccs2\loadctrl.exe
?????文件???????62788??2004-03-18?00:10??ccs_example\bios_ccs2\temp.map
?????文件????????2520??2002-03-15?16:35??ccs_example\bios_ccs2\volume.c
?????文件?????????459??1999-09-07?10:15??ccs_example\bios_ccs2\volume.gel
?????文件?????????972??1999-09-07?10:15??ccs_example\bios_ccs2\volume.h
?????文件????????2945??2001-12-11?17:33??ccs_example\bios_ccs2\volume.mak
?????文件????????2518??2002-03-15?16:37??ccs_example\bios_ccs2\volume.obj
?????文件???????13862??2004-03-18?00:13??ccs_example\bios_ccs2\volume.paf
?????文件?????????674??2002-07-01?11:45??ccs_example\bios_ccs2\volume.pjt
?????文件????????3393??2004-03-17?23:27??ccs_example\bios_ccs2\volume_bois.c
?????文件????????6325??2004-03-17?23:27??ccs_example\bios_ccs2\volume_bois.obj
?????文件????????5362??2001-02-21?23:11??ccs_example\bios_ccs2\volume_hst.c
............此處省略929個(gè)文件信息
評(píng)論
共有 條評(píng)論