Binarize
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Binarize a signal
Description
"Binarize" converts the given signal x into a binary representation.
The resulting binary signal y has only the values 0 or 1, depending
on whether the original values were less or greater than the given
threshold.
"Binarize" takes one parameter which is the
Macro Synopsis
y = Binarize(x,t);
signal x,y;
Modules
Student, Professional
Related Functions
Abs, Clip.