-
fdtd_2d
一个2D的FDTD模拟算例,包括完整的定义、初始化、更新方程、显示和FDTD迭代文件。该算例适合初学FDTD的人员掌握完整流程。(A 2D FDTD simulation examples, including a complete definition, initialization, update equations, display and FDTD iteration file. This example is suitable for beginners FDTD personnel to master the complete process.)
- 2013-02-04 09:48:15下载
- 积分:1
-
Sample
光纤光栅反射谱和透射谱模拟光纤光栅反射谱和透射谱模拟(reflection of fiber grating)
- 2011-05-31 08:15:17下载
- 积分: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
-
drive-sclutch
MATLAB simulink 车辆模型,包含离合器,发动机,车体,可以实现简单的车辆运转(MATLAB simulink vehicle model, including the clutch, the engine, the body, the vehicle can achieve a simple operation)
- 2013-05-22 12:16:53下载
- 积分:1
-
beam-forming
多波束形成的代码,其中也有一些自适应的波束形成代码(beam forming)
- 2013-09-17 20:30:02下载
- 积分:1
-
diedaifa
这里讲述的是matlab的迭代问题,含有多个程序可提供参考(About matlab difference, containing more than one program can provide a reference)
- 2013-04-26 22:38:11下载
- 积分:1
-
RobotPathPlanningAndAvoidceObstacles
机器人路径规划与避障的MatLAB源码,对研究机器人路径规划与避障很有帮助!(Robot path planning and obstacle avoidance of MatLAB source, the study of robot path planning and obstacle avoidance helpful!)
- 2010-01-30 15:23:54下载
- 积分:1
-
LMF-ambg
LMF波形的模糊函数,用matlab编写。(LMF waveform ambiguity function, written with matlab.)
- 2011-05-10 19:22:14下载
- 积分:1
-
Desktop
傅里叶级数的计算方法,通过matlab变成自动计算所有傅里叶级数的参数值。(The method of calculation of the Fourier series, through matlab becomes automatically calculate the parameter values of all Fourier series.)
- 2013-01-27 22:07:51下载
- 积分:1
-
8 BP神经网络参考代码
说明: 使用BP神经网络来预测,其中包括了训练样本和测试样本的划分,神经网路的建立等(BP neural network is used to predict, including the division of training samples and test samples, and the establishment of neural network)
- 2020-11-30 15:03:53下载
- 积分:1