Reciprocal of a variable. It returns the reciprocal of x. If x is a signal this operation is performed element-wise. To get the element-wise reciprocal for vectors and matrices use x^-1.
Syntax
1/x
Types
Variable Name | Value Type | Variable Type | ||
---|---|---|---|---|
Argument: | x | real, complex | scalar, signal, xy-data | |
Result: | z | real, complex | scalar, signal, xy-data |
Calculator Input
Use the
button to complete the operation.Example
ID | Description | Type | Value | Expression | |
---|---|---|---|---|---|
x | Argument | REAL SIGNAL | signal([0, 0.5, 1],[1, 4, 9]) | ||
z | Result | REAL SIGNAL | 1/x |