我是靠谱客的博主 矮小星星,最近开发中收集的这篇文章主要介绍【数字信号调制】基于PCM实现信号编码调制含Matlab源码,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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源码所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部