Histogram
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Histogram of signal value frequencies
Description
This function creates a new signal object containing a histogram
(distribution of frequencies of values) of the selected signal.
Parameter is
which is the number of "containers" accumulating the frequency of
occuring values. They are of equal width and cover the whole range of
signal data values in the input signal. The maximum number of bins is
set to 1000.
The result can be displayed in an ordinary signal window. The x-axis
has the units of the y-axis of the original signal then. The unit of
the new y-axis is "number of occurences".
Macro Synopsis
y = Histogram(x,n);
signal x,y;
int n;
Modules
Student, Professional
Related Functions
Central moment, Signal info