登录
首页 » 语音识别 » LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=...

LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=...

于 2022-01-24 发布 文件大小:826.00 B
0 175
下载积分: 2 下载次数: 1

代码说明:

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))

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 差分脉冲编码调制(DPCM)的matlab仿真模块的实现…
    差分脉冲编码调制(DPCM)的matlab模块仿真,实现抽样,量化,预测,编码并解码,欢迎下载使用,我自己编的-Differential pulse code modulation (DPCM) of matlab simulation module, the realization of the sample, quantification, prediction, coding and decoding, welcome to download, I own the
    2022-11-28 06:50:04下载
    积分:1
  • 概率神经网络
    基于概率神经网络方法的识别程序,主要针对语音识别,matlab程序,值得参考.-probabilistic neural network-based method of identification procedures, voice recognition, Matlab procedures, a good reference.
    2022-04-14 21:03:12下载
    积分:1
  • G.729压缩标准英文版。挖掘的一般方面…
    英文版G.729语音压缩标准。 GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS CODING OF SPEECH AT 8 kbit/s USING CONJUGATE-STRUCTURE ALGEBRAIC-CODE-EXCITED LINEAR-PREDICTION (CS-ACELP)-The English version of G.729 voice compression standards. GENERAL ASPECTS OF DIGITAL TRANSMISSIONSYSTEMSCODING OF SPEECH AT 8 kbit/sUSING CONJUGATE-STRUCTUREALGEBRAIC-CODE-EXCITEDLINEAR-PREDICTION (CS-ACELP)
    2023-05-24 16:00:04下载
    积分:1
  • sound synthesis and recognition technology in the C# Application
    音合成与识别技术在C#中的应用-sound synthesis and recognition technology in the C# Application
    2022-03-26 19:41:06下载
    积分:1
  • txt2wav.rar文本(Text
    txt2wav.rar文本语音(Text-to-Speech,以下简称TTS),它的作用就是把通过TTS引擎把文本转化为语音输出。代码示范了如何运用Microsoft Speech SDK 建立自己的文本语音转换应用程序。应该事先下载微软的语音SDK里面含微软的语音开发工具原来是sapi5.1现在好像升级了微软的MSDN上有下-txt2wav.rar text pronunciation (Text-to-Speech, hereafter refers to as TTS), its function is transforms through the TTS engine the text as the pronunciation output. How did the code demonstrate has established own using Microsoft Speech SDK text pronunciation transformation application procedure. Should beforehand download Microsoft inside pronunciation SDK to contain Microsoft the pronunciation development kit originally is sapi5.1 now looks like promotes on Microsoft s MSDN to have next
    2022-05-16 09:16:38下载
    积分:1
  • HMM 代码
    利用HMM的语音识别代码,里面包含向前向后算法,重估baum算法,viterbi算法等,用C++编写的,若有语音识别的朋友希望能得到帮助,
    2022-04-20 13:29:36下载
    积分:1
  • Dialogic源码,包括FAX,TAPI,Voice。
    Dialogic源码,包括FAX,TAPI,Voice。-Dialogic source, including FAX, TAPI, Voice.
    2022-02-12 22:54:10下载
    积分:1
  • 特征分析对于声信号的处理非常有用,希望这个能对大家有用...
    特征分析对于声音信号的处理非常有用,希望这个能对大家有用-Feature Analysis for the audio signal processing is very useful, hope this will be useful to everyone
    2023-02-04 22:00:03下载
    积分:1
  • 基于倒谱特征的说话人技术 提取的倒谱特征进行说话人...
    基于倒谱特征的说话人识别技术 提取语音的倒谱特征进行说话人识别-based Cepstral Speaker voice recognition technology from the Cepstral for Speaker Recognition
    2022-07-21 22:02:06下载
    积分: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
  • 696516资源总数
  • 106668会员总数
  • 21今日下载