CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A law quantization

搜索资源列表

  1. MATLAB

    0下载:
  2.  产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;  采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;  计算信号量化噪声比(SQNR);  信道误码率为10-3;  解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求:  采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard len
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1610
    • 提供者:louzhu
  1. PCM

    4下载:
  2. 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数
  3. 所属分类:matlab例程

    • 发布日期:2017-04-17
    • 文件大小:954292
    • 提供者:tanii
  1. A13

    0下载:
  2. 介绍A律13折线的原理,很好很强大,非均匀量化参考好资料-A law introduced the principle of 13 line, nice and strong, non-uniform quantization good reference information
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:244618
    • 提供者:李三中
  1. Quantization_simulink

    0下载:
  2. Quantization (signal processing) uniformly and non-uniformily using A and miu law od companding. simulation using simulink/matlab
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-17
    • 文件大小:9196
    • 提供者:
  1. dianpingzhuanma

    0下载:
  2. 关于PCM的编码程序,通过输入量化电平,给出经过A律13折线压缩的8位二进制码元,已经经过本人翻译。-On the PCM coding process, by entering the quantization level, is given through the law of 13 Line A compressed 8-bit binary code yuan, has been translated himself.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:645
    • 提供者:田野
  1. SaveJPEG2

    0下载:
  2. 这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采 样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式, 量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-This is a more complete JPEG compression process, support for color/grayscale, Y component horizontal/vertical sampling law,
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:87200
    • 提供者:向晓阳
  1. ulawcompander.m

    0下载:
  2. Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:724
    • 提供者:shanil
  1. pcm

    2下载:
  2. 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-01-27
    • 文件大小:2002
    • 提供者:马芳
  1. T-REC-G.711-200911-I!Amd2!SOFT-ZST-E

    0下载:
  2. G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式,A-law以及Mu-law。-G.711 defines two main compression algorithms, the µ -law algorithm (used in North America & Japan) and A-law algorithm (used in Europe and the rest of the world). Both are logarith
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-22
    • 文件大小:915644
    • 提供者:coco
  1. Pulse-Code-Modulation

    1下载:
  2. 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。 国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。 本程序实现了A律、μ律以及均匀量化三种PCM,
  3. 所属分类:matlab例程

    • 发布日期:2017-06-07
    • 文件大小:904301
    • 提供者:Sariel
  1. DSP_Lab_070

    0下载:
  2. For a file(.wave) • Find the sampling frequency and the number of bits per sample. • Re-quantize the samples using the following methods: o Linear Quantization o A-Law Companding with A=87.6 o μ-Law Companding with μ=255 •
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:789
    • 提供者:mshmsha
  1. quantization

    0下载:
  2. 语音信号的量化程序,直接量化,μ律压缩,A律压缩-quantization of voice signal, μ-law compress and A-law compress
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:296527
    • 提供者:安安
  1. feijunyunzuihou

    1下载:
  2. 产生一个幅度为1,频率为w=1的正弦序列,采用非均匀8级量化和16级量化(类似A律13折线的方法),在同一坐标系内绘出原始信号和量化信号的曲线,并计算量化的S/N-Generating an amplitude of 1 and a frequency of the sinusoidal sequence w = 1, the use of non-uniform quantization 8 and 16 quantization (similar to Method A-law broken
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:朱晓倩
  1. pcm

    0下载:
  2. PCM编译码实验,自己通信原理的实验。对正弦信号进行抽样、量化和A律PCM编码,经过传输后,接收端进行PCM译码-PCM codec test their own communication principle experiment. Sinusoidal signal sampling, quantization and A-law PCM coding, after transmission, the receiving end PCM decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:lixz
  1. pcmcode

    1下载:
  2. 律u律pcm编码 若输入A律PCM编码器的正弦信号为x(t)=sin(1600πt),采样序列为x(n)=sin(0.2πn),n=0,1,2,…,10,将其进行PCM编码,求出编码器的输出码组序列y(n)。 要求:1) 直接采用A律扩展器函数求解上述问题。 2)使用13折线法近似A律PCM 求解上述问题。 3)计算量化误差。-Law a law pcm coding If the input A-law PCM encoder is sinusoidal signal
  3. 所属分类:software engineering

    • 发布日期:2016-12-28
    • 文件大小:28672
    • 提供者:高山
  1. PCMbianmaMatlab

    1下载:
  2. 代码附后 本设计结合 PCM 的抽样、量化、编码原理,利用 MATLAB 软件编程和绘图功能,完 成了对脉冲编码调制(PCM)系统的建模与仿真分析。课题中主要分为三部分对脉冲编码 调制(PCM)系统原理进行建模与仿真分析,分别为采样、量化和编码原理的建模仿真。 同时仿真分析了采样与欠采样的波形、均匀量化与 A 律 13 折线非均匀量化的量化性能及 其差异。通过对脉冲编码调制(PCM)系统原理的仿真分析,设计者对 PCM 原理及性能 有了更深刻的认识,并进一步掌握 MATLAB 软件的使
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1547826
    • 提供者:高山
  1. Signal_Quantization

    0下载:
  2. 使用MATLAB, 实现对一个余弦信号的均匀量化和A律非均匀量化, 并将结果输出在图形界面上。- Using MATLAB, Cosine signals to achieve a uniform quantization and A-law non-uniform quantization, And outputs the results in a graphical interface.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-29
    • 文件大小:38478
    • 提供者:Jane Ge
  1. pcm A律

    0下载:
  2. pcm编码A律Simulink和MATLAB(PCM in the communication system to complete the voice signal digital function, and its implementation mainly includes three steps to complete: sampling, quantization, coding. The binary representation of time discrete, amplitud
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:32768
    • 提供者:面包不面
  1. 数字调制

    1下载:
  2. 数字通信中BPSK和DPSK调制以及PCM的均匀量化编码和A律13折近似编码的matlab例程(In digital communications, BPSK and DPSK modulation, and PCM uniform quantization coding and A law 87% off approximate encoding matlab routines)
  3. 所属分类:通讯编程

    • 发布日期:2017-11-12
    • 文件大小:1024
    • 提供者:Jiangbx
  1. A 律十三折线编码的量化信噪比

    1下载:
  2. 仿真求解正弦波通过 A 律十三折线编译码后的量化信噪比。////////////////////////////////(The quantization SNR of sine wave through A-Law 13 fold code is simulated.)
  3. 所属分类:其他

    • 发布日期:2020-12-27
    • 文件大小:438272
    • 提供者:铭阳
« 12 »
搜珍网 www.dssz.com