Welcome![Sign In][Sign Up]
Location:
Search - pcm coding in matlab

Search list

[OtherPCMsheji

Description: pcm编码设计和最佳量化器设计仿真程序。建议在matlab 6.1 或以上的版本,可直接运行。-pcm coding design and the best quantitative design simulation program. Recommendations in Matlab 6.1 or more versions can run.
Platform: | Size: 1402 | Author: 武刚 | Hits:

[matlabPCM_HUNFFMAN

Description: 模拟信号数字化的PCM量化以及哈夫曼编码-analog signal to the PCM digital quantification and Huffman coding
Platform: | Size: 5120 | Author: mentos | Hits:

[OtherPCMsheji

Description: pcm编码设计和最佳量化器设计仿真程序。建议在matlab 6.1 或以上的版本,可直接运行。-pcm coding design and the best quantitative design simulation program. Recommendations in Matlab 6.1 or more versions can run.
Platform: | Size: 1024 | Author: 武刚 | Hits:

[Compress-Decompress algrithmsasimpledpcmcode

Description: 本人自己编写的一个图像预测编码(DPCM)的简单程序。-I own an image prepared by the Predictive Coding (DPCM) the simple procedure.
Platform: | Size: 1024 | Author: slyang | Hits:

[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:

[Communication-Mobilepcm-coding-basic-on-matlab

Description: 基于matlab的脉冲编码仿真,pcm 模块仿真系统等-Matlab-based simulation of the pulse code, pcm module simulation systems, etc.
Platform: | Size: 604160 | Author: yang | 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:

[matlabPCM

Description: MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真-MATLAB program, based on the GUI interface design of PCM modulation, coding, simulation
Platform: | Size: 15360 | Author: 李扬 | Hits:

[Audio programspeex_echo_cancle

Description: 该代码是从SPEEX中提取出来有关回声消息部分的源码 它采取的是在频域进行操作,效果比较好" 经测试,如果原始声音与用于回声消息的参考声音之间存在时钟不同步时,极易发生在回音消息算法中的反溃发散现象. 压缩包中含有测试语音文件: Input_exsample_stereo.pcm: 8k16bit的线性pcm,含双通道语音。 vleft.pcm: 8k16bit linear pcm, 从Input_exsample_stereo.pcm 中分离出来的左声道音频。 right.pcm: 8k16bit linear pcm, 从Input_exsample_stereo.pcm 中分离出来的右声道音频。 -The code is extracted from the SPEEX news out of the echo part of the source it is taken to operate in the frequency domain, the effect is better " by the test, if the original voice message and a reference for the echo between the voice of the clock is not synchronized easily occurred in the response message algorithm in the phenomenon of anti-ulcer divergence. compressed package file containing the test voice: Input_exsample_stereo.pcm: 8k16bit linear pcm, including dual-channel voice. vleft.pcm: 8k16bit linear pcm, from Input_exsample_stereo.pcm separate the left channel audio. right.pcm: 8k16bit linear pcm, separated from the Input_exsample_stereo.pcm the right-channel audio.
Platform: | Size: 936960 | Author: wlch | Hits:

[ELanguagepcm-coding-basic-on-matlab

Description: 基于MATLAB的pcm编码系统的仿真系统,是用simulink搭建的。-pcm encoder basic on MATLAB~
Platform: | Size: 605184 | Author: nancy | Hits:

[matlabmypcm

Description: 在MATLAB环境下实现量化后的PCM编码-In the MATLAB environment to achieve quantized PCM coding
Platform: | Size: 2048 | 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: 利用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:

[Windows DevelopBpcma

Description: 基于matlab中的simulink的pcm编码码解码器的仿真结果 ,经测试可直接使用。 -Simulation results based on simulink in matlab pcm coding decoder has been tested directly.
Platform: | Size: 3072 | Author: 李威 | Hits:

[matlabchengxu

Description: 在MATLAB环境下设计PCM码的编译码,并对比不同情况下的的编码进行对比。-In MATLAB environment design PCM code encoding and decoding, compare and contrast the different circumstances of the coding
Platform: | Size: 59392 | Author: 景睿睿 | Hits:

[matlabpcm

Description: matlab源码,数字通信原理中pcm编码译码的实现,分模块可复用-Matlab source code, implementation of PCM coding and decoding principle in digital communication, module reuse
Platform: | Size: 2048 | Author: 郝跃星 | Hits:

[Special Effectsgui-pcm-bianma

Description: MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真,这个是用界面设计开发,为大家在编写程序提供了帮助-MATLAB program, PCM modulation, coding simulation-based GUI interface design, this is the interface design and development, provide help in the preparation of the program
Platform: | Size: 16384 | Author: 王斌 | 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:

[Communication-Mobile数字调制

Description: 数字通信中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)
Platform: | Size: 1024 | Author: Jiangbx | Hits:

CodeBus www.codebus.net