登录
首页 » matlab » 实验4 PCM代码

实验4 PCM代码

于 2021-04-12 发布
0 113
下载积分: 1 下载次数: 3

代码说明:

说明:  通常把从模拟信号抽样、量化,直到变换成为二进制符号的基本过程,称为脉冲编码调制(Pulse Code Modulation,PCM)。 在13折线法中,无论输入信号是正是负,均用 8 位折叠二进制码来表示输入信号的抽样量化值。其中,用第一位表示量化值的极性,其余七位(第二位至第八位则表示抽 样量化值的绝对大小。 可用于PCM编码与解码,还有语音信号的处理(After PCM encoding and decoding, we can see that the decoded image is almost the same as the original image, which shows that PCM decoding can restore the original image well.)

文件列表:

实验4 PCM代码\a13_moddata.mat, 27494 , 2021-03-30
实验4 PCM代码\abc.mat, 161360 , 2021-03-30
实验4 PCM代码\a_13coding.m, 2217 , 2021-03-30
实验4 PCM代码\challenge1.m, 768 , 2021-03-30
实验4 PCM代码\challenge1_2.m, 600 , 2021-03-30
实验4 PCM代码\e_coding.m, 217 , 2021-03-30
实验4 PCM代码\main.m, 3395 , 2021-03-30
实验4 PCM代码\mainPCMdecode.m, 655 , 2021-03-30
实验4 PCM代码\PCMdecoding.m, 768 , 2021-03-30
实验4 PCM代码\PCM_13Encode.m, 1413 , 2021-03-30
实验4 PCM代码\picture_1.jpg, 21759 , 2021-03-30
实验4 PCM代码\picture_2.jpg, 20651 , 2021-03-30
实验4 PCM代码\picture_5.jpg, 7412 , 2021-03-30
实验4 PCM代码\picture_6.jpg, 6426 , 2021-03-30
实验4 PCM代码\psnr.m, 749 , 2021-03-30
实验4 PCM代码\p_sn.m, 224 , 2021-03-30
实验4 PCM代码\p_snr.m, 187 , 2021-03-30
实验4 PCM代码\SNR.asv, 664 , 2021-03-30
实验4 PCM代码\SNR.m, 660 , 2021-03-30
实验4 PCM代码\tineyesearch_hist.m, 919 , 2021-03-30
实验4 PCM代码\Untitled3.m, 197 , 2021-03-30
实验4 PCM代码\Windows XP 关机.wav, 282608 , 2021-03-30
实验4 PCM代码\蜜蜂 _2.wav.wav, 755060 , 2021-03-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • IEEE9
    说明:  EXAMPLE OF PSSE simulations and python scripting (IEEE 9 SYSTEM)
    2019-10-15 21:25:18下载
    积分:1
  • 计算全球卫星坐标
    计算GPS卫星的坐标值 用文本格式输入星历表 -calculate GPS planet s coordinate and put the form by text
    2023-07-29 15:35:05下载
    积分:1
  • yuandongji
    自己根据原理搭建的船舶发电系统原动机数学模型(The mathematical model of the original motive of the marine power generation system based on its own principle)
    2018-03-14 09:44:34下载
    积分:1
  • 多项式高程拟合
    说明:  Matlab多项式实现区域高程拟合,需要自己输数据(In order to realize the regional elevation fitting by MATLAB polynomials, we need to input data by ourselves)
    2020-11-19 16:29:37下载
    积分:1
  • sklearn-SVM-master
    说明:  股票价格预测,支持向量机回归预测,核函数,(svm for stock price forcast)
    2020-04-11 08:36:52下载
    积分:1
  • modulate msk with noise
    实现MSK调制过程,通过定义入手,先计算相位,然后分两路调制-modulate msk with noise
    2022-05-24 00:55:45下载
    积分:1
  • HSMS-SECS.1.0.0.1
    说明:  HSMS demo tool simulate hsms
    2020-01-19 13:50:31下载
    积分:1
  • C#实现对数字的加密
    C#实现对数字的加密,这是一个源代码例子,对阿拉伯数字加密,比如可把“123”加密成不可读的特殊字符。在代码中:KeyValue值:录入键区0~9 48~57 数字键区0~9 96~105, End键的KeyValue值:35,并定义了相关的快捷键:如果用户按下了〈Ctrl〉+〈Shift〉+〈End〉组合键,则直接退出,录入键区的“1”与数字键区的“1”共享同一操作。。
    2022-10-07 01:55:03下载
    积分:1
  • matrix2
    滤波器耦合矩阵的综合,包含了去归一化,得到的矩阵即为实际频率响应(bandpass filter coupling matrix synthesis, real frequency)
    2018-05-12 23:57:45下载
    积分:1
  • matlab求积分实例
    说明:  插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   8.3.3 步长逐次减半柯特斯求积公式 290   8.3.4 Romberg求积公式 291   8.4 自适应求积方法 293   8.5 Gauss求积方法 295   8.5.1 Gauss求积公式的构造 295   8.5.2 几种常用的Gauss求积公式 297   8.6 重积分的数值解 303   8.7 MATLAB自带函数应用 304   8.7.1 trapz函数 304   8.7.2 integral函数 305   8.7.3 integral2函数 307   8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
    2019-02-13 10:54:13下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载