-
Proakis
《现代通信系统--使用Matlab》源代码()
- 2008-03-27 16:22: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
-
Demo_Greedy
In this program we demonstrate the MP, OMP, WMP, and Thresh algorithm, by running them on a set of test signals and checking wether they provide the desired outcome
- 2013-10-02 20:23:36下载
- 积分:1
-
LMSTDE
最小均方误差自适应时延估计 原理 应用 改进
有很大的应用价值(LMSTDE Adaptive delay estimation theory applied to improve the application of great value)
- 2011-10-21 09:52:00下载
- 积分:1
-
cs_ls_mse
此程序实现压缩感知方法与最小二乘方法在超宽带信道估计中实现信道估计的MSE对比。(This program is compressed sensing method with the least squares method is implemented in ultra-wideband channel estimation channel estimation MSE contrast.)
- 2021-04-18 11:18:52下载
- 积分:1
-
Desktop
stego program using the process of dct...... in matlab
- 2009-10-15 03:12:38下载
- 积分:1
-
autoposition
auto play chosen to upload in matlab....kindly see through it...thanx
- 2010-11-15 20:49:27下载
- 积分:1
-
Gauss_Seidel
这是一个用高斯赛德尔算法解方程组的实例。(Gauss_Seidel)
- 2010-12-31 10:07:40下载
- 积分:1
-
maximize
实现matlab中figure窗口的最大化、最小化、移动等功能。(Matlab maximize the figure window is minimized, mobile and other functions.)
- 2015-04-15 14:38:12下载
- 积分:1
-
Feedback_control_theory
英文版的反馈控制理论书籍,因为看着英文比较费劲,所以也没看过,不过这本书应该也是不错的()
- 2007-09-20 13:17:06下载
- 积分:1