Quotient
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Quotient of two signals
Description
"Quotient" computes the quotient of two signals x1 and x2:
"Quotient" is implemented as a macro function using Reciprocal and Product.
Warning: Note that if the input signals have different x-axis scales (sampling periods), the signal with the largest scale will be adapted automatically by interpolating between successive sample points. The type of interpolation can be set in the Basic Options menu.
Macro Synopsis
y = Quot([x1,x2]);
signal x1,x2,y;
Modules
Student, Professional
Related Functions
Sum, Add constant, Difference, Product, Rescale, Reciprocal.