• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: 其他
  • 标签: matlab  

资源简介

该资料包含对16QAM星座图的仿真和误码率的仿真,还有注释便于理解

资源截图

代码片段和文件信息

%基带升余弦成形滤波器 
function y=bshape(xfsfbNalfadelay); %设置默认参数 
if nargin<6; delay=8; end; 
if nargin<5; alfa=0.5; end; 
if nargin<4; N=16; end; 
b=firrcos(Nfb2*alfa*fbfs); 
y=filter(b1x);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         214  2018-09-29 15:19  bshape.m
     文件         638  2018-09-29 15:25  constel.m
     文件         533  2018-09-29 15:24  four2two.m
     文件        1017  2018-10-11 16:07  main_plot.m
     文件         391  2018-09-29 15:14  qam.m
     文件         464  2018-09-29 15:17  qamdet.m
     文件         299  2018-09-29 15:12  random_binary.m
     文件         282  2018-09-29 15:21  two2four.m

评论

共有 条评论