-
pcm
脉冲编码调制(PCM)实现
编程实现PCM技术的三个过程:采样、量化与编码。
采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。
量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
编码:以上述信号为例,实现A律的13折线近似法及国际标准PCM对数A律量化编码。(Pulse code modulation (PCM) to achieve
PCM technology programming three processes: sampling, quantization and coding.
Sample: low-pass continuous signal sampling to x = sin (200* t) m = x./(200* t) m = m.* m an example low-pass sampling theorem, draw the signal, frequency graphics bandpass sampling continuous signals to x = sin (20* t) m = x./t an example bandpass sampling theorem, draw the signal, frequency graph.
Quantization: uniform quantization, in order to realize the magnitude of sinusoidal signal as an example for the 64 level uniform quantization non-uniform quantization, input A law PCM encoder sine signal, the sampling sequence, to be PCM encoded, the encoder is given The output code sequence
Code: A Case Study of the signal to achieve the 13 A line approximation law and international standards on the number of A law PCM coding quantization.)
- 2010-05-31 14:35:33下载
- 积分:1
-
yilaguan
数学建模的题目解析,胡乱拿来给大家分享,希望能对大家有帮助(The subject of mathematical modeling analysis, to be used indiscriminately to share, I hope you can help)
- 2009-05-15 03:43:48下载
- 积分:1
-
matlab
网络IMC控制的matlab实现。简单实例的仿真程序,源代码。(Network IMC control MATLAB program)
- 2012-04-24 12:22:53下载
- 积分:1
-
image-fusion-pos
image fusion using particle of swarm optimastion
- 2013-09-29 15:46:10下载
- 积分:1
-
传输矩阵法计算
用传输矩阵法计算一维光子晶体带隙受角度的影响(useTTM,calculating the effects of incident angle for PBG。)
- 2015-03-17 09:55:39下载
- 积分:1
-
chapter5
基于遗传算法的LQR控制器优化设计的Matlab实现(LQR controller design based on genetic algorithm optimization)
- 2014-02-19 11:05:33下载
- 积分:1
-
horner2
horner2.PDF CE COURS VOUS PERMETTRA D APPRENDRE D AVANTAGE SUR LA MÉ THODE DE HORNER PROGRAMMATION MATLAB
- 2013-09-13 07:15:43下载
- 积分:1
-
cov
matlab的m文件 计算两幅影像的协方差 源码简洁高效(matlab m-file, computing the covariance of two images, simple and efficient source)
- 2011-12-23 12:10:39下载
- 积分:1
-
new2015work1-LMI
一个关于线性矩阵不等式LMI的算法,简要介绍如何编程和求解的。(an algorithm about the linear matrix inequalities.)
- 2016-05-30 10:20:12下载
- 积分:1
-
基于kalman的GPS静动态滤波算法
说明: GPS 动静态滤波的卡尔曼滤波技术的应用,希望能够多多交流(The application of Kalman filtering technology of GPS dynamic and static filtering, hope to be able to communicate more)
- 2021-04-09 10:19:00下载
- 积分:1