-
zishiying
利用最小均值方法进行自适应滤波,有效的对源信号中的干扰信号进行滤除(Method of least mean adaptive filtering, and effective source of signal interference on signal filtering)
- 2010-08-18 11:07:54下载
- 积分:1
-
PCA
关于PCA算法的调用程序,傻瓜式操作,直接运行,附带样本数据文档,很好的帮助初学者。
一看就懂!可以任意更改样本!(Calls on the PCA algorithm procedure, Fool operation, direct running, with sample data files, a good help for beginners. Understand at a glance! Samples can be changed!)
- 2010-11-30 01:07:27下载
- 积分:1
-
zhuzhou
matlab提取图像质心和主轴,使用的是matlab图像处理工具箱函数(extraction matlab image centroid and the spindle, using matlab image processing toolbox functions)
- 2014-02-18 11:00:29下载
- 积分:1
-
emdmfiles
emd算法的源代码,用于信号处理和数据分析(emd algorithm source code for signal processing and data analysis)
- 2007-03-13 20:09:58下载
- 积分:1
-
MATLAB
双面动平衡x方向,社工和客户更卡环境肯定噶卡了人家给姐姐哦(Double dynamic balancing x direction, social workers, and customers more card environment must be washed card family to sister oh)
- 2014-11-02 12:08:10下载
- 积分:1
-
pso
实现对于一个简单函数的matlab求极值粒子群算法。很有实际使用意义(The the extremal particle swarm algorithm for a simple function matlab seek. Very practical significance)
- 2013-05-16 11:44:25下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
masplinehh
用途:三阶样条插值(一阶导数边界条件)
格式:m=maspline(x,y,dy0,dyn,xx), x为节点向量,y为数据,
dy0,dyn为左右两端点的一阶导数如果xx缺省,则输出各节点的
的一阶导数值,,m为xx的三阶样条插值(Uses: third-order spline interpolation (first order derivative boundary condition) format: m = maspline (x, y, dy0, dyn, xx), x is the node vector, y for the data, dy0, dyn left and right ends of points a derivative, if xx default, then the output of each node of the of a first derivative values,, m for the third-order spline interpolation xx)
- 2009-12-16 16:38:40下载
- 积分:1
-
ShapeContext
形状上下文的matlab源码,执行demo1.m和demo2.m两个文件可以查看效果(Shape context)
- 2021-01-22 19:58:45下载
- 积分:1
-
NonlinearICA_Toolbox
说明: 非线性独立分量分析(ICA)源码,主要是用于非线性ICA进行盲源分离算法的函数(independent component analysis (ICA))
- 2021-04-29 14:48:43下载
- 积分:1