-
Lab1
Simulink Model for Ship Estimation
- 2010-09-18 18:11:59下载
- 积分:1
-
fd2d
二维FDTD总场散场的一个MATLAB程序,(FDTD finish at a total field of a MATLAB program,)
- 2009-10-16 09:40:12下载
- 积分: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
-
Chebeshev
切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。(Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation)
- 2009-05-25 08:53:57下载
- 积分:1
-
CHAPTER5
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第五章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified Chapter)
- 2011-04-22 21:16:33下载
- 积分:1
-
prediction-by-wavelet-and-ARMA
采用小波和ARMA模型对时间序列进行预测(Wavelet and the ARMA model to forecast the time series)
- 2011-06-28 10:12:17下载
- 积分:1
-
RD
说明: RD算法作为SAR处理中最重要的处理算法,在远场近似的条件下,可将二维处理分离为两个一维处理,降低了运算量,成像效果良好。(RD算法作为SAR处理中最重要的处理算法,在远场近似的条件下,可将二维处理分离为两个一维处理,降低了运算量,成像效果良好。
RD algorithm is the most important processing algorithm in processing SAR, in the far field approximation, the two-dimensional separation into two one-dimensional processing, reduces the amount of computation, good imaging effect.
)
- 2013-12-04 16:38:24下载
- 积分:1
-
exemple1
kalman filter for tracking a single target with one dimension state and one dimension mesurment
- 2013-04-29 23:14:27下载
- 积分:1
-
digital-simulation-of-zvs
This paper presents digital simulation of ZVS half bridge DC to DC converter with
modified PWM control. The switching losses are reduced by using soft switching.
Conventional and duty cycle shifted PWM DC to DC converters are simulated using
matlab simulink and the results are presented. The principle of operation and the key
features of modified PWM DC to DC converter are also presented.
- 2015-04-11 06:37:59下载
- 积分:1
-
AM_FM_PM_ASK_FSK_PSK_MSK_matlab
这个文件包含了AM、FM、PM、ASK、FSK、PSK、MSK调制解调的MATLAB程序,并以文档的形式总结下来。(This file contains the AM, FM, PM, ASK, FSK, PSK, MSK modulation and demodulation MATLAB program, and conclude in the form of the document.)
- 2016-04-17 21:43:52下载
- 积分:1