-
kalman_fitering
这是我在科研中编写的卡尔曼滤波程序,希望对大家有用,已调试好。(This is a Kalman filtering algorithm program. I have applied in filtering process by matlab.)
- 2009-04-17 12:22:56下载
- 积分:1
-
Matlab
功率谱的MATLAB仿真代码,希望能够帮助大家!(功率谱的MATLAB仿真代码)
- 2009-12-02 11:24:34下载
- 积分:1
-
Stand-Alone-Intelligent-Digital-Distance-Relay
Remote end infeed causes problems in distance relay measurement, especially under high resistance earth fault conditions. Although a distance relay set to an ideal operating region can cover the fault resistance at one particular load Condition, the operating region is affected by changes in load condition. Hence a distance relay may overreach or underreach when load changes. From the main factors which affect the ideal digital distance relay operating region, a stand alone intelligent digital distance relay which
can adapt to these changes is presented. This approach does not need communication links from the remote end of the line or the system control center. Numerous computer simulations have been
carried out on realistic system configurations and the result9 show that them is a high potential for developing an intelligent digital
distance relay.
- 2011-07-11 22:59:56下载
- 积分:1
-
psoeld
改进的粒子群算法,计算电力系统经济调度问题(Improved particle swarm algorithm, computational power system economic dispatch
)
- 2021-04-29 10:28:43下载
- 积分:1
-
ForestFire
森林火灾仿真,元胞自动机,可视化设计,非常经典(Forest fire simulation, cellular automata, visual design, very classic)
- 2014-02-08 19:48:13下载
- 积分:1
-
AvgFilter
simple problem average filter
- 2012-05-09 19:45:44下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
traceMode
optical fiber encryption in drpe
- 2012-01-15 22:52:45下载
- 积分:1
-
drtoolbox
降维工具箱,有PCA,LDA等等比较全面,里面有说明。(Dimensionality reduction toolbox, PCA, LDA, and so a more comprehensive, there are instructions.)
- 2014-01-12 20:05:30下载
- 积分:1
-
pilot-estimation
信道估计 导频 MMSE 仿真 matlab (channel estimation simulation)
- 2014-09-22 07:10:51下载
- 积分:1