-
TransformerHse
变电站谐波状态估计程序,通过量测两个节点的电压和电流,计算得到另一个节点的电压电流相量,两个量测节点相角不同步,以一个节点相角为基准。(Substation harmonic state estimation procedure, by measuring the voltage and current of two nodes, one node is calculated voltage and current phasor, two phase angle measurement nodes are not synchronized with a phase angle of the reference node.)
- 2013-10-28 17:09:20下载
- 积分:1
-
interframe-coding
一个很完整的关于用运动估计实现帧间编码的matlab程序(A very complete on the realization of inter frame coding matlab procedures with motion estimation)
- 2013-11-28 15:26:42下载
- 积分:1
-
ToolboxOfMatlab
matlab 工具箱函数汇总,将matlab工具箱函数做成表格形式,方便使用查找。()
- 2007-10-21 12:56:16下载
- 积分:1
-
MATLABpart2
matlab实现线形调频z变化的程序
matlab实现线形调频z变化的程序
matlab实现线形调频z变化的程序
matlab实现线形调频z变化的程序
(z changes matlab implementation procedures LFM LFM z matlab implementation process changes to achieve linear FM z changes matlab program matlab implementation process changes LFM z)
- 2010-05-11 21:32:50下载
- 积分:1
-
mds
多维标度变换是应用广泛的无线传感器网络定位算法(Multi-Dimensional Scaling)
- 2013-08-18 18:22:51下载
- 积分:1
-
decouple
本件描述了单电感入网的解耦模型,通过仿真和实验验证了正确性(This part describes the decoupling model of single inductor network, through simulation and experiment verify the correctness
)
- 2014-02-23 10:29:16下载
- 积分:1
-
autosynb
synchrhonization effects
- 2011-02-03 05:34:36下载
- 积分:1
-
AntColonySystem
this file solves the problem of flight over trains using ACO.
- 2014-08-19 15:56:54下载
- 积分:1
-
实现了多信道停等ARQ的MATLAB仿真
实现了多信道停等ARQ的MATLAB仿真,给出了多种信道的实例(Realize such multi-channel ARQ stop the MATLAB simulation, given a variety of examples of channel)
- 2010-05-13 23:04:35下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1