-
OFDM
matlab实现OFDM的仿真,经过实践和编程仿真,对理论课的内容会有更为直观的认识。(matlab simulation realization of OFDM, after practice and simulation programming, the content of the theory of knowledge will be more intuitive.)
- 2008-12-26 16:49:02下载
- 积分:1
-
PCA
principal component matlab code.
- 2009-04-01 06:09:56下载
- 积分:1
-
fisheye11111
鱼眼畸变校正的论文可以下载国外比较经典的(Fish-eye distortion correction of the paper can be downloaded outside of the more classic)
- 2011-08-30 11:37:29下载
- 积分: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
-
DVHOP(1)
说明: 用MATLAB仿真DVHOP定位算法代码(Location algorithm using MATLAB simulation code DVHOP)
- 2010-04-28 12:00:09下载
- 积分:1
-
use_libsvzm
To use precomputed kernel, you must include sample serial number as
the first column of the training and testing data (assume your kernel
matrix is K, # of instances is n):
- 2012-06-10 19:01:42下载
- 积分:1
-
2dmatlab
matlab 2维牛顿法解方程组 计算方法(matlab 2-dimensional Newton' s method for solving equations calculated)
- 2011-11-14 22:32:25下载
- 积分:1
-
FSMCI
模糊滑模控制实例 让你更了解模糊滑模控制器设计(Fuzzy Sliding Mode Control instances more about fuzzy sliding mode controller design)
- 2013-10-25 21:17:32下载
- 积分:1
-
FSK
代码详细的书写了FSK的过程,其中分为相干与非相干两个部分。(Code written in detail the FSK process, which is divided into two parts coherent and incoherent.)
- 2015-05-20 15:41:39下载
- 积分:1
-
SPLL
建立了软件锁相环的模型,在进行光伏或者风电机组等并网的时候,不管外界的环境怎么变化,都能够使得其跟踪电网的相位,实现稳定并网(The establishment of a software PLL model making, such as photovoltaic or wind turbine and net, regardless of how changes in the external environment, are able to make its tracking phase grid, grid stabilization)
- 2014-06-16 17:04:28下载
- 积分:1