登录
首页 » matlab » 16QAM

16QAM

于 2014-11-29 发布 文件大小:2KB
0 119
下载积分: 1 下载次数: 4

代码说明:

  This is code to simulation of AM, FM, PSK, QAM modulation

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

发表评论

0 个回复

  • 资源分配算法的OFDM仿真算法 ALLOCATION
    关于资源分配算法的OFDM仿真算法,在无线通信领域的。(An OFDM simulation algorithm for resource allocation algorithms in the field of wireless communications.)
    2020-11-27 19:59:31下载
    积分:1
  • estimation-extended-Kalman-filter
    针对感应电机扩展卡尔曼滤波器转速估计中难以取得卡尔曼滤波器系统噪声矩阵和测量噪声矩阵最优值的问题,提出了一种基于改进粒子群算法优化的扩展卡尔曼滤波器转速估计方法。算法通过融合遗传算法和粒子群算法的优点,采用可调整的算法模型对粒子群算法进行改进,将改进的粒子群算法对扩展卡尔曼滤波器中的系统噪声矩阵和测量噪声矩阵进行优化处理,将优化后的卡尔曼滤波器应用于感应电机转速估计。( Extended Kalman Filter for induction motor speed estimation problem is difficult to obtain a Kalman filter system noise matrix and the measurement noise matrix optimal value proposed speed estimation method based on improved particle swarm optimization of the extended Kalman filter. By virtue of the genetic algorithm and particle swarm optimization algorithm fusion algorithm using the adjustable model PSO improvements that will improve the PSO extended Kalman filter system noise matrix and the measurement noise matrix optimization process, the optimized Kalman filter is applied to the induction motor speed estimate.)
    2016-01-27 10:12:55下载
    积分:1
  • matlab_code
    rayleigh channel modelling for wireless
    2010-06-02 00:30:01下载
    积分:1
  • pdco5
    说明:  内点优化法,stanford大学The Systems Optimization Laboratory 开发(Interior point,stanford university The Systems Optimization Laboratory)
    2020-06-23 14:20:02下载
    积分:1
  • polie
    主要功能是用MATLAB算法实现水平井钻井液安全密度(Main function is to use MATLAB in susuan image segmentation algorithm)
    2010-11-18 16:42:47下载
    积分:1
  • MATLAB-program-design
    用MATLAB语言编写的程序,称为M文件。M文件可以根据调用方式的不同分为两类:命令文件(Script File)和函数文件(Function File)。 (Using MATLAB language program, known as the M file. M files can be grouped into two categories: call command file (Script File) and function (Function File) file. )
    2013-08-29 19:57:21下载
    积分: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
  • dczz
    用Matlab仿真了对称阵子的方向图,阻抗特性和辐射阻抗(The stream of Matlab simulation with the direction of the symmetric map, impedance characteristics and radiation impedance)
    2009-10-12 20:12:46下载
    积分:1
  • work
    利用支持向量回归进行概率密度估计,从而计算信息熵(The use of support vector regression for probability density estimation, in order to estimate the information entropy)
    2009-04-26 19:41:53下载
    积分:1
  • sift
    说明:  用Matlab实现灰度图像SIFT(尺度不变特征变换)特征点的提取(Grayscale images with Matlab SIFT (Scale Invariant Feature Transform) feature point extraction)
    2010-04-01 15:34:39下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载