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

Search list

[matlabpcmcode

Description: 将输入A律PCM编码器的正弦信号采样,进行PCM编码,求出编码器的输出码组序列。-legal importation A PCM encoder sinusoidal signal sampling, PCM coding, coding obtained the output code sequence.
Platform: | Size: 28672 | Author: 刘奇 | Hits:

[matlabPCM_HUNFFMAN

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

[matlabsoundpcm

Description: 语音PCM编码,从输入,在高斯白噪声下传输到译码-PCM voice coding, from the importation of the white Gaussian noise transmitted to the decoder
Platform: | Size: 2048 | Author: eleven | 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:

[Post-TeleCom sofeware systemsA_law

Description: 通信系统中的 pcm编码中间的a律产生方法 -communication system of coding the middle pcm a legal way
Platform: | Size: 1024 | Author: 陈宇 | Hits:

[source in ebookmatlab300

Description: PCM通信系统脉冲编码调制的信源编码,可以运行。模拟PCM的编码的波形!-PCM communication system pulse code modulation source coding, can run. Simulation of the PCM waveform coding!
Platform: | Size: 21504 | Author: wstc | 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:

[matlabPCM

Description: 这是一个PCM的编码调制方案的仿真程序。其中包含了对信号的量化。-This is a PCM coding modulation scheme of the simulation program. Which contains the signals quantified.
Platform: | Size: 15360 | Author: 杨丽 | Hits:

[matlabPCM

Description: 本程序可以对一个模拟信号进行数字化,使用的是PCM即脉冲编码调制,其结果是将样值转化为8位PCM编码。现今语音编码大多数采用这类编码方法-This procedure can be an analog signal to digital, using pulse code modulation or PCM, and the result is kind of value will be translated into eight PCM coding. Most of the current speech coding to adopt this type of coding method
Platform: | Size: 2048 | Author: 徐健 | Hits:

[Otherpcm1

Description: 通过PCM调制实现信源编码,通过抽样,调制通过MATLAB软件实现-Through the realization of PCM modulation source coding, through sampling, modulation through the MATLAB software
Platform: | Size: 1024 | Author: dxq | 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:

[Speech/Voice recognition/combinepcm

Description: 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
Platform: | Size: 1024 | Author: youlang | Hits:

[matlabPCM

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

[Multimedia programaaa

Description: A/u 律PCM 编码及恢复,分为A 率压缩公式编码、A 率扩张解码、A 率13 折线编码-A/u law PCM coding and restoration, is divided into A formula for the rate of compression coding, A rate of expansion of decoding, A rate of 13 line coding
Platform: | Size: 1024 | Author: zhangwei | 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:

[Communicationpcm

Description: 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
Platform: | Size: 2048 | Author: 593038945 | Hits:

[CommunicationMATLAB

Description: 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
Platform: | Size: 4096 | Author: 593038945 | 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:

[Communication-MobileFSK-PCM

Description: 运用matlab仿真分析了PCM信源编码+FSK调制过程-Matlab simulation analysis of the use of PCM source coding+ FSK modulation process
Platform: | Size: 126976 | Author: 焦惠芳 | Hits:
« 12 3 4 »

CodeBus www.codebus.net