附件里的代码,里面有详细过程说明: Phasell.m pll.m
上传时间: 2014-01-20
上传用户:semi1981
3条固定路径的AWGN多径信道中的QPSK系统进行BER性能仿真,并与理想信道(没有多径)作比较。 需要的支撑子程序为qpsk_berest.m,vxcorr.m,random_binary.m.
上传时间: 2016-07-02
上传用户:skhlm
完备工具包,在原工具包中添加了io.m/extr.m,instfreq.m
标签: 工具包
上传时间: 2016-08-09
上传用户:FreeSky
常规重要性采样(CIS)在差分QPSK系统中的应用,需要支撑子程序为random_binary.m,vxcorr.m,cgpdf.m.
上传时间: 2014-01-22
上传用户:Avoid98
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).
上传时间: 2016-10-12
上传用户:gaome
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
SA Encryption and Decryption using Matlab The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.
标签: Encryption Decryption contains thirteen
上传时间: 2017-04-06
上传用户:dreamboy36
本程序的开发环境为MATLAB6.5版本,所编程序须在此环境下运行。由于气动模型的离散性,且采用了许多工程计算经验公式和实验数据,所以在编程时会比较繁杂,为了使程序读起来方便清晰,在编制程序时采用了如下的思路: 考虑到程序的一般结构,这里将气动计算系统分为三大模块:输入模块、气动计算模块以及结果输出模块。考虑到本系统的特殊性,又将输入模块划分为初始数据输入模块、导弹外形参数模块以及插值数据库模块,并采用M文件格式编制;气动计算模块则采用了子系统的结构形式,并用Simulink 模块编制;结果输出模块则是采用M文件的形式将气动计算模块得到的结果输出到工作区间并将数据结果绘制成曲线。最后,为了运行的方便,编制了一个名为Start_file.m的M文件,按流程依次调用编写的所有程序,在运行此程序时,只需将所有程序加载于“Current Directory”指定的文件夹中(即路径的设定),并在“Command Window”中输入“Start_file”即可。 (导弹气动计算程序)
上传时间: 2014-01-04
上传用户:xhz1993
可以进行曲线回归拟合算法的四参数算法。函数为 y = (a-d)/(1+(x/c)^b) +d . ec50.m 为其主要函数
上传时间: 2016-02-04
上传用户:我干你啊
b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.
上传时间: 2017-04-04
上传用户:pkkkkp