Welcome![Sign In][Sign Up]
Location:
Search - matlab PCM quantization

Search list

[matlabDCTpcm_code

Description: 子块DCT变换编码/帧内预测编码DPCM,基于JPEG量化矩阵的量化与反量化-block DCT encoding/decoding predictive coding DPCM. JPEG quantization matrix based on the quantitative and anti- quantization
Platform: | Size: 1024 | Author: 田彬 | Hits:

[matlabPCM_encode

Description: PCM编码实例。包括均匀量化编码,非均匀量化编码,及A率PCM编码。-PCM coding examples. Including uniform quantization coding, non-uniform quantization coding, and A PCM coding rate.
Platform: | Size: 52224 | Author: 张博 | Hits:

[matlabU_PCM

Description: 格式 [sqnr,a_quan,code]=u_pcm(a,n) 输入样值序列a 、量化电平数目n, 程序计算量化间隔、进行均匀量化、进行编码、计算量化信噪比, 返回量化信噪比squn、编码前的量化序列a_quan、编码后的码序列code。 -Format [sqnr, a_quan, code] = u_pcm (a, n) input sample value sequence a, the number of quantization levels n, the calculation procedures to quantify interval, the uniform quantization, coding, computing quantization noise ratio, return quantization noise ratio squn, to quantify the pre-coding sequence a_quan, coding sequences after the code.
Platform: | Size: 1024 | Author: wx | Hits:

[matlabpcm3

Description: 脉冲编码调制(PCM)用于在数字传输媒体上传送模拟信号,在PCM中,首先对模拟信号以高于其带宽两倍的奈奎斯特率进行采样,然后对所得样本进行量化。采用不同量化级别生成的PCM编码会影响接收器重建模拟信号的质量。 -Pulse code modulation (PCM) for the media in the digital transmission of analog signal transmission in the PCM, the first analog signal to more than the Nyquist rate of twice the bandwidth sample, and then to quantify the samples. Using different quantization level generated PCM coding receiver will affect the quality of the reconstruction of analog signals.
Platform: | Size: 1024 | Author: jack | Hits:

[matlabpcm_matlab

Description: pcm编码的MATLAB实现,主要是通过13折线吗,取样量化编码的实现。-pcm encoded MATLAB realize, mainly through the 13 line it, the realization of sampling quantization coding.
Platform: | Size: 1024 | Author: works he | Hits:

[Multimedia programpcm

Description: 适用MATLAB仿真实现对模拟信号的采样量化编码程序(模拟信号采样经均匀量化后自然二进制编码),通信系统仿真必备-The application of MATLAB simulation of analog signal sampling quantization coding procedures (analog signal sampling by the uniform quantization after the natural binary code), communication system simulation must
Platform: | Size: 1024 | Author: 侯婷 | Hits:

[Bookspcm

Description: pcm均匀pcm与非均匀pcm 一。产生长度为500的零均值,单位方差的高斯随机变量序列,用均匀pcm的方法用16电平进行量化:1)求所得的SQNR,该序列的前5个值,相应的量化值和相应的码字。2)画出量化误差(定义为输入值和量化值之间的差),同时 画出量化值作为输入值的函数的图。3)用128量化电平数重做2)题, 比较结果。-pcm uniform pcm with a non-uniform pcm. Have a length of 500 zero-mean, unit variance Gaussian random variables with a uniform method of pcm level by 16 to quantify: 1) demand from SQNR, the sequence of the first five values, the corresponding quantization value and the corresponding code word. 2) draw quantization error (defined as the import value and quantify the value of the difference between), at the same time draw to quantify the value of the import value as a function of the map. 3) 128 to quantify the number of redo-level 2) title, the results of the comparison.
Platform: | Size: 4096 | Author: jin | Hits:

[Multimedia programpcm

Description: PCM的编码端仿真程序,主要包括抽样\量化\编码三部分.用程序语言编写-PCM terminal emulation program code, including sample \ quantization \ encoding three parts. With the preparation of programming language
Platform: | Size: 3072 | Author: 梁静 | Hits:

[Voice Compresspcm

Description: 实现了对模拟信号的量化编码并计算了模拟信号的量化噪声-The realization of the analog signal and the quantization coding to calculate the quantization noise analog signal
Platform: | Size: 3072 | Author: ming | Hits:

[matlabAD_Conversion_Matlab

Description: A/D convertor, PCM, quantization
Platform: | Size: 2489344 | Author: PSH | Hits:

[matlabMATLAB

Description:  产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;  采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;  计算信号量化噪声比(SQNR);  信道误码率为10-3;  解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求:  采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard length of 1000 is too random signal distribution, draw time-domain waveform and frequency spectrum  u = 255 using the non-uniform PCM encoding, each symbol for 8bit, drawing input- output relationship diagram  calculated quantization noise signal than (SQNR)  channel bit error rate of 10-3  decoder, and law to draw u the signal after the inverse transform time-domain waveform and frequency spectrum. Expansion of the requirements:  uniform PCM, quantization level variable, a variable channel bit error rate.
Platform: | Size: 2048 | Author: louzhu | Hits:

[matlabPCM

Description: 一个PCM编码的GUI程序,包括给出原函数,抽样,量化,有多种选项可以自行选择-A PCM-coded GUI procedures, including the original function is given, sampling, quantization, there are several options to choose
Platform: | Size: 6144 | Author: 田野 | Hits:

[Communication-Mobilepcm

Description: 脉冲编码调制(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.
Platform: | Size: 2048 | Author: 马芳 | Hits:

[matlabpcm

Description: In this program, MSE, Step size, Bit rate, Quantization Noise are also calculated
Platform: | Size: 2048 | Author: Rafal | Hits:

[matlabPCM

Description: 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数PCM两大类,对数PCM中,2Aμ律和律编码都已被定为国际标准。-Matlab simulation using pulse code modulation (PCM) and the A law, μ law PCM codec for voice compression process. Pulse Code Modulation (PCM, Pulse Code Modulation) is an analog voice signal into digital signal encoding. The role of the encoder waveform is sampled signal sample quantization and coding. From the mathematical point of view, the process is to quantify the magnitude of the value of a continuous set of infinite number of maps into a finite number of discrete set of amplitude values​ ​ , encoding is to use a set of binary digits, said after a limited number of these maps. By folding the International Standardization of PCM binary code, in line with long-distance telephone quality. According to the different quantitative methods, PCM can be divided into uniform quantization PCM PCM and the number of two categories, on the number of PCM in, 2Aμ law and legal codes have been designated as international standards.
Platform: | Size: 954368 | Author: tanii | Hits:

[matlabPCM

Description: 1、用Matlab绘制带通信号图形 2、用Matlab对模拟信源进行均匀量化 3、用Matlab编制一个函数实现均匀PCM量化编码,并计算量化噪声比(SQNR) 4、用Matlab对不同的量化级数计算出相应的量化噪声比-1, drawn using Matlab graphics bandpass 2, the simulation using Matlab source for uniform quantization 3, prepared using Matlab function to achieve a uniform PCM quantization coding, and calculate the quantization noise ratio (SQNR) 4, using Matlab on a different series to calculate the corresponding quantitative quantization noise ratio
Platform: | Size: 23552 | Author: 王员根 | Hits:

[matlabPCM

Description: This a matlab script for PCM quantization-This is a matlab script for PCM quantization
Platform: | Size: 1024 | Author: vrba | Hits:

[OtherPCM-coding-MATLAB-implementation

Description: PCM编码MATLAB实现,能够在MATLAB环境下实现PCM量化编码,编码效率高,编码易于实现,简单易懂-PCM coding MATLAB, the MATLAB environment to achieve PCM quantization coding, coding efficiency, coding is easy to implement, easy to understand
Platform: | Size: 14336 | Author: yangzhongping | Hits:

[Program docmatlab-pcm

Description: matlab实现pcm均匀量化与非均匀量化 -matlab achieve pcm uniform quantization and non-uniform quantization
Platform: | Size: 57344 | Author: Likunmao | Hits:

[matlabpcm A律

Description: 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, amplitude discrete and quantized signals is completed respectively. According to CCITT, in order to improve the performance of small signal quantization, using companding non-uniform quantization, there are two suggestions, respectively A law and the law of our country, using the A law, the A law compression complex, often using 13 line method for encoding, using non uniform quantization coding PCM.)
Platform: | Size: 32768 | Author: 面包不面 | Hits:
« 12 »

CodeBus www.codebus.net