-
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
-
利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。...
利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。-use of the Windows operating system audible voice, the user opens a text file, the entire file read out.
- 2022-02-01 23:24:41下载
- 积分:1
-
语音识别中提取特征向量和进行特征向量比对的DTW源代码
语音识别中提取特征向量和进行特征向量比对的DTW源代码-Speech Recognition feature extraction and feature vectors to the right than the source code DTW
- 2022-02-21 03:34:34下载
- 积分:1
-
opnet下802.15.4的仿真模块,用于对zigbee进行研究和分析
opnet下802.15.4的仿真模块,用于对zigbee进行研究和分析-under 802.15.4 OPNET Simulation module, used to carry out research and analysis zigbee
- 2023-01-30 05:35:04下载
- 积分:1
-
一个语音命令识别小软件的源码。另需语音识别引擎的支持
一个语音命令识别小软件的源码。另需语音识别引擎的支持-a small voice command recognition software source code. Takes another speech recognition engine support
- 2022-05-19 08:16:41下载
- 积分:1
-
语音编码的原程序,是在国外的网站下来的,没有改动可以直接在软电话下使用!...
语音编码的原程序,是在国外的网站下来的,没有改动可以直接在软电话下使用!-speech coding the original procedure is outside the site down, no changes may be directly in the use of soft phone!
- 2022-05-07 00:13:44下载
- 积分:1
-
基于VB+TTS的语音识别,可以实现简单的对话和控制,程序中使用了串口用来控制机器人的一些行为(毕业设计时做的)...
基于VB+TTS的语音识别,可以实现简单的对话和控制,程序中使用了串口用来控制机器人的一些行为(毕业设计时做的)-VB-based TTS voice recognition, can achieve a simple dialogue and control, procedures used in the serial port used to control the behavior of some robot (design graduates do)
- 2022-03-10 22:02:23下载
- 积分: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
-
音调检测算法。
pitch detection algorithms.
- 2023-03-27 23:05:04下载
- 积分:1
-
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。...
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。-With
- 2022-08-22 18:40:49下载
- 积分:1