-
Psolar_boost_inc
matlab仿真编程 主要是关于太阳能MPPT的,自己调调看吧(matlab simulation program is mainly about the solar MPPT, and his tone and see)
- 2010-11-19 10:03:08下载
- 积分:1
-
model_matlab_acoustic_position_system
Model on Matlab of acoustic position system
- 2009-12-09 09:16:59下载
- 积分:1
-
Single_phase_full_bridge_controlled
full wave controlled
- 2011-05-26 16:21:27下载
- 积分:1
-
Image-sharpness
图像清晰度分析,基于平均值法,数值模拟,matlab(Image resolution analysis, based on average method, numerical simulation of matlab)
- 2014-08-23 10:24:19下载
- 积分:1
-
FBSSyuSSD
相干信号的DOA估计,前后向平滑算法和差分平滑算法对比研究,有均方根的对比(DOA estimation of coherent signals before and after the smoothing algorithm and a comparative study of differential smoothing algorithm, RMS contrast)
- 2014-07-25 01:06:56下载
- 积分:1
-
fish
Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。(Fisher Linear Discriminant is a linear classification algorithm as a basic algorithm, its basic idea is to d-dimensional space of the samples are projected onto one of the most easily classified projector online, and then classified. This article will use matlab to achieve Fisher Linear Discriminant algorithm, and gives four kinds of threshold selection method.)
- 2007-11-23 08:33:12下载
- 积分:1
-
power_transformer
功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:16:59下载
- 积分:1
-
NMF
NMF分解程序,非负矩阵分解程序,实现非负矩阵分解(Non Maxtrix f)
- 2012-03-22 20:45:14下载
- 积分:1
-
GRID-CONNECTED-3PHASE-LOAD-MATLAB-SIMULATION
THIS SIMULATION INCLUDES GRID CONNECTED MATLAB SIMULATION.
- 2015-03-10 13:32:19下载
- 积分: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