登录
首页 » matlab » 16QAM

16QAM

于 2016-12-31 发布 文件大小:5KB
0 279
下载积分: 1 下载次数: 12

代码说明:

  本代码是《通信信号处理》课程的大作业相应的代码。主要是通信信号发射端的仿真,具体功能是:1. 产生任意长度的伪随机序列,将序列映射为I,Q两路的信号,2.均方根升余弦滤波器成型. 3.经过通带衰减为3dB的倾斜滤波器(模拟信道衰落效果)4.插零,半带滤波器升抽样。 5.NCO处理单元调制(This code is communication signal processing courses corresponding to the large code. Mainly is the simulation of the communication signal transmitter, the specific functions are: 1. Produce arbitrary length of the pseudo-random sequence, the sequence mapping for the I, Q two-way signal, 2. Raise the root-mean-square filter forming 3. After passband attenuation 3dB tilt filter (analog channel fading effect) 4. Insert zero, half-band filter l sampling. 5. NCO processing unit modulation)

文件列表:

bshape1.m,337,2013-12-06
butterfilter.m,430,2013-12-06
dtft.m,198,2013-12-07
hbf.m,432,2013-12-06
insert_zero.m,113,2013-12-07
main.m,3041,2013-12-07
NCO.m,222,2013-12-07
qam.m,511,2013-12-07
two2four.m,282,2013-12-04
说明.txt,238,2013-10-31

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

发表评论

0 个回复

  • anyCorrNoise
    产生任意相关系数的多路高斯分布的噪声,用于模拟信号处理的噪声环境。(Generate multiple channals of noise with arbitrary cross-correlation coefficient )
    2010-07-04 23:25:37下载
    积分:1
  • pluse
    说明:  发送两个频段的脉冲 个数和频率均可调 发送两个频段的脉冲 个数和频率均可调(pluse and adjust the width of pluse pluse and adjust the width of pluse )
    2010-04-14 11:00:03下载
    积分:1
  • MATLAB
    关于雷达系统仿真和分析,完整代码,值得学习(On the radar system simulation and analysis, the complete code, it is worth learning)
    2011-04-20 19:02:13下载
    积分:1
  • methodo_newton
    Newton s method for finding successively better approximations to the roots (or zeroes) of a real-valued function.
    2014-11-23 06:55:33下载
    积分:1
  • quxianbiaojiyuzuobiao
    利用matlab程序编写可以实现找到曲线标记的方法以及可以指定坐标轴范围的程序。(Matlab programmers can use to find curves labeled realize Ways and axes can specify the scope of procedures.)
    2009-02-19 18:22:27下载
    积分:1
  • MIMO
    THIS matlab code is for MIMO receive diversity
    2009-05-25 13:25:14下载
    积分:1
  • senseless_sector
    基于无传感器的矢量控制的matlab的程序框图,经试验,可以正常运转(Based sensorless vector control matlab block diagram, the test can be normal operation)
    2013-07-23 15:53:23下载
    积分: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
  • grid-conected-pv-sum
    08年到11年的光伏并网逆变的ieee文献以及光伏的仿真(grid-connected pv system papers of ieee from 2008 to 2011 and some simulations)
    2011-11-29 22:07:09下载
    积分:1
  • EBU706U_iden_obj
    识别物体的MATLAB代码,识别图像中物体。(identify objects in an image using matlab, including source file)
    2010-02-26 23:27:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载