登录
首页 » matlab » MIMO_dC

MIMO_dC

于 2007-06-22 发布 文件大小:89KB
0 258
下载积分: 1 下载次数: 207

代码说明:

  MIMO-有关差分编码,用matlab书写,(MIMO-related differential coding, using Matlab writing,)

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

发表评论

0 个回复

  • 3
    说明:  数值方法中的迭代算法,包括牛顿迭代等,对于学习信号处理的同学们很有帮助(Iterative algorithm for numerical methods, including Newton, etc., for students to learn useful signal processing)
    2011-01-13 11:54:19下载
    积分:1
  • QRS-complex
    QRS波群检测几中常用算法的比较,心电学习入门还不错~~(Compare hundreds of QRS complex detection algorithms commonly used in ECG learning portal is also good)
    2014-11-18 10:44:24下载
    积分:1
  • dataanalysis
    数据分析以及数据回归,优化运行以及基本算例。(data analysis)
    2015-01-28 20:16:18下载
    积分:1
  • 计算阶次分析的案Order_tracing
    计算阶次分析的案例,需要转速信号进行角度域重采样。(In the case of order analysis, the angle domain resampling of speed signal is needed.)
    2020-11-24 21:39:35下载
    积分:1
  • 3.1
    《数字信号处理》(程佩青第3版)课后实验程序第3章第1题实验(" Digital Signal Processing" (Cheng Peiqing version 3) after-school programs Chapter 3 Experiment 1 Experiment title)
    2010-08-13 01:58:28下载
    积分:1
  • pso_2D1
    说明:  粒子群优化算法 相信有不少人知道粒子群优化吧。算法简单而且寻优的速度快。我用matlab写了PSO的实现程序,相信对对这方面感兴趣的兄弟有用。为了比较直观的演示PSO的算法,用了2维的。 (PSO algorithm believe a lot of people know it PSO. A simple algorithm optimization and faster. I used Matlab was the PSO procedures, I believe this area of interest to the brothers useful. In order to compare the visual presentation of the PSO algorithm, with a two-dimensional.)
    2006-03-03 12:30:49下载
    积分:1
  • 标签指南源码simple_tab
    一个基于matlab实现的标签指南源码。(A source based on the matlab implementation of label guide.)
    2020-07-19 20:38:47下载
    积分:1
  • jurusan-decision-tree
    matlab decision tree
    2014-02-19 03:51:02下载
    积分:1
  • MonteCarlo
    蒙特卡洛模拟 随机因素的统计分析 对系统规模没有要求(Monte Carlo simulation of the statistical analysis of random factors in the scale of the system does not require)
    2009-04-30 16:08:02下载
    积分:1
  • 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
  • 696516资源总数
  • 106913会员总数
  • 8今日下载