-
process
说明: 遗传算法求解优化问题的一个程序,学习matlab时可以参考一下(Genetic Algorithm Optimization of a process)
- 2010-05-03 14:21:27下载
- 积分:1
-
otto
Otto结构反射率代码,用于搜索各个介质参数和厚度(Otto structure reflectivity code, used to search each of the dielectric parameters and thickness)
- 2013-12-21 11:06:13下载
- 积分:1
-
1
说明: 汽车防抱死系统(以下简称ABS)对于缩短汽车的制动距离、增加汽车制动时的方向稳定性、减少汽车制动过程中的侧滑以及提高汽车制动时的安全性具有非常重要的意义。(Automotive anti-lock braking system (hereinafter referred to as ABS) to reduce the car' s braking distance, the increase in vehicle directional stability when braking, reduce vehicle skidding during braking and to improve the safety of vehicle braking is very important significance.)
- 2010-12-11 17:22:08下载
- 积分:1
-
MATLAB
帮助学习MATLAB软件。从基础到精通非常全面。(Help to learn MATLAB software. From basic to proficient very comprehensive.)
- 2010-12-29 22:31:17下载
- 积分:1
-
Snake
snake主动轮廓模型,基于区域主动轮廓模型(snake active contour models, region-based active contour model)
- 2011-08-30 20:25:12下载
- 积分:1
-
untitledboostfinal-(2)
thanx u gav me a nice option to upload and take models
- 2015-04-02 17:54:46下载
- 积分:1
-
dsss_chaotic
1. BPSK modulation of data which ever you input (default data is
“MANIPAL REDDY”).
2. MANIPAL REDDY is changed into ASCII Format and into two-bit
format for BPSK Modulation.
3. Chaos is used for spreading the binary bit sequence.
4. Uniformly distributed Noise is added to Spread signal.
5. After reception Chaotic Chip sequence is used to recover message .
6. Filter is used for removing spikes and noise.
7. Note the filter is used is just for showing a little realisitic picture.
8. Appropriate filter should be used.
9. The original data in binary and recovered data in binary format are
compared
- 2013-11-19 03:06:40下载
- 积分: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
-
ParallelComputingwithMATLAB
详细介绍如何使用matlab并行工具箱,对并行程序开发有很大帮助。(a basic intruduction of parallel toolbox)
- 2012-11-11 08:36:21下载
- 积分:1
-
must_read_classic_matlab_programming_tutorial_for_
matlab经典程序设计初学者必读教程must-read classic matlab programming tutorial for beginners(matlab Programming for beginners classic must-read tutorial must-read classic matlab programming tutorial for beginners)
- 2010-08-02 13:16:18下载
- 积分:1