XCORR
From Jacket Wiki
Back to Function List, Signal Processing Library
Cross-correlation
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
c=xcorr(x,y) c=xcorr(x) c = xcorr(x,y,'option') c=xcorr(x,'option') c=xcorr(x,y,maxlags,'option') % see notes c=xcorr(x,maxlags,'option') % see notes c=xcorr(x,y,maxlags) c=xcorr(x,maxlags) |
|||||||||||
|
|||||||||||
Notes
- Currently, the argument 'option' does not take the value 'coeff'.
- The argument 'maxlags' needs to be less than length(X).