-
Own use c to write a small program of GMM can be used in different places!
自已用c++写的GMM的小程式,可用应用在不同的地方!-Own use c to write a small program of GMM can be used in different places!
- 2023-07-29 04:10:03下载
- 积分:1
-
不错的FIR滤波器源代码!
不错的FIR滤波器源代码!-good FIR filter source code!
- 2022-04-30 20:31:05下载
- 积分:1
-
lpc10
lpc10-15为美军2400bps语音压缩标准的C语音源代码。-lpc10-15 for the U.S. 2400 voice compression standard C source code voice.
- 2022-02-01 20:40:01下载
- 积分:1
-
能识别英文读音的C#程序
能识别英文读音的C#程序-can identify English pronunciations of C# procedures
- 2022-05-26 11:02:21下载
- 积分:1
-
数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存...
数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many, the quality and frequency of sampling and sampling accuracy of the two parameters. The frequency of Hertz unit of [Hz], it said the number of samples per second. The higher sampling frequency, the sound quality better. For each sampling precision sampling by the amount of data storage, it was decided that each digital signal can be expressed as the number of discrete amplitude. Each sample storage of more data, better sound quality. But high-quality voice would take a lot of memory and disk space. Consideration of the network bandwidth, the transmission on the Internet connection on the need to spend a very long time. Applet for instance, to ensure that voices of the smallest document is very important.
- 2022-08-08 10:30:29下载
- 积分:1
-
QT实时录音并播放
这是一个可以实现实时录音并播放的QT程序,录音的同时播放已经录制的声音,包含mainwindow.h,mainwindow.cpp和main.cpp三个文件
- 2022-12-13 23:25:03下载
- 积分:1
-
一个HMM的Matlab实现方法,可实现孤立词语音识别
一个HMM的Matlab实现方法,可实现孤立词语音识别-The Matlab realize a HMM method can realize an isolated word speech recognition
- 2022-04-22 15:51:57下载
- 积分:1
-
转换音频Wav到PCM
PCM
转换音频Wav到PCM
PCM -> G723 G729 Gsm iLBC
G723 G729 Gsm iLBC -> PCM
需要p_voice库支持-Audio Conversion Wav to PCMPCM-
- 2022-02-25 00:03:39下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
On the emotion identification papers, the main speaker hmm
关于情感识别方面的论文,主要讲了基于hmm和ann的识别方法-On the emotion identification papers, the main speaker hmm-based identification methods and ann
- 2022-01-26 04:56:24下载
- 积分:1