-
video-stabilization
这是基于MATLAB的电子稳像程序,效果还可以,希望对大家带来帮助(This is a MATLAB-based electronic stabilization program, the effect can be, we want to be helpful)
- 2010-06-16 16:06:52下载
- 积分:1
-
guangyizuixiaofangcha
说明: 这是黑龙江大学自动控制专业杨易鹏同学用matlab编写的广义最小二乘算法!(Heilongjiang University automation Yang Yi Peng students using Matlab prepared by the generalized least squares algorithm!)
- 2006-03-29 15:01:11下载
- 积分:1
-
Matlab_function
matlab函数库大全,首字母索引,帮助您快速找到您所需要的函数~(matlab library Guinness, the first letter of the index to help you quickly find the function you need ~)
- 2011-07-04 21:14:35下载
- 积分:1
-
Real-time-simulation
关于matlab实时仿真的资料,有助于初学者快速入门。(Information about the Matlab real-time simulation will help beginners Quick Start.)
- 2012-08-11 20:20:55下载
- 积分:1
-
bingwangipiq
主要实现并网过程中基于瞬时无功的谐波检测和无功补偿,能够很明显的看出补偿前后的电网电流波形对比图(Mainly realized in the process of harmonic detection based on instantaneous reactive power and reactive power compensation, can clearly see the grid before and after the compensation current waveform comparison chart)
- 2014-11-08 22:06:36下载
- 积分:1
-
SURE
applies soft-threshold t to all elements of x and computes SURE
- 2007-08-21 09:53:19下载
- 积分:1
-
格-梯型结构的LMS算法LMS-algorithm2
格-梯型结构的LMS算法,按照最小均方准则,设计出阶数和时间分别递推的自适应滤波器,可以进行梯型滤波,又具有格型预测前后节独立、收敛快速的优点,但计算量大。(Grid- LMS algorithm in a ladder-type structure, in accordance with the minimum mean square criterion, design order and time adaptive recursive filter, ladder filter, and lattice prediction independent front and rear section, and fast convergence.but computationally intensive.)
- 2020-07-19 23:28:47下载
- 积分: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
-
the_analysis_oftime_series
时间序列分析案例,十分希望对你们会有或多或少的帮助。(the analysis of time series
)
- 2009-11-29 00:42:23下载
- 积分:1
-
omp
典型的正交匹配追踪OMP算法的matlab源程序,结构合理,简单易懂(Typical orthogonal matching pursuit OMP algorithm matlab source, reasonable structure, easy to understand)
- 2013-07-14 21:43:58下载
- 积分:1