-
NRZ.DPSK1
对NRZ.DPSK信号用matlab进行性能仿真和实现,大家可参考下(simulate and realize NRZ. DPSK signal with matlab, you can reference)
- 2013-09-08 09:33:36下载
- 积分:1
-
KAPPA-1D
MATLAB 计算kappa分布,不仅有一维情况而且有三维情况下的算法(MATLAB computing kappa distribution, not only one-dimensional and three-dimensional case the algorithm)
- 2013-11-17 22:23:26下载
- 积分:1
-
m2
最炫民族风的源代码,喜欢的可以下载下来,放在matlab中听一下。另外,这里还有其他音乐代码,需求的可以私信我。(The most unusual national wind source code, like you can download and put matlab liking it. In addition, there are other music code, demand can private letter to me.)
- 2013-12-26 20:42:56下载
- 积分:1
-
calculateuserposition
用MATLAB编写求解伪距定位方程的程序,对实际数据进行处理,解算出接收机的位置及钟差信息。提供8个通道的两组数据如下,X, Y, Z 为WGS-84坐标系下各通道所跟踪卫星的坐标,Range为与之对应的校正后的伪距测量值。(Using MATLAB pseudorange positioning equation solver, and the actual data processing, solution and calculate the position of the receiver clock error information. 8 provides the following two data channels, X, Y, Z coordinates of the WGS-84 coordinate system of each channel of the satellite tracking, Range for the pseudo-range measurements corresponding corrected.)
- 2014-02-24 21:09:45下载
- 积分:1
-
work
Matlab优化工具箱的几个函数调用例题(Matlab Optimization Toolbox, a few Examples)
- 2010-01-20 15:14:04下载
- 积分:1
-
MATLAB7.0
说明: matlab 从入门到精通 很好的一本书(matlab a book)
- 2011-03-01 15:40:27下载
- 积分:1
-
Matlab-DF-and-AF
说明: 该程序是使用Matlab仿真协同通信的DF(解码转发)基本性能,也可以作为学习Matlab 通信仿真的入门实例。
(This program is to simulate basic performance of collaborative communication DF (decoding forwarding)by using Matlab, also can be used as a learning Matlab communication simulation of introductory examples.)
- 2011-03-30 20:38:05下载
- 积分:1
-
MPimage
使用MP将图像稀疏分解并且精确重构,其中使用2D的GA原子(MP will use the image sparse decomposition and perfect reconstruction, in which the GA using 2D atomic)
- 2010-11-20 20:19:03下载
- 积分:1
-
MATLAB
说明: 学习matlab的指令大全。。。里面包括了所以的matalb的指令,学习matlab简直是易如反掌了,(Learning matlab command Daquan. . . So the matalb which includes instruction, learning matlab is like a walk, and)
- 2010-04-26 11:58:33下载
- 积分: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