• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: Matlab
  • 标签: matlab  

资源简介


pcm编码调制 matlab通信原理实验仿真 代码注释清楚 值得一看

资源截图

代码片段和文件信息

function varargout = PCM(varargin)
% PCM M-file for PCM.fig
%      PCM was designed in order to show how PCM works
%
%      To simplify the undesrtanding of this method the program first takes
%      a sine wave. Then you can choose a sampling scheme and you can see
%      the output of the sampler. You can choose one out of three sampling 
%      methods.
%      If you choose natural sampling; then you will have the chance to modify
%      the sampling window and see the effects of this change in the output of
%      the sampler.
%
%      Once you got the sampled signal you can quantize it by a method that is 
%      known as two rules and an alorithm.
%      The option Squeezing and Stretching shows the best G(x) tha minimizes 
%      the MSE. You can better understand this using the book
%      Telecommunications Demystified written by Carl Nassar. You can find
%      information about this on Chapter four of that book. 
%      You can edit the bit‘s number and 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       19971  2007-03-30 19:07  PCM.m
     文件       10385  2007-03-28 12:27  PCM.fig

评论

共有 条评论