-
Grey-Relational-Algorithm-for-ECG
这个文章说明了格雷算法在心电信号处理上的应用(The paper proposes a learning algorithm for real-time analyzing the gray relations between templates and test electrocardiogram (ECG) signal patterns. Without analyzing
relations between the test ECG pattern and every template in the database for the
recognition, several training patterns for the learning algorithm are chosen from an ECG waveform database with patient diagnosis information, and then the training result is used to analyze the test ECG.)
- 2012-04-12 19:14:19下载
- 积分:1
-
Gauss_Elimination
Gauss Elimination (normal way, or using vector storage). Data in file TP2 (or TP02), which is the file to be run
- 2011-06-03 04:13:52下载
- 积分:1
-
shang
一种无监督的数据离散化方法,程序简单,运行时间短,效果比较显著(An unsupervised data discretization methods, procedures easy, run a short time, compared the effect of significantly)
- 2009-03-21 12:25:49下载
- 积分:1
-
MATLAB
matlab中文帮助,对matlab有需求的可以看看(matlab Chinese help, in need of matlab can look at)
- 2009-12-02 16:37:33下载
- 积分:1
-
penta2
Solves the problem Ax=b when A is pentadiagonal and strongly nonsingular.
This is much faster than x=Ay for large matrices.
- 2010-03-04 17:05:59下载
- 积分:1
-
RCRC
基于稀疏表示和联合表示的鲁棒的人脸识别,很有用(CRC face recognition)
- 2016-06-01 11:06:28下载
- 积分:1
-
matlab
香农编码 采用matlab编程实现 的程序代码(Shannon coding using matlab programming code)
- 2012-06-09 09:35:22下载
- 积分:1
-
face_detect
Face Detection using matlab
- 2012-06-11 20:52:16下载
- 积分: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
-
OFDM
ofdm信号的仿真程序,接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档(ofdm simulation)
- 2010-01-23 16:55:34下载
- 积分:1