-
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
-
语音识别与合成入门5,word或压缩包中内有matlab源码
语音识别与合成入门5,word或压缩包中内有matlab源码-speech recognition and synthesis 5 entry, word or compressed packages within Matlab FOSS
- 2022-05-17 12:20:42下载
- 积分:1
-
tixys源代码,包括G.711,G.726,IMA
Tixys source code, include G.711, G.726, IMA-ADPCM etc.
- 2022-01-22 01:34:41下载
- 积分:1
-
自编的语音语谱图程序,适用于语音信号处理以及语音增强处理,...
自编的语音语谱图程序,适用于语音信号处理以及语音增强处理,-self Speech Spectrogram procedures applicable to the speech signal processing and speech enhancement.
- 2023-03-15 19:35:04下载
- 积分:1
-
NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。...
NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。-NLP technology to automatically Corpus Health Statistics ingredients dictionary, the training set for segmentation, list all the sub-term may calculate the probability of each possible. Requests for users to set and test sets.
- 2023-07-10 09:55:03下载
- 积分:1
-
tools of speech recognition ,including source
语音识别工具,包含源代码-tools of speech recognition ,including source
- 2022-09-15 07:15:03下载
- 积分:1
-
这个PDF给IVR路由器配置细节
This PDF gives the IVR router configuration details
- 2023-06-06 22:15:02下载
- 积分:1
-
概率神经网络
基于概率神经网络方法的识别程序,主要针对语音识别,matlab程序,值得参考.-probabilistic neural network-based method of identification procedures, voice recognition, Matlab procedures, a good reference.
- 2022-04-14 21:03:12下载
- 积分:1
-
G711语音压缩源码
G711语音压缩源码-G711 voice compression FOSS
- 2022-07-07 05:03:05下载
- 积分:1
-
Linux下的CELP语言编码,压缩语音质量极好。支持2K到32K的压缩。实现部分使用C语言编写。可用做Linux下的动态库,有例子。...
Linux下的CELP语言编码,压缩语音质量极好。支持2K到32K的压缩。实现部分使用C语言编写。可用做Linux下的动态库,有例子。-under Linux CELP language coding, compression excellent speech quality. Support 2 K to 32 K compression. Part of the use of C language. Linux can be done under the DLL, is an example.
- 2022-01-26 06:57:44下载
- 积分:1