-
newmark86
newmark 1 degree of freedom method
- 2010-12-03 00:25:41下载
- 积分:1
-
Class-ON-MATLAB-9-dec-2014
matlab session for 2014 class
- 2014-12-17 17:55:48下载
- 积分:1
-
ip_iq
基于瞬时无功功率算法的谐波电流检测算法,有很好的谐波检测效果(Based on the instantaneous reactive power algorithm of harmonic current detection algorithm)
- 2013-12-08 21:00:27下载
- 积分:1
-
input-txt
把txt格式的数据文件引入matlab中进行fft,输出四个图(
Txt data file format introduced conducted matlab fft, the output of the four figure)
- 2013-12-13 13:30:54下载
- 积分:1
-
Projet-Smart-grid1(REE)
Distributed generation of electricity currently has a very important development. Several renewable and free energy sources like the wind (windmills), solar (photovoltaic or thermal) are increasingly used to produce electricity locally on remote sites. Because of the fickleness of the wind and light, energy management is one of the
major challenges in wind power systems from the grid, as well as PV-diesel systems. We present in this paper, the design and implementation of an electronic load control module and optimal management of production for hybrid energy systems while ensuring the efficient.
- 2014-04-29 17:39:11下载
- 积分:1
-
PDANN
杂波环境下单目标跟踪算法,包括概率数据关联和最近邻算法。(Single target tracking methods in clutter environment, including PDA and NN )
- 2021-04-08 12:59:00下载
- 积分:1
-
gld_100
用于实现森林防火隔离带的计算和画图 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现森林防火隔离带计算和画图。可立即执行。(Forest Fire Barrier used to implement the calculation and drawing program I use MATLAB code, save it as txt file format to enable easy viewing. This is our group in the school when the series of international competitions qualifying procedures for the realization of Forest Fire Barrier calculation and graphics. Can be implemented immediately.)
- 2010-10-31 20:49:47下载
- 积分:1
-
DWT-based-watermarking
说明: 小波域数字水印嵌入程序。
实现对数字图像进行水印嵌入和检测。(Digital watermark embedding in wavelet domain. Implementation of digital image watermark embedding and detection.)
- 2011-04-06 19:02:16下载
- 积分:1
-
Classification_code
content based classification code
- 2012-04-13 15:46:02下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1