-
Towards-a-Distributed-Clustering-Scheme-based-on-
Towards a Distributed Clustering Scheme based on Spatiail Correlation in WSNs
- 2011-01-21 19:12:13下载
- 积分:1
-
robust_motion_deblurring
Two-Phase Kernel Estimation for Robust
Motion Deblurring
- 2020-11-09 09:59:47下载
- 积分:1
-
ASK_FSK_PSK
this file content simple example about modulation bit stream.the type of modulation is (FSK,PSK and ask) after modulation data send and received after that show the relationship between signal to noise ratio (snr) and the bit error rate (ber).....
- 2013-12-19 00:11:19下载
- 积分:1
-
code
水平竖直线交点就是输入些水平线段和竖直线段的坐标(文件输入)
然后输出几个交点(The level of vertical lines is the intersection of some level of input the coordinates of line segments and vertical segments (file type) and then the output of several intersection)
- 2010-01-24 23:29:33下载
- 积分: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
-
pso
pso source code jornal very nice
- 2011-07-10 16:49:35下载
- 积分:1
-
sag_Hilber
利用Matlab实现电压突降信号的仿真,通过Hilbert变换、快速傅里叶变换来实现。(Using Matlab simulation for voltage sags signal through Hilbert transform, fast Fourier transform to achieve.)
- 2011-11-03 20:37:15下载
- 积分:1
-
1
说明: Kalman算法迭代时对输入信号的跟踪曲线(Kalman algorithm is iterative when the input signal of the tracking curve of)
- 2009-11-15 16:44:41下载
- 积分:1
-
ImageProgram
说明: Matlab编程,可用于对二维图像进行处理,得到相应的轮廓图、Sobel边界图、柱状图等,可以进行灰度调整 (This program is used for 2D image.It can be used to give the outline,Sobel bounadry map and histogram of the image.Also,it can ajust the gray of the image.)
- 2010-04-20 13:52:55下载
- 积分:1
-
chaoliuchengxu
利用MATALB编写的潮流程序,先是编写总体框架,然后每一部分作为一个子程序。(MATALB prepared using the flow program, first write the overall framework, and then each part as a subroutine.)
- 2013-09-17 11:26:08下载
- 积分:1