-
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
-
一个VQ语音识别代码 自己写的 十分有用来分享下
一个VQ语音识别代码 自己写的 十分有用来分享下-A VQ speech recognition to write code themselves have used to share the very next
- 2022-05-24 19:32:11下载
- 积分:1
-
编译时需要intel C++编译器支持,程序主要功能显示语音波形,画出窄带语谱图,以及语音基频变化曲线...
编译时需要intel C++编译器支持,程序主要功能显示语音波形,画出窄带语谱图,以及语音基频变化曲线-need intel compiler C compiler support, principally voice waveform display function, he painted the phrase narrowband spectrum, and the voice-frequency curve
- 2022-02-01 06:18:28下载
- 积分:1
-
语音识别程序,通过麦克风输入语音信号,系统会识别语音,并跟读。...
语音识别程序,通过麦克风输入语音信号,系统会识别语音,并跟读。-speech recognition process, through the microphone input speech signal, the system will identify voice, and impersonally.
- 2022-02-26 12:50:25下载
- 积分:1
-
HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. lt;phil@hawksoft...
HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. HawkVoiceDI has been tested on the following platforms: Win32 (9x, ME, NT 4.0, 2000, XP, CE) Linux (various flavors) Contributors (code, ideas, comments, motivation, etc.):-HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. lt;phil@hawksoft.comgt; HawkVoiceDI has been tested on the following platforms: Win32 (9x, ME, NT 4.0, 2000, XP, CE) Linux (various flavors) Contributors (code, ideas, comments, motivation, etc.):
- 2022-01-25 17:49:59下载
- 积分:1
-
语音图像压缩长度编码
语音图像压缩dpcm编码源程序-voice Image Compression length coding source
- 2022-05-10 19:52:00下载
- 积分:1
-
记录光的vckbase上记录API代码组合的一小部分…
录音部分是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除. -part of the recording light vckbase recording api code combination of a small socket (TCP) can be used for recording a unilateral words, part of the procedure is divided into two parts (recorders network code), part of the (receiving data waveform music broadcast code), as a result of procedures only for their own use. many places no attention to the wrong identification, the structure was chaotic, most of the first procedure is a headache for the control of memory loss, Results of the double-caching to store waveform data to the turn of the storage/removals.
- 2022-12-04 12:45:03下载
- 积分:1
-
这是处理语音信号的程序,从事语音信号等信号处理方面的同志,不妨参考一下...
这是处理语音信号的程序,从事语音信号等信号处理方面的同志,不妨参考一下-It is a program of audio signal processing which can be reference for engineers who engage in the field .
- 2022-03-18 15:32:06下载
- 积分:1
-
KDE下支持语音输入控制命令输入的东东
KDE下支持语音输入控制命令输入的东东 -KDE supports the pronunciation input control command input
the east east
- 2023-01-26 05:00:04下载
- 积分:1
-
本文件为语音识别lpc源码中的burg算法部分。该算法简单实用,适合于进行线性预测参数的计算...
本文件为语音识别lpc源码中的burg算法部分。该算法简单实用,适合于进行线性预测参数的计算-This document is for lpc-source speech recognition algorithm in the part of the burg. The algorithm is simple and practical, suitable for the calculation of the linear prediction parameters
- 2022-08-18 02:42:36下载
- 积分:1