-
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
-
matlab-tutorial-examples
Matlab实例教程,为初学者模仿学习使用(Matlab tutorial examples, for beginners to learn how to use imitation)
- 2014-10-15 16:08:59下载
- 积分:1
-
rick
合成地震记录正演模拟n = 5000 采样点数
dx = 50 道间距
dt = 0.02 采样间隔
nl = 3 界面数
m = 80 道数(Forward modeling of synthetic seismograms)
- 2014-11-16 10:34:56下载
- 积分:1
-
mech_05018eed
Design of program in matlab
- 2011-12-17 15:15:29下载
- 积分:1
-
Microsoft-Word-
图像质量的评估,方法SSIM,以全新的方法注解(image assesment)
- 2011-12-27 22:25:44下载
- 积分:1
-
procoskun
voice recognition in matlab
- 2010-06-08 20:15:38下载
- 积分:1
-
xindaomoni
利用matlab程序对正交频分复用中的信道进行了模拟(Matlab program to use orthogonal frequency division multiplexing in the channel to simulate)
- 2008-04-18 22:35:47下载
- 积分:1
-
guijishengcheng00
本程序能够生成规避障碍轨迹,采用的是双向路径规划法(The program can generate circumvent the obstacle track, two-way path planning method)
- 2012-05-15 22:25:58下载
- 积分:1
-
bayescls
最经典的Bayes分类器!最小化分类错误。用matlab语言编写,附有实例。(classic Bayesian classifier! Minimize classification errors. Using Matlab language, with examples.)
- 2007-04-11 17:09:27下载
- 积分:1
-
PId_runge
this is matlab code that in it the pid method linear control is developed.the equation of motion is solved with runge-cuta method.
- 2013-03-17 19:31:20下载
- 积分:1