-
hammerstein
Hammerstein系统识别,其状态空间子系统包括形成的Hammerstein系统的线性部分。
- 2023-03-30 13:50:03下载
- 积分: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
-
非线性量化。读取wav文件,用2到12比特数量化。抽样频率8KHz。...
非线性量化。读取wav文件,用2到12比特数量化。抽样频率8KHz。
- 2022-06-21 04:19:27下载
- 积分:1
-
c# development of the LAN voice communications and includes client server
c#开发的局域网语音通讯
包含客户端和服务器端-c# development of the LAN voice communications and includes client server
- 2023-05-08 06:50:02下载
- 积分:1
-
g.711 C代码
g.711 C代码-G.711 C code
- 2022-03-23 11:16:36下载
- 积分:1
-
adpcm压缩算法演示程序,adpcm压缩算法演示程序.
adpcm压缩算法演示程序,adpcm压缩算法演示程序.-adpcm compression algorithm Demonstration Program, adpcm compression algorithm Demonstration Program.
- 2023-01-05 01:05:03下载
- 积分:1
-
The classification of simple pattern recognition algorithm (K_ means algorithm)...
简单的模式识别的分类算法(K_均值算法)程序的使用方法简单就不介绍了!-The classification of simple pattern recognition algorithm (K_ means algorithm) to use the procedure does not introduce a simple!
- 2022-01-25 16:55:37下载
- 积分:1
-
c语言常用的有用源程序
c语言常用的有用源程序-a useful source
- 2022-01-23 10:36:54下载
- 积分:1
-
新一代电表通信协议的互操作性…
具有互操作性的新一代电能表通信协议标准
DLMS用户协会基于面向对象技术提出了一种新的电能表通信协议DLMS/COSEM,它是目前唯一适用于不同制造厂家、仪表型号、通信信道并满足电能表全部应用的具有互操作性的通信协议。本文介绍了其概念、体系结构、实现互操作性的关键技术、一致性测试认证以及与其它通信协议的区别,并给出了应用实例。-interoperability of the new generation of electric meter communication protocol standards DLMS user associations based on object-oriented technology providers out a new electric meter communication agreement DLMS/COSEM. It is currently the only apply to different manufacturers, instrument models, Communication Channel Power Meter and meet all the application interoperability communication protocol. This paper introduces the concept, architecture, achieving interoperability of key technologies, conformance testing and certification with other communication protocol distinction, and an example of application is given.
- 2022-01-24 12:37:20下载
- 积分:1
-
语音识别在遥控系统中的应用设计介绍一种适合家电遥控器应用的语音识别算法,该算法使用双模块和两级端点检测方法,能有效地提高识别和稳健性;介绍利用该技术实现的一种新...
语音识别在遥控系统中的应用设计介绍一种适合家电遥控器应用的语音识别算法,该算法使用双模块和两级端点检测方法,能有效地提高识别和稳健性;介绍利用该技术实现的一种新型学习型遥控器,展现了语音识别技术在家电领域的广阔前景-voice recognition in the remote control system of Design for a remote appliance application of speech recognition algorithm, The algorithm uses two double module and endpoint detection methods that can effectively improve recognition and stability; introduced use of the technology, a new learning remote control, displaying the voice recognition technology in the field of home appliances broad prospects
- 2022-04-16 20:40:11下载
- 积分:1