-
matlab仿真的光伏发电并网模型
说明: 用于matlab仿真的光伏发电并网模型,这是经典类型。做光伏并网读电能质量的影响中用到的。(Photovoltaic grid-connected model for matlab simulation. This is a classic type. Used in photovoltaic grid-connected reading power quality impact.)
- 2020-03-01 17:45:27下载
- 积分:1
-
DWTwavelet
二维离散小波变换程序,对于初学者有很大帮助(Two-dimensional discrete wavelet transform procedures)
- 2010-05-19 22:31:11下载
- 积分:1
-
Seismic_phase_rotation
This is the program to do the phase rotation in matlab for seismic data
- 2014-11-22 12:05:12下载
- 积分:1
-
chap08
说明: 用于图像处理,可以产生灰度图像。原理是采用滤波器滤除噪声。(For image processing, can produce gray scale images. Applies a filter filtering noise.)
- 2010-04-01 14:03:05下载
- 积分:1
-
System_Identification_Toolbox
说明: 很使用的一个系统辨识工具箱,其中包括许多系统辨识经典算法啊。。。希望对大家有用。(Is to use a system identification toolbox, including many system identification algorithms ah classic. . . Hope useful for all of us.)
- 2008-11-22 18:19:48下载
- 积分:1
-
IntroMatlabNN
this is very important matlab code for neural networks...
- 2011-10-06 22:41:53下载
- 积分:1
-
nibian
说明: SPWM控制策略搭建单相逆变的matlab仿真(Matlab simulation of single-phase inverters based on SPWM control strategy)
- 2020-06-22 03:00:02下载
- 积分:1
-
123456
根据所给样本数据用三种不同的方法绘制该公路并估计其长度。
分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度
(According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain and cubic spline interpolation method to calculate the length of highways and roads with an estimated length of Pythagorean Theorem)
- 2008-12-10 22:13:46下载
- 积分:1
-
facerecognition
该matlab程序可以根据所选择的测试库中图片对人脸进行识别,从而在系统中找到与之匹配的图片。(The matlab program can test the library, the selected image on the human face recognition, which is found in the system to match the pictures.)
- 2010-12-09 20:58:26下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1