Description Usage Arguments Details Value Examples
Implements integrals and derivatives of sampled data using mvfft
.
1 |
x |
Vector or matrix containing data to be integrated. If matrix, each column corresponds to a time series. |
p |
Order of integration. Negative integers represent derivatives. |
dt |
Time steps betweend samples. If not specified, |
Note that the function assumes that the signal has zero mean. The nonzer mean is not integrated.
A vector The integral of the signal.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.