-
Homework-8
homework 8 for coding in assembly. code warrior environment
- 2015-02-07 02:51:52下载
- 积分:1
-
ROBOT
HI ,this is the code used for sensing object through image processing approach and taking decision to turn motor
- 2009-04-24 17:52:17下载
- 积分:1
-
power_wind_dfig
MATLAB模型,双馈风电机组基于最大功率跟踪,低风速超速控制,中风速高风速变桨距控制(DFIG MATLABThe wind turbine and the doubly-fed induction generator (WTDFIG) are shown in the figure called The Wind Turbine and the Doubly-Fed Induction Generator System. The AC/DC/AC converter is divided into two components: the rotor-side converter (Crotor) and the grid-side converter (Cgrid). Crotor and Cgrid are Voltage-Sourced Converters that use forced-commutated power electronic devices (IGBTs) to synthesize an AC voltage from a DC voltage source. A capacitor connected on the DC side acts as the DC voltage source. A coupling inductor L is used to connect Cgrid to the grid. The three-phase rotor winding is connected to Crotor by slip rings and brushes and the three-phase stator winding is directly connected to the grid. The power captured by the wind turbine is converted into electrical power by the induction generator and it is transmitted to the grid by the stator and the rotor windings.)
- 2019-02-19 21:56:48下载
- 积分:1
-
MatlabGaussPoint
高斯积分点计算程序Matlab编写的程序(Matlabgausspoint)
- 2009-06-05 19:31:00下载
- 积分:1
-
WillClose
Used to annotate a method parameter to indicate that this method will close the resource.
- 2014-01-13 12:18:03下载
- 积分:1
-
ViBe_Matlab
在matlab上用VIBE算法完成视频前景提取(Using VIBE algorithm to complete video foreground extraction on MATLAB)
- 2017-09-17 21:26:39下载
- 积分:1
-
Matlabkmeans聚类分割GUI,分割聚类数可以输入
说明: 该课题为基于kmeans的聚类分割,输入一张彩色图像,可以选择需要分割成多少类,就会以不同颜色区分不同的块,带有GUI界面,操作丰富。(This topic is based on Clustering Segmentation of kmeans. Input a color image, you can choose how many categories you need to segment, and then different blocks will be distinguished with different colors, with GUI interface and rich operation.)
- 2020-03-20 01:46:06下载
- 积分:1
-
Matlab
matlab分析激光及应用,包括条形腔,矩形腔,以及圆形腔的代码分析(matlab analysis of laser and applications, including strip chamber, rectangular cavity, and the code of circular cavity)
- 2011-06-02 14:12:14下载
- 积分:1
-
matlab-music
通过MATLAB编程实现经典名曲《卡农》的播放,非常有意思的代码(Through MATLAB programming classics " Canon" play, very interesting code)
- 2013-02-20 21:20:13下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1