-
MonteCarlo
蒙特卡罗法的MATLAB源程序、MATLAB例程。(MATLAB source code of the Monte Carlo method, MATLAB routines.)
- 2009-03-30 19:39:50下载
- 积分:1
-
ESPRIT-.matlab
ESPIRT算法的matlab仿真,基于旋转因子不变形doa估计算法。只适用于均匀线阵。(ESPIRT algorithm matlab simulation, based on the rotation factor is not deformed doa estimation. Applies only to uniform linear array.)
- 2011-05-06 21:46:37下载
- 积分:1
-
gene_bpnn_xor
一个很好用的matlab程序,基于遗传算法和bp神经网络的matlab程序(a good use of Matlab procedures, based on genetic algorithms and neural networks bp procedures Matlab)
- 2006-07-04 14:54:40下载
- 积分:1
-
Chen-system-and-its-chatic--
研究Chen系统的混沌运动,通过理论分析与数值计算分析系统基本动力学性质,并通过系统相图、全局分
岔图与Lyapunov指数图分析该Chen混沌系统动力学行为.(Chen chaotic motion of the system, through theoretical analysis and numerical calculation and analysis system of basic dynamic properties and phase diagram of the system, the global bifurcation diagram and Lyapunov exponent analysis of the Chen chaotic system dynamics.)
- 2011-11-17 19:37:06下载
- 积分:1
-
DAVAR
计算Allan方差,并求出与Allan方差相关的系数(Allan variance calculation )
- 2021-05-19 06:30:02下载
- 积分: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
-
RGB--matlab
rgb
绘图问题
是matlab方面的
(rgb graphics aspects of the problem is matlab)
- 2008-06-18 10:46:26下载
- 积分:1
-
MATLAB-Example
Checkbox and Radio button example
- 2011-08-29 21:35:36下载
- 积分:1
-
Wind_Turbine_Simulink
This paper represents the modeling and simulation of 2 MW Direct Drive PMSG Wind energy
conversion system (WECS). The modelling of wind turbine and PMSG is carried out in simulink to determine its
parameter. WECS consists different components namely Wind turbine, Generator, rectifier-inverter, controller
system including transformer, grid etc. The PMSG and converter model are established in the d-q model.
Keywords: PMSG, WECS, Wind turbine, rectifier, inverter, MATLAB/SIMLINK, transformer, Grid
- 2014-09-18 20:49:33下载
- 积分:1
-
jiaotongxinxinl
交通信息能力测试 针对京津冀地区交通信息通信能力测试的程序(Ability to test traffic information Traffic information traffic information on Proficiency Test Proficiency Test proficiency tests traffic information Traffic information traffic information proficiency test proficiency test)
- 2011-10-25 13:24:20下载
- 积分:1