autocorr
This opcode takes in an input array and computes its autocorrelation.
Syntax
Performance
kout[] -- output array containing the autocorrelation output. It will be created if it does not exist.
kin[] -- input array containing the sequence for autocorrelation.
Examples
Here is an example of the autocorr opcode. It uses the file autocorr.csd.
Example of the autocorr opcode. | |
---|---|
See Also
Vectorial opcodes, array opcodes
Credits
Author: Victor Lazzarini
NUI Maynooth
2021
New in version 6.16