Internal function to compute the delayN accumulator.
Usage
compute_delayN(input, accumulator, length, order)
Arguments
- input
Input value to process.
- accumulator
Accumulator values.
- length
Length of the delay.
- order
Order of the delay.
Value
A list containing the outflow value and the updated accumulator.