-
wave_1
利用matlab进行基于小波变换的图像量化编解码(using Matlab-based wavelet image quantization codecs)
- 2006-11-11 21:38:41下载
- 积分:1
-
MSRCRbyZhang
带色彩恢复的多尺度视网膜增强算法(MSRCR)的原理、实现及应用。
(Multi-scale recovery of the retina with color enhancement algorithms (MSRCR) principle, implementation and applications.)
- 2013-12-07 21:26:37下载
- 积分: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
-
insarmatlab.tar
说明: 荷兰Delft大学开发的insar(干涉合成孔径雷达)图像处理部分源代码,用matlab编写的。(Netherlands Delft University developed insar (interferometric synthetic aperture radar) image processing part of the source code with matlab prepared.)
- 2008-10-15 17:33:20下载
- 积分:1
-
BOOST-CONVERTER-OPENLOOP
This is matlab simulation model for Boost converter with open loop
- 2014-09-03 14:47:05下载
- 积分:1
-
matlabtest
1. 统计抽样法 2、变换抽样法3、用下式产生伪随机数4、M序列的产生5、逆M序列
(1 statistical sampling method 2, transform sampling method 3, using the following formula generates a pseudo-random number 4, M Sequences 5, inverse M series)
- 2015-06-03 16:43:30下载
- 积分:1
-
DigitalsignalprocessingbasedonMATLAB
“基于MATLAB的系统分析与设计—信号处理”一书是一本极好的的书,对初学信号处理的非常值得一读。该书针对应用广泛的的号处理领域,简要介绍了信号处理的基本概念和基本方法,详细介绍了由MATLAB提供的信号处理工具箱函数的用法指南,最后以大量的应用示例,说明MATLAB进行信号处理系统分析与设计方法。( Based on MATLAB-Analysis and Design- Signal Processing, a book is an excellent book, for beginner signal processing is very worth reading. The book aimed at a wide range of applications to deal with the No. field, briefly introduced the basic concepts of signal processing and basic methods, detailed information provided by the MATLAB Signal Processing Toolbox function usage guide, and finally to a large number of application examples MATLAB signal dealing with system analysis and design methods.)
- 2008-04-28 11:11:40下载
- 积分:1
-
sa_ex2_3
智能天线代码,适合于学习用matlab对天线进行建模仿真,matlab可以实现对天线结构的复杂设计,尤其结合hfss功能更强大(the matlab code for antenna design)
- 2014-02-14 04:55:20下载
- 积分:1
-
6兆瓦风力机控制系统的最大功率控制
6兆瓦风力机控制系统的最大功率控制,主要控制方式为PI功率控制,对相关人员来说是个不错的教程。(The maximum power of 6 MW wind turbine control system controls the main power control PI control mode , the relevant personnel is a good tutorial.
)
- 2014-02-16 20:35:14下载
- 积分:1
-
pic_dc-ac_01
hex file for 16f509 microcontroller for dc ac inverter
- 2013-12-24 03:38:03下载
- 积分:1