-
b21
Taking into account all the parameters mentioned, forming the appropriate programming to the controller in order to achieve the synchronization between the two systems, the appropriate amplitude and as well as the power management to the DC to control the power that is injected to the electrical grid, the results we take are in the range of high performance inverters. In this simulation scenario the power is high as the current has been increased and the THD is low
- 2010-07-16 00:12:16下载
- 积分:1
-
jifen
用于求积分,这是用matlab函数编的,非常好用!(Used for points, which is made using matlab function, very handy!)
- 2007-12-06 21:26:15下载
- 积分:1
-
zyvotedotnetv1.0
自由投票调查系统(C#) v1.0 功能介绍
1.可自行设定调查项目数(数目不限) -可在setupvote.cs中的vote_num="10" 中更改
2.有单选项和多选项两种方式
3.采用本站提供的Dundas Chart图形组(Free voting investigation system (C#) V1.0 Features 1. Are free to set the number of survey items (the number of open)- can be setupvote.cs of vote_num = 10 change 2. Have a single option and multi-option 3 in two ways. the use of this site provided by Dundas Chart Graphics Group)
- 2007-10-27 09:49:41下载
- 积分:1
-
975430EZW
ezw算法,对你的学习很有帮助啊,学习学习啊(ezw algorithm, for your very helpful ah, learning to learn ah)
- 2010-07-18 11:08:12下载
- 积分:1
-
drum
This is a program to extract the drum sounds (bass) from a music file. You can replace the "windycity.wav" file with any other .wav file you want.
- 2009-04-17 01:33:07下载
- 积分:1
-
im
说明: ImmuneAgent城市水污染控制决策系统 ImmuneAgent urban water pollution control decision-making system(ImmuneAgent urban water pollution control decision-making system)
- 2011-03-28 18:07:39下载
- 积分:1
-
fullwave_Inverters
this is tt wave inverter
- 2012-02-06 05:17:53下载
- 积分:1
-
1
说明: 将Minpack库中的LM算法封装成库,经过调试,通过算例运行结果与Matlab中运行出来的结果相差0.01范围内。(Will Minpack library package into the LM algorithm library,After debugging An example is the results is only 0.01 Difference from the result of Matlab s!
)
- 2009-08-09 22:15:03下载
- 积分: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
-
knnclassification
knn分类器算法(matlab源代码),供大家学习(KNN classifier algorithm (matlab source code) for everyone to learn)
- 2007-10-11 10:02:52下载
- 积分:1