登录
首页 » matlab » psk

psk

于 2013-02-05 发布 文件大小:8KB
0 252
下载积分: 1 下载次数: 8

代码说明:

  psk modulation is done using simulink model in this document. hope u get knowledge

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

发表评论

0 个回复

  • A-A-Guide-to-MATLAB-for-Beginners-and-Experienced
    This is a beginers guide to matlab. This text lays a concrete background of matlab.
    2012-05-09 23:11:02下载
    积分:1
  • MUSIC-LIKE
    基于均匀线阵,利用四阶累积量产生虚拟阵元,可估计出比真实阵元数更多的信号源,已达到DOA估计的目的,且具有较好的分辨率。(Based on uniform linear array, using fourth-order cumulants to generate the virtual array element can be estimated more than the true number of array element signal source, the purpose has been to DOA estimation, and has good resolution.)
    2021-03-26 21:19:12下载
    积分:1
  • chirp
    包括上下chirp信号的生成及其相关性能图,自相关和互相关分析(This is an analysis of the basic performance of Up-chirp signal)
    2021-04-06 17:59:02下载
    积分:1
  • STK生成的报告数据
    STK生成的报告数据较复杂,可以通过matlab的指令,直接读取生成的轨道数据报告,并进行相应的存储。(Report data STK generate more complex, you can matlab instructions directly read track data report generation, and the corresponding storage.)
    2015-09-01 11:47:41下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • pca_demo
    编写PCA算法的程序,对想要学习如何利用PCA算法进行故障诊断的同学很有帮助!( a PCA algorithm program, for the person who want to learn how to use PCA algorithm for fault diagnosis of classmates the progran is very helpful!)
    2013-05-09 17:29:46下载
    积分:1
  • xingzhidianmoguang
    保留形值点磨光 matlab。保留形值点磨光 matlab。保留形值点磨光 matlab。(matlab baoliuxingzhidianmoguang. matlab baoliuxingzhidianmoguang.)
    2010-06-03 15:23:29下载
    积分:1
  • ds_cdma
    说明:  用MATLAB m文件编些的DS-CDMA 仿真程序
    2010-05-04 16:04:15下载
    积分:1
  • Toolbox_Mallat
    小波分解的Mallat快速算法 Mallat快速算法的图像分解的Matlab代码(Matlab code image decomposition Mallat fast wavelet decomposition algorithm Mallat fast algorithm)
    2014-11-27 20:39:14下载
    积分:1
  • apsk-ruanpanjue-
    apsk软判决算法的仿真,根据星座特点进行算法的简化,减低复杂度(Simulation apsk soft decision algorithm based on the characteristics of the constellation simplified algorithm to reduce the complexity of)
    2013-12-05 18:02:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载