-
link-list-bellek
Link list memory application
- 2014-12-03 17:27:45下载
- 积分:1
-
statistic-signal
统计信号检测与估值的课件资料 浅显易懂包括如何用统计的方法检测出信号频谱的存在并估计出来(Courseware statistics signal detection and valuation easy to understand)
- 2015-04-17 11:11:35下载
- 积分:1
-
IEEE33_yuanban
33节点电力系统仿真,很实用,包含整套系统(33 node power system simulation)
- 2017-06-28 15:07:23下载
- 积分:1
-
chushiweizhi
计算任意时刻月球在惯性空间的位置和在J2000坐标系下的位置(compute the position of the Moon)
- 2021-03-31 20:59:08下载
- 积分:1
-
duoxiangma
巴克码,P1,P2,P3,P4等多相码的模糊函数,自相关函数性能分析(Barker code, P1, P2, P3, P4 and other multi-phase code fuzzy function, autocorrelation function analysis)
- 2016-11-23 17:05:58下载
- 积分:1
-
simple_wind_turbine_pmsg
说明: 永磁直驱风机的仿真模型,可以正确运行,用户可以在模型的基础上进行更改添加模块,有很强的的应用性。(The simulation model of the permanent magnet direct drive fan can be operated correctly, and the user can change and add modules on the basis of the model, which has strong application.)
- 2019-02-28 11:02:38下载
- 积分:1
-
pattern
this program calculate the pattern of rectangular patch antenna.
- 2010-08-02 03:14:18下载
- 积分:1
-
growcut
该程序使用MATLAB编程实现目标标记的功能,并将图像与黑色背景叠加转化为二值图像(The program uses the MATLAB programming function of the target tag and the image is superimposed with a black background image into a binary)
- 2011-06-25 15:10:41下载
- 积分: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
-
DownUpSampling_ByFactor2
该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。
(The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling.)
- 2012-11-25 16:01:48下载
- 积分:1