-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
Bsplinematlab
三次样条插值函数的构造与Matlab实现(Cubic spline interpolation function to achieve the construction and Matlab)
- 2010-06-29 21:20:06下载
- 积分:1
-
tracking
说明: 这是一个用matlab开发的GPS跟踪源代码,其语言简洁,简单实用,有英文注释,是一个不可多得的范例(This is a development of the GPS tracking with matlab source code, the language simple, simple, practical, with English notes, is a rare example of)
- 2011-03-23 21:36:14下载
- 积分:1
-
matlabpart1-QAM
THE MATLAB COMMUNICATION TOOLBOX
- 2013-12-04 04:46:33下载
- 积分:1
-
OFDM
This code basically computes the BER of an OFDM system. The ifft size is 64. 16QAM is the modulation Technique and convolution encoding rate 1/2 is used as the coding scheme.
- 2015-03-03 05:57:10下载
- 积分:1
-
matpower4.0
强大的电力系统潮流计算,非常好用,算法稳定(power flow code, easy to use )
- 2015-01-11 09:43:48下载
- 积分:1
-
spReadFeatureDataMFCC
mfcc algorithm this useful for analysis signal it s important feature
- 2010-07-02 21:22:57下载
- 积分:1
-
Embedded_Targets_Development_Guide
基于模型设计的介绍,给大家分享一下,希望刘杰博士不要见怪。(model based design)
- 2012-12-29 22:42:37下载
- 积分:1
-
ImageCompression
hi this code image processing
- 2011-09-24 16:23:05下载
- 积分:1
-
PCA
pca图像融合代码,高分辨率和低分辨率的融合(pca fusion image fusion, high resolution and low resolution)
- 2014-12-17 19:30:03下载
- 积分:1