-
code-master
ECG的应用,ECG在医疗检测方面发挥着中重要作用,所以,心电信号至关重要(With the application of ECG, ECG plays an important role in medical detection, so ECG signal is very important.)
- 2019-05-14 08:55:22下载
- 积分:1
-
discrete_time
使用matlab对离散时间信号进行时域和频域分析(Using matlab to the discrete-time signals in time domain and frequency domain analysis)
- 2010-01-17 14:06:29下载
- 积分:1
-
ML2007b_CN_071024
matlab2007 b 汉化包源码要求为希望对英文很菜的新手有所帮助-(matlab2007 b finished package)
- 2011-06-05 18:10:35下载
- 积分:1
-
symbol-synchronization-algorithm
H1信道下的ML符号同步算法,symbol synchronization algorithm(H1 channel ML symbol synchronization algorithm)
- 2012-05-10 20:28:25下载
- 积分:1
-
genetic-algorithm-procedures
采用二进制编码,精度高,解决多目标优化问题。可根据个人需要进行改进。(Nice genetic algorithm procedures)
- 2011-10-17 16:41:55下载
- 积分: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
-
jungle-justice
自己做matlab与系统仿真时候的matlab代码,仿真弱肉强食系统。(My work for the course of time and system simulation matlab.It is built by matlab code.And it is simulation of jungle systems.)
- 2015-01-07 20:36:49下载
- 积分:1
-
CartoonImageviaSparseCoding
说明: 基于稀疏表示的算法,对Donoho提出的Cartoon image进行纹理综合(Algorithm based on sparse representation of Donoho proposed Cartoon image texture synthesis)
- 2010-04-25 17:24:20下载
- 积分:1
-
signal1hugo
自己的一个实验,验证频率的采样定理.即采样点数要足够大.(own an experiment to test frequency of the sampling theorem. That sampling points should be powerful enough.)
- 2006-06-11 16:49:03下载
- 积分:1
-
waterfilling-ofdm-and-mimo
在MIMO OFDM系统中基于注水算法的MATLAB仿真程序(MIMO OFDM systems in filling algorithm based on MATLAB simulation program)
- 2010-05-20 13:27:25下载
- 积分:1