-
route_angle
code for the route angle in wsn
- 2010-12-30 21:17:30下载
- 积分:1
-
BER_16_QAM
matlab绘制16QAM误码率曲线及星座图(MATLAB 16QAM BER)
- 2012-05-10 22:37:35下载
- 积分:1
-
PROG4
MATLAB code to Apply DCT on the image and obtain the output and On the DCT image apply quantisation using standard quantizer
- 2015-01-06 02:14:10下载
- 积分:1
-
interval-R_R
determination of R-R
interval of each ECG wave of six limb leads (Leads I, II, III,
AVR, AVL and AVF) by using square derivative curve technique.
Baseline or isoelectric level of every ECG signal is also
determined for accurate computation of net QRS deflection
(NQD) at all the six above-mentioned leads.
- 2015-04-06 05:39:36下载
- 积分:1
-
variance
实现图像的方差,斜度,峰度,能量和熵的实现,代码简单,可以直接运行(matlab graph variance)
- 2010-07-07 21:26:06下载
- 积分:1
-
573
二值图像游程编码算法的Matlab实现,包含源程序代码以及运行结果。(Binary image run-length coding algorithm for the realization of Matlab, including source code, as well as the results.)
- 2009-05-30 16:56:02下载
- 积分:1
-
chap9_1
基于SVR的线性系统内部模型辨识建模及校验的仿真程序, 由于辨识信号采用的都是随机信号,不是数值固定的信号,所以程序每次运行的结果都可能有所不同。(Based the SVR system of linear internal model identification modeling and verification simulation program identification signal are random signal, not the value of the fixed signal, so the program each time you run the results are likely to differ.)
- 2013-03-05 21:18:31下载
- 积分:1
-
fastHOG3D--full-version
这是一个完整版,包含调用文件。整个视频可以用在不同尺度和位置计算得来的特征集进行表示。Hog3D描述子由Alexander Klaser Marcin Marszał ek Cordelia Schmid等人提出的,将HOG的概念扩展,由静态图像特征提取扩展到视频序列的特征提取,在视频序列中的行人检测取得了较好的成果。(This is a complete version, including calls to the file. The video can be used in different scale and location characteristics were calculated set of representation. The Hog3D descriptor proposed by Alexander Klaser Marcin Marsza EK Cordelia Schmid et al, will the concept of HOG is extended static image feature extraction, extended to extract features of video sequences, pedestrian detection in video sequence and achieved good results.)
- 2014-10-13 20:04:36下载
- 积分: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
-
SIMPSON1_3_matlabfa
Simpson integration method(1/3)
- 2013-12-05 03:21:56下载
- 积分:1