-
lab_intro
这个一个很全面的数字信号处理的实验工具包,里面包含了大部分的数字信号处理实验的各个方面。希望对大家有帮助。(This a very comprehensive test of digital signal processing tool kit, which contains most of the digital signal processing aspects of the experiment. Hope to help.)
- 2010-09-05 09:03:21下载
- 积分:1
-
ofdmprogram
对低压线路的ofdm的编码与仿真程序,包括信道,编码,自适应均衡等方面(Ofdm low-voltage line coding and simulation program, including channel, coding, adaptive equalization, etc.)
- 2010-10-27 13:07:54下载
- 积分:1
-
1420072331
Discrete-Event Modeling and Simulation: A Practitioner s Approach By Gabriel A. Wainer
- 2013-10-04 22:35:21下载
- 积分:1
-
copy
[MATLAB语言常用算法程序集].(龚纯).清晰版.pdf(Clear version of MATLAB language commonly used algorithm for assembly]. (Gong pure). Pdf
)
- 2012-02-09 13:52:26下载
- 积分:1
-
Chapter9
MATLAB统计分析与应用里的回归分析和样本数据(MATLAB statistical analysis and regression analysis and sample data in the application)
- 2018-12-30 17:46: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
-
31_15_RS
实现RS(31-15)编码,在JTIDS物理层通信系统中使用。(Achieve RS (31-15) encoding, using the physical layer in a communication system JTIDS.)
- 2021-03-31 08:59:09下载
- 积分:1
-
MulSeed
多种子点的区域增长,程序可在matlab环境中更直接运行;(Many seeds of regional growth, the program can be more direct in matlab environment to run )
- 2010-09-17 21:34:52下载
- 积分:1
-
budian
matlab补点去噪程序 主要应用于逆向工程的电晕处理(matlab fill denoising procedure applied to the reverse engineering of the corona treatment)
- 2012-06-03 16:13:04下载
- 积分:1
-
channal-generation
Beta
Gamma
Nakagami
Normal
Rayleigh
Rician
Weibull
- 2014-11-25 21:06:07下载
- 积分:1