概述
1 简介
所谓的PCM(pulse code modulation)编码指的是把模拟电视(视频或音频)信号,通过取样(时间上离散化)、量化(幅度上离散化)处理后变换成在时间、幅度上均离散化的信号,再用二进制数码表示的脉冲编码调制信号(PCM),如图1所示.
2 部分代码
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.<
最后
以上就是矮小星星为你收集整理的【数字信号调制】基于PCM实现信号编码调制含Matlab源码的全部内容,希望文章能够帮你解决【数字信号调制】基于PCM实现信号编码调制含Matlab源码所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复