-
51622468radar_MATLAB_Code
说明: MATLAB中许多好用的东西,你要记下来了啊(Useful things)
- 2010-05-03 14:04:03下载
- 积分:1
-
viterbi_soft
(2,1,3)卷积码编码,软判决译码;matlab语言编码;verilog语言译码;((2,1,3) convolutional code encoding, soft-decision decoding matlab coding verilog decoder )
- 2020-07-04 12:40:02下载
- 积分:1
-
bomber2-2.0alpha2-src
this is a game for learning purposes, please do send me a feedback and recommendation. your time will be very appreciated
- 2014-08-19 23:35:00下载
- 积分:1
-
New-Folder
this code is to remove the noise from video...........................
- 2011-09-23 20:12: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
-
ouheqi
利用MATLAB软件设计2乘2光纤耦合器(Using MATLAB software design 2 x 2 fiber coupler)
- 2010-07-07 18:26:53下载
- 积分:1
-
Kalman_test_linear-(1)
matlab code for Kalman Filter
- 2012-04-18 03:18:37下载
- 积分:1
-
PSOstandard_benchmarks_Test
benchmark pso test system
- 2011-07-05 19:12:27下载
- 积分:1
-
Migrationandmut
Matlab code for Economic laod dispatch using biogeography based optimization and evolution strategy
- 2011-01-09 17:08:58下载
- 积分:1
-
traffic_circle
这是利用matlab编写的四通道交通环路系统的元胞自动机程序,希望能有所帮助。(It is written using matlab loop four-channel transport system of cellular automata program, hoping to help.)
- 2021-04-09 21:18:59下载
- 积分:1