-
MPPTmatlab
利用matlab中simulink的S函数实现MPPT算法,可成功运行!(Using matlab to simulink S-function to achieve MPPT algorithm can be run successfully!)
- 2011-09-13 22:28:10下载
- 积分:1
-
1
说明: 求系统传递函数表达式, 添加栅格(Find the system transfer function expression)
- 2011-10-31 17:07:31下载
- 积分:1
-
DIC-Simulator-1.0
简单的二维图像相关程序!Brown 大学一个实验室的开放程序.(Simple 2D Ditigal Image Correlation.)
- 2021-03-26 21:09:12下载
- 积分:1
-
FittFunc
多种概率分布的拟合函数集合
本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!(Fitting a wide range of probability distribution functions including the collection of this algorithm maximum likelihood estimation, least squares estimation, based on the EM algorithm estimate a mixture Gaussian distribution, EM algorithm for the test examples, each mapping the distribution of the plot function. Have reference value is!)
- 2008-07-05 21:31:21下载
- 积分:1
-
MOPSO
MOPSO代码实现,对MOPSO的算法进行了具体的代码描述,清晰地体现代码实现过程。(MOPSO code for MOPSO algorithms specific code description clearly reflect the code implementation process.)
- 2016-03-11 20:32:16下载
- 积分:1
-
Polynomial-fitting
此代码是在matlab下开发,适应于GPS高程拟合,只需加载相关数据,方便好用(This code is developed in matlab to adapt in the fitting of GPS Elevation, just load the relevant data, easy-to-use)
- 2012-05-11 17:47:31下载
- 积分: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
-
Matlab
用CHM格式罗列了常用的MATLAB函数,便于在一时无法想起时,迅速查找函数(CHM format with a list of commonly used MATLAB functions, easy to remember the moment when you can not quickly find the function)
- 2011-01-06 16:48:56下载
- 积分:1
-
mud
任意级数的m码序列生成器,输入简单,适合于扩频系统(m sequence)
- 2011-05-11 23:06:13下载
- 积分:1
-
Bit-Error-Rate-in-OFDM
This program describes that how the binary data is transmitted by dividing data into frames.
it also analyse the Bit Error rate by 16 QAM method and viterbi decoding method.
- 2014-12-04 00:33:14下载
- 积分:1