-
letercog
利用行像素点、列像素点识别分割字符成单个字符图像----letercog.m(The row of pixels, pixel columns into a single character recognition segmentation, image---- letercog. M)
- 2010-07-19 10:17:02下载
- 积分:1
-
MATLAB-Programs
国外经典的信道建模与仿真源码,包括Jakes模型和Suzuki模型(Foreign classic channel modeling and simulation of source, including the Jakes model and Suzuki models)
- 2008-06-09 16:31: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
-
matlab-lizilvbodaima
用matlab实现粒子滤波算法
x = 0 初始状态
R = input( 请输入过程噪声方差R的值: ) 测量噪声协方差
Q = input( 请输入观测噪声方差Q的值: ) 过程状态协方差
tf = 100 模拟长度
N = 100 粒子滤波器中的粒子个数
xhat = x
P = 2
xhatPart = x
………………(Particle filtering algorithm using matlab)
- 2013-04-08 17:32:07下载
- 积分:1
-
foufej
Sumas parciales de Fourier de la función diente de sierra.
Sumas de fejer de la funcion salto.
Sumas parciales de fejer de la funcion delta
- 2011-08-03 00:55:51下载
- 积分:1
-
caj
管理员您好,这是最新的期刊论文,学生初学软件,没有比较高深的程序源代码,希望您能满意(Administrator hello, this is the latest journal papers, students begin to learn the software, there is no more profound source code, I hope you enjoy)
- 2011-11-12 08:53:30下载
- 积分:1
-
Kmeans
本程序是一个K-means聚类算法程序,自己生成4堆数据,然后让算法自己聚类(This program is a K-means clustering algorithm procedures, generate their own four heap data, then let yourself clustering algorithm)
- 2015-04-09 14:45:33下载
- 积分:1
-
matlab-ppt
MATLAB学习,PPT文件。完全深入简出的教学方法,从最简单的着手。(MATLAB Learning, PPT files. Completely in-depth Jane out of teaching methods, from the simplest place to start.)
- 2009-10-07 15:48:33下载
- 积分:1
-
Matlabtongji
武汉大学遥感信息工程学院MATLAB期末的大作业,对遥感影像进行处理并且进行统计求方差平均数,并绘制图像(Great job of Remote Sensing Information Engineering, Wuhan University MATLAB end of remote sensing image processing and statistical variance of the average demand and draw the image)
- 2014-02-18 19:08:21下载
- 积分:1
-
OFDM_graphic_userinterface
用matlab实现了OFDM系统的图形用户界面,方便系统参数的设置(achieved using Matlab OFDM System graphical user interface to facilitate the establishment of the system parameters)
- 2007-02-04 15:40:16下载
- 积分:1