-
G.729
源代码解码
开发工具VC
G.729
源代码解码
开发工具VC
-G.729 codec source code development tools VC
- 2022-02-26 14:28:24下载
- 积分:1
-
本代码为基于windows的语音识别系统的源码。
本代码为基于windows的语音识别系统的源码。-code for the Windows-based voice recognition system source code.
- 2022-06-19 15:29:30下载
- 积分:1
-
Speech endpoint detection and its implementation using matlab
语音端点检测及其在Matlab中的实现 语音端点检测及其在Matlab中的实现-Speech endpoint detection and its implementation using matlab
- 2022-12-20 19:10:09下载
- 积分:1
-
speech recognition and synthesis 3 entry, word or compressed packages within Mat...
语音识别与合成入门3,word或压缩包中内有matlab源码-speech recognition and synthesis 3 entry, word or compressed packages within Matlab FOSS
- 2023-07-26 22:50:03下载
- 积分:1
-
MP3解码源代码和音频压缩算法,用VC编写的,包括…
mp3解码源代码,音频压缩算法,vc编写,包括layer3编码源码和mp3解码源码两部分-MP3 decoder source code and audio compression algorithm, vc preparation, including source code and layer3 MP3 decoder source of two parts
- 2022-04-02 11:36:07下载
- 积分:1
-
求基因周期的matlab程序,用了几种平滑方法
求基因周期的matlab程序,用了几种平滑方法-Matlab for gene-cycle process, with several smoothing method
- 2022-08-12 23:42:19下载
- 积分:1
-
语音识别基本原理 自己收集的电子书 关于语音识别的
语音识别基本原理 自己收集的电子书 关于语音识别的 -voice recognition basic tenets of his collection of electronic books on Speech Recognition
- 2022-04-10 18:42:46下载
- 积分:1
-
matlab的时频分析工具箱,希望在对信号的分析上可以帮助到大家。...
matlab的时频分析工具箱,希望在对信号的分析上可以帮助到大家。-the time-frequency analysis matlab toolbox, hope that the analysis of the signal can help to everyone.
- 2023-06-27 06:35:04下载
- 积分:1
-
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。...
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。-authorship of the speech signal endpoint detection procedures, using short-term over short-term energy and the rate of zero.
- 2022-09-17 05:05:03下载
- 积分: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