-
LZW compression decompression integrity procedures, rare, and even input and out...
LZW压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译-LZW compression decompression integrity procedures, rare, and even input and output parameters are realized. Immediately under the compiler
- 2022-02-20 09:13:06下载
- 积分:1
-
语音识别的一个模块,以动态链接库的方式封装起来,使用时只需调用头文件即可...
语音识别的一个模块,以动态链接库的方式封装起来,使用时只需调用头文件即可-of a voice recognition module, a dynamic link library of Packaging, and only use the first document can be called
- 2022-07-14 08:43:34下载
- 积分: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
-
语音识别专辑七
语音识别专辑七- Speech recognition special edition seven
- 2022-03-01 07:52:50下载
- 积分:1
-
delphi写的语音报时器
delphi写的语音报时器-voice timer written in delphi
- 2022-03-09 13:48:35下载
- 积分:1
-
Matlab 语音工具箱
此文件具有强大的功能,可帮助您对信号进行处理和语音语音加工、 LPC 和离散函数量化筛选器。T他是最好的声音听起来和语音处理。
- 2022-03-21 00:01:20下载
- 积分:1
-
ITU
ITU-T G.729B标准源代码编码端,已创建工程文件,方便初学者,已测试,运行良好-ITU-T G.729B standard source coding side, the project document has been created to facilitate the beginners, have been tested, well-functioning
- 2022-04-29 02:38:09下载
- 积分:1
-
五岳鑫语音盒驱动程序,带完整例程,可以对来电自动识别,来电弹屏,自动检测外线用户打进时的振铃信号和内线用户摘挂机动作;
★ 可控制外线的摘挂机,内线的馈电或...
五岳鑫语音盒驱动程序,带完整例程,可以对来电自动识别,来电弹屏,自动检测外线用户打进时的振铃信号和内线用户摘挂机动作;
★ 可控制外线的摘挂机,内线的馈电或振铃;
★ 将数字化电脑语音文件放送到电话线上;
★ 将电话语音录制成数字化电脑语音文件;
★ 接收用户的电话机按键信号(双音多频码);
★ 检测电话线路返回的各种信号音状态,如:拨号音、忙音、回铃音等;
★ 电话卡上任意两通道可连接相互通话。当卡上同时配有内外线时,内外线间也可连接通话。该卡可实现程控机的所有功能
-err
- 2022-03-12 01:18:20下载
- 积分:1
-
This document contains the speech recognition in a number of speech recognition...
本文件包含语音识别语音识别中一些算法,加框处理的算法,以及进行mfcc和倒谱的算法,用matlab算法实现。另外还包含一个音频文件。-This document contains the speech recognition in a number of speech recognition algorithms, the algorithm deal with framing, as well as cepstrum mfcc and the algorithm implementation using matlab algorithm. It also contains an audio file.
- 2022-10-06 18:50:03下载
- 积分:1
-
语音识别的测试程序,包括几个测试WAV文件和TCL脚本…
语音识别中试程序,包括几个测试用的WAV文件和TCL脚本程序,用来测试语音类别-Speech Recognition test procedures, including several test WAV files and TCL scripts to test voice categories
- 2022-07-21 00:29:36下载
- 积分:1