搜索资源列表
ulaw.rar
- 使用VHDL语言,实现通信脉冲编码调制(PCM)的u律压缩。,Using VHDL language, the realization of communication pulse code modulation (PCM) of u law compression.
PCM.MATLAB.rar
- PCM设计论文 脉冲编码调制仿真设计 基于MATLAB simulink的仿真设计报告,Design thesis PCM pulse code modulation simulation design is based on the simulation of MATLAB simulink design report
PCM5
- PCM编码系统的设计【课程设计】PCM编码(又叫脉冲编码调制):数字通信的编码方式之一。主要过程是将话音、图像等模拟信号每隔一定时间进行取样,使其离散化,同时将抽样值按分层单位四舍五人取整量化,同时将抽样值按一组二进制码来表示抽样脉冲的幅值。-PCM coding system design curriculum design】 【PCM encoding (also known as pulse code modulation): digital communications, one of
PCM
- 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数
pcm
- 脉冲编码调制pcm的matlab防真 A律 U律-Pulse code modulation pcm true of matlab anti-U Law A Law
PCM-encode
- 通过PCM脉冲编码调制、恢复、量化、译码等过程实现A律十三线折线近似的仿真-Through the PCM pulse code modulation, recovery, quantification, A-law decoding process to achieve such a line similar to the simulation of thirteen lines
pcm
- pulse code modulation using simulink
matlab300
- PCM通信系统脉冲编码调制的信源编码,可以运行。模拟PCM的编码的波形!-PCM communication system pulse code modulation source coding, can run. Simulation of the PCM waveform coding!
PCM
- 脉冲激励调制编码的C++语言的编写程序,最基本的语音编码方法-Pulse excitation modulation coding C language programming, the most basic methods of speech coding
PCM
- MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真-MATLAB program, based on the GUI interface design of PCM modulation, coding, simulation
alaw
- 使用VHDL实现通信脉冲编码调制(PCM)中的a律转换,并实现串并、并串转换。-Use VHDL to achieve communication pulse code modulation (PCM) of a law conversion, and to achieve and string, and string conversion.
pcm
- 增量调制的编码,用于语音信号的编码,用马桶拉比实现。-Delta modulation encoding for voice signals encoded using the toilet Rabbi achieve.
pcm
- natlab code for pulse code modulation
simulink_labs
- 包括了对不同通信系统的simulink仿真,如AM, DSB-SC, FM, PLL, Data Acquistion, Digital Data Transmission, PCM and Delta Modulation。通过这些可以帮助用户对通信仿真有更深的理解。-This project allows you to learn the communication systems in greater depth by giving you the reins to play wit
pcm
- 在光纤通信系统中,光纤中传输的是二进制光脉冲"0"码和"1"码,它由二进制数字信号对光源进行通断调制而产生。而数字信号是对连续变化的模拟信号进行抽样、量化和编码产生的,称为PCM(pulse code modulation),即脉冲编码调制。这种电的数字信号称为数字基带信号,由PCM电端机产生。-In optical fiber communication systems, fiber-optic transmission of light pulses is a binary "
ira_1
- 基于EP1C6Q240 FPGA 核心板的 红外 发射 接收 扩展板 的PCB SCH 的设计文档,红外发射采用PT2248芯片 完成,调制方式 PCM,红外接收采用接收一体头 完成送 FPGA 解码 后 在扩展板的 数码管模块上显示相应内容-EP1C6Q240 FPGA board based on the core of infrared transmitting and receiving expansion board PCB SCH design documents, infrared
launch
- 基于EP1C6Q240 FPGA 核心板的 红外 发射 接收 扩展板 的PCB SCH 的设计文档,红外发射采用PT2248芯片 完成,调制方式 PCM,红外接收采用接收一体头 完成送 FPGA 解码 后 在扩展板的 数码管模块上显示相应内容-EP1C6Q240 FPGA board based on the core of infrared transmitting and receiving expansion board PCB SCH design documents, infrared
pcm
- 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
Pulse-Code-Modulation
- 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。 国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。 本程序实现了A律、μ律以及均匀量化三种PCM,
-Pulse-Code-Modulation-(PCM)
- Pulse Code Modulation (PCM)