There are two types of calculations you can perform on signals:
- Standard functions
- Custom functions
Standard Functions
There are multiple standard functions.
- Moving average
- Cumulative sum
- Derivative
- Difference
- Calibration
- Outliers
- Clamping
- Zeroing
- Sample shift
To create a standard function, select the signal on which you want to do a calculation, hit the 'FUNCTIONS' button and you should see a preview window appear.

Custom functions
Standard functions let you create some more complex functions on data, but sometimes you just need to make a custom function where you add, subtract, .. some signals with each other. The Custom Functions are the place to be.
To create a custom function press the create signal button in the signal sidebar, this should by default switch to the custom function modal.
Note that in your formula, make sure the signal names are between brackets. To make things easier you can search signals on the right side and click the signal names to add them in the formula.

Examples
[sig_a]^2 + log([sig_b])/[sig_c_LP]
abs(sin([sig_a] * pi()))
Supported Operators
