Wrap
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Wrap a signal into a given interval
Description
"Wrap" maps a signal into an interval along the y-axis by adding multiples of the interval width b-a to the signal data values.
Parameters of "Wrap" are
- the lower border a and
- the upper border b of the interval.
Macro Synopsis
y = Wrap(x,a,b);
signal x;
float a,b;
Modules
Student, Professional
Related Functions
Unwrap, Envelope,
Resample, Subsample.