-
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
-
hamm74MAP
Hamming 7,4 MAP algorithm step by step explained.
- 2013-09-21 19:31:05下载
- 积分:1
-
LogReg
逻辑回归实现线性分类器,文件中的readme.txt可以看到使用方法。
具体使用就是通过data.txt读入数据(默认2维数据,分为正反两类。)然后用matlab运行solve.m即可得到分类线、分类准确率。(a matlab source code for Logistic Regression. Datas in data.txt are of 2dimension and 2 types. run solve.m in matlab software to get the accuracy and the plot result.)
- 2014-11-28 12:41:56下载
- 积分:1
-
matlab-simulation
这是一本关于雷达系统仿真的matlab英文书,非常系统的介绍了雷达系统的仿真。(This is the one on the radar system simulation matlab English books, very systematic introduction to the radar system simulation.)
- 2013-10-15 01:51:37下载
- 积分:1
-
snakeplannig
图像处理 蛇行法处理图像问题 Using Dynamic Programming for Solving Variational Problems in Vision(1)书中的一个例子(Image processing image processing problems hunting law)
- 2013-11-28 18:52:54下载
- 积分:1
-
吴恩达深度学习基础教程
吴恩达教授有关深度学习浅显易懂的算法介绍,包括基础算法和示例。(Deep learning algorithms introduction by Andrew Ng.)
- 2021-04-29 06:48:43下载
- 积分:1
-
Vibration_signal_processing_MATLAB_Tutorial
MATLAB振动信号处理教程Vibration signal processing MATLAB Tutorial(Vibration signal processing MATLAB Tutorial Vibration signal processing MATLAB Tutorial)
- 2010-08-02 13:41:06下载
- 积分:1
-
dicm2nii
DICOM to NIfTI converter
by Xiangrui Li
- 2014-02-07 02:56:11下载
- 积分:1
-
LLL
LLL格点减少算法的MATLAB实现,程序简单易懂(LLL lattice reduction algorithm of the MATLAB implementation, the program is straightforward)
- 2021-03-21 16:29:17下载
- 积分:1
-
Mann-kendall-Matlab
Mann-kendall趋势分析的Matlab程序(Mann-kendall Matlab)
- 2013-10-06 15:56:58下载
- 积分:1