Integral (rolling, sample-based)
|
Signature |
|---|
|
Accumulate_Samples_Integral(Expression, Count) |
|
Description |
|---|
|
Calculates the rolling integral of an input signal for a defined number of samples. |
|
Result |
|---|
|
The integral for the last Count input samples of Expression. |
|
Arguments |
|
|---|---|
|
expression |
The signal for which the rolling integral is calculated. |
|
count |
The number of samples for calculating the rolling integral. It must be a constant value. |