-
LinkLayerModelMATLAB
Link Layer Model in MATLAB consisting files:
inputFile.m, LinkLayerModel.m, Q.m, topologyFile.m
- 2009-04-01 12:33:29下载
- 积分:1
-
circle
周期图法功率谱估计,希望对大家能有所帮助。(Periodogram Power Spectral Estimation)
- 2010-02-07 20:22:25下载
- 积分:1
-
ideal---Copy
sar simulation in rda algorithm
- 2012-07-03 12:51:49下载
- 积分:1
-
makeVRMLfile
this code is use do create 3d structure of 3d object
- 2013-10-04 19:06:28下载
- 积分:1
-
work
各程序所完成的具体功能均在文件注释部分中注明!(All procedures are completed in a specific function in the document specified Notes section!)
- 2009-03-06 21:20:31下载
- 积分:1
-
wien
维纳滤波程序,一种信号处理程序,可用于数据预处理(Wiener filtering process, a signal processing procedure can be used for data preprocessing)
- 2010-10-25 21:22:20下载
- 积分:1
-
matrix_class
it is a matrix library. it is needed for fir fier.
- 2014-08-29 22:29:24下载
- 积分:1
-
matlab
哈尔滨工业大学MATLAB讲义,ppt格式。(Harbin Institute of Technology MATLAB lecture, ppt format.)
- 2010-06-28 01:21:06下载
- 积分:1
-
matlab
使用须知
1. 文件夹
两个文件夹:Mbook和Mfiles。
Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。
MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。
2. 使用前的准备
(1)软件需要安装Office2000 和MATLAB6.5。
(2) 将文件夹Mbook和Mfiles的内容拷贝到用于教学的计算机的硬盘上。
(3)在MATLAB中将“Mfiles”文件夹添加在搜索路径中
添加搜索路径的步骤为:
在MATLAB界面选择菜单“File”→“Set Path”命令,在打开的设置路径对话框中通过“Add Folder…”或“Add with Subfolders…”按钮打开浏览文件夹窗口来添加搜索目录。
(3)要运行8.1小节的MEX和EXE文件,则需要有与MATLAB6.5适配的Borland C/C++或MicroSoft Visual C++或Watcom C/C++(详见11.2和11.3节)。
(4)要运行8.4小节Mbook文件夹的文件,则需要安装Notebook。
(err)
- 2008-04-14 13:31:18下载
- 积分:1
-
cyclic_decoder
(7,4)系统循环码译码器
decode_out = cyclic_decoder(decode_in)
该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1
输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解
码后的信息码字,是1×4的行向量。
函数运行时,同时画出接收循环码字和译出码字的波形图。
( (7,4) system cycle Decoder decode_out = cyclic_decoder (decode_in) cyclic code decoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 input parameters decode_in is the received codeword cycle, the row is 1 × 7 vector output decode_out solution code is the information after the code word is 1 × 4 row vector. Function to run at the same time code word and draw a circle to receive the word of the translated code waveform.)
- 2011-08-15 21:49:54下载
- 积分:1