Add calculated signal
Add a new signal by defining a formula based on existing signal data.
-
In the Output signal name input field of the Add calculated signal step, enter a name for the new signal to be created.
-
In the Formula input field, enter a formula using existing signal names:
-
The formula uses Python syntax. NumPy is available.
-
Only a subset of Python features is supported. For details, see Add calculated signal.
Example: np.sqrt(signal_name)
Note
The result of the formula must have the same length as the input signals.
Modifying time values or sampling is not supported within formulas.
-
-
To define another calculated signal, click
.