登录
首页 » WORD » communication-simulation-system

communication-simulation-system

于 2014-01-12 发布 文件大小:356KB
0 158
下载积分: 1 下载次数: 8

代码说明:

  MATLAB SIMULINK通信仿真系统,带有可执行文件和文档,可供参考修改(MATLAB SIMULINK communication simulation system with executable files and documentation is available for reference modification)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • clean
    本程序是现代谱分析中的clean的matlab程序,经过仿真验证,获得较为准确的结果。(This program is clean modern spectral analysis of the matlab program, through simulation, to obtain more accurate results.)
    2021-01-18 21:48:42下载
    积分:1
  • bayesian
    基于贝叶斯网络的K2,TAN,朴素贝叶斯算法实现。(K2 algorithm based on Bayesian network)
    2013-05-16 21:44:23下载
    积分:1
  • robot3
    A robotic s subject work from the university. An example of Denavit-Hartemberg application over a concrete robot. The code is writen for Matlab with the use of the free tool Hemero. The documentation of the work is in Spanish.
    2009-04-27 20:02:05下载
    积分:1
  • sanxiangganyingdianji
    三相感应电动机单相短路故障的瞬态过程仿真,大家一起学习(Three-phase induction motor single-phase short-circuit fault transient process simulation, we study together)
    2009-11-30 14:03:35下载
    积分:1
  • -MIT-MATLAB-lecture
    搜集到的麻省理工学院的 matlab教程 感觉讲的很不错(Collected MIT matlab tutorial speak very good feeling)
    2013-03-15 16:16:16下载
    积分:1
  • airportconveyer
    Airport conveyer model
    2015-03-04 16:39:15下载
    积分:1
  • CPP-Primer-Plus
    C++ Primer Plus, 作者 Stephen Prata 版本6ed, AW, 年份 2012 C++初级学者用书(C++ Primer Plus, Stephen Prata, 6ed, AW, 2012 C++ junior scholars books)
    2013-12-13 17:22:18下载
    积分:1
  • 222
    以上是6阶坡度的matlab源程序代码,程序非常简单,而且适用。希望你能有用。(These are the 6 step gradient matlab source code, the program is very simple and applicable. I hope you can be useful.)
    2013-12-11 18:07:34下载
    积分:1
  • cooccurrence
    matlab基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵 输入图像数据 返回八维纹理特征行向量 (Matlab co-occurrence matrix texture feature extraction, based on the d=1, theta =0 degrees, 45 degrees, 90 degrees, 135 degrees four matrix The input image data to return to the eight dimensional texture feature vector line)
    2015-03-27 11:13:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载