-
lmsUntitled
一个lms算法的程序源码,能直接运行的源代码。(Lms algorithm a program source code, source code can be run directly.)
- 2010-10-24 14:00:28下载
- 积分:1
-
disfolwtree
树状网潮流程序,MATLAB代码编写,附1998年文献说明(tree network trend procedures, the preparation of MATLAB code, with the literature in 1998)
- 2007-05-25 23:48:17下载
- 积分:1
-
Example13
Numerical solution of the state equations
- 2014-09-05 23:26:43下载
- 积分:1
-
Downloads
cubic spline code information
- 2013-11-27 03:59:13下载
- 积分:1
-
混沌时间序列的MATLAB程序
说明: 混沌时间序列的MATLAB程序,包括洛伦兹、henon映射等。(These are chaos time series, including Lorenz and Henon map.)
- 2020-05-14 17:56:50下载
- 积分:1
-
NJW
njw谱聚类算法,读者可以参考用于科研用途,其中的参数需要自己设定(spectral clustering algorithm of NJW)
- 2011-09-18 19:07:54下载
- 积分:1
-
RA+网络编码
说明: 网络编码利用ra加网络编码awgn信道 调制利用cpm调制可以快速运行方便理解(Network coding uses RA plus network coding AWGN channel modulation and CPM modulation to run quickly and understand easily)
- 2020-06-23 08:00:01下载
- 积分:1
-
LMS
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)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
Renyi
计算一维向量的Renyi熵,已经设置为头文件,可以直接调用(One-dimensional vector of Renyi entropy, has been set for the header file, you can directly call)
- 2011-01-07 10:44:41下载
- 积分:1
-
Memory_2005
介绍了关于memory的相关函数,对于大多数程序员有很大帮助,希望大家多多使用(the information about memory)
- 2013-10-11 11:26:50下载
- 积分:1