-
Pulse-Code-Modulation
脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。
国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。
本程序实现了A律、μ律以及均匀量化三种PCM,并带有GUI界面,方便使用。可以计算编码后的码率、运行时间以及最小均方误差。(Pulse Code Modulation (PCM, Pulse Code Modulation) is an analog voice signal into digital signal encoding, from the mathematical point of view, the process is to quantify the magnitude of the value of an infinite number of continuous mapping into a discrete set of the limited range of values number set, code is 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, A law and μ-law code have been designated as international standards.
A law implemented in this program, μ law and the uniform quantization of three PCM, with a GUI interface, easy to use. Encoded bit rate can be calculated, running time and minimum mean square error.
)
- 2011-02-05 23:10:39下载
- 积分:1
-
a-dct-watermark
基于离散余弦变换的数字水印,在图像的dct变换域中相应嵌入数字水印(Discrete cosine transform-based digital watermarking, the image of the dct transform domain watermark embedding corresponding)
- 2011-05-11 09:20:52下载
- 积分:1
-
PQ
说明: 利用PQ分解法进行电网潮流计算,得出待求解电网的各PQ节点的有功功率和无功功率,各PV节点的有功功率和节点电压(Make use of power flow PQ decomposition method calculated the PQ to be solved for each grid node of active and reactive power, active power and node voltage of each PV nodes.)
- 2015-01-07 15:27:17下载
- 积分:1
-
gravityanomaly-of-faultmodel
Theoretical gravity anomaly of fault model and generation of Gaussian random noise
- 2011-06-23 18:37:10下载
- 积分:1
-
OpenCVmex
cvlib_mex为已封装了openCV重要函数的库,PS:此文件供linux系统下64位matlab使用(cvlib_mex as an important function encapsulates the openCV library, PS: This file is for 64-bit linux system using matlab)
- 2013-07-15 19:17:49下载
- 积分:1
-
svm3legprint
space vector modulation for three phase two level inverter
- 2011-07-07 23:58:59下载
- 积分:1
-
PSO_AI
免疫粒子群算法的matlab源代码,自己设置优化函数(Immune particle swarm algorithm matlab source code, set up their own optimization function)
- 2021-04-11 10:38:58下载
- 积分:1
-
999999
实现马尔科夫的语音识别功能 可以实现连续语音识别,孤立词识别(Of Markov s voice recognition capabilities can achieve continuous speech recognition, isolated word recognition)
- 2012-03-21 19:50:12下载
- 积分:1
-
GUSS
GUSSet GUSSet 算法 示例代码(GUSSet)
- 2010-05-20 20:10:43下载
- 积分:1
-
touchtone
运用FFT技术来综合和分析电话拨号的过程,matlab来分解了这一过程,希望能提供帮助( TOUCHTONE Use FFT to synthesize and analyze telephone dialing
The dual tone multi-frequency (DTMF) standard specifies that the tone
generated by a button on a telephone key pad is the sum of two sinusoids,
with frequencies determined by the button s row and column.
The dial pad on the upper left allows you to select buttons and generate
the corresponding tones.
The signal plotted on the upper right is a recording of the FAX number
for the MathWorks being dialed. You can replay the entire signal, or
select individual segments. The power plot is the magnitude of the FFT
of the signal being played. What is the MathWorks FAX number?)
- 2013-10-30 15:17:51下载
- 积分:1