-
fmrlc_tanker
说明: 大型油轮fmrlc模糊模型参考学习控制程序,外国一相关文献上附带的程序,绝对经典(Large tankers fmrc fuzzy control procedures, the foreign literature on the fringe of a procedure, an absolute classic)
- 2011-02-23 22:59:03下载
- 积分:1
-
noRCM
sar成像中因为涉及到距离走动,这个程序就是矫正距离走动的程序!(sar imaging because it comes to range walk, this program is the corrected distance walking program!)
- 2013-03-15 22:00:43下载
- 积分:1
-
ConcreteBone2d_Polygon
matlab编制的随机骨料多边形模型,适合随机骨料的建模和有限元分析(poly rabdom arrevege)
- 2013-09-21 10:43:04下载
- 积分:1
-
ParticleAPF
辅助粒子滤波源程序,APF经典程序,欢迎下载。(Auxiliary particle filter source, APF classic program, welcome to download.)
- 2021-04-09 18:59:00下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
LBGMatlab
使用matlab实现的矢量量化的LBG算法,内有文档说明(Matlab achieved using the LBG vector quantization algorithm, there are documented)
- 2009-04-27 17:27:16下载
- 积分:1
-
cpgm
基于混沌扰动算法来解决pso算法早熟问题,并用二者结合来训练灰色预测模型参数(Perturbation algorithm based on chaotic algorithms to solve the pso early-maturing issues, and to use a combination of both to train the gray prediction model parameters)
- 2009-12-16 16:33:03下载
- 积分:1
-
Optical-Solitons
The goal of this project is to analyze the properties of optical solitons.
- 2011-05-07 01:28:53下载
- 积分:1
-
CurvatureEstimationsam
a function to calculate Curvature in 2D curve
- 2013-08-18 03:26:12下载
- 积分:1
-
Processorscheduling
用优先级判断的处理器调度模拟程序,程序运行时间结束后结束。(Used to determine the priority of processor scheduling simulation program, after the close of the program is running.)
- 2013-12-03 23:24:30下载
- 积分:1