文件名称:histogram
-
所属分类:
- 标签属性:
- 上传时间:2013-08-02
-
文件大小:2.31kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
function H = histogram(X, B)
序列的直方图统计
X : 输入序列
B : 直方图统计区间的中间值,按从小到大排列。
H : 直方图统计结果
注:第一个统计区间的左边界是-inf,最后一个统计区间的右边界是inf。
扩展1:采用2种或以上方法实现该函数,在算法思路、内存使用、速度上应有明显不同。
扩展2:对输入的二维矩阵进行缩放。
-function H = histogram (X, B)
Sequence histogram
X: input sequence
B: the median interval histogram statistics, from small to large order.
H: histogram statistics
Note: The first one is the left margin of statistical interval-inf, the last one is the right border of statistical interval inf.
Extension 1: Using 2 or more methods to achieve this function, the algorithm is thinking, memory usage, speed should be significantly different.
Extension 2: two-dimensional matrix of the input scaling.
序列的直方图统计
X : 输入序列
B : 直方图统计区间的中间值,按从小到大排列。
H : 直方图统计结果
注:第一个统计区间的左边界是-inf,最后一个统计区间的右边界是inf。
扩展1:采用2种或以上方法实现该函数,在算法思路、内存使用、速度上应有明显不同。
扩展2:对输入的二维矩阵进行缩放。
-function H = histogram (X, B)
Sequence histogram
X: input sequence
B: the median interval histogram statistics, from small to large order.
H: histogram statistics
Note: The first one is the left margin of statistical interval-inf, the last one is the right border of statistical interval inf.
Extension 1: Using 2 or more methods to achieve this function, the algorithm is thinking, memory usage, speed should be significantly different.
Extension 2: two-dimensional matrix of the input scaling.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
histogram1.m
histogram2.m
histogram3.m
histogram2.m
histogram3.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.