XCORR2x.m
No License
function C = XCORR2x(A,B,'biasflag')
PURPOSE: Normalizes the output of cross-correlation function XCORR2.M according to 'biasflag':
biased - scales the raw cross-correlation by the maximum number of elements of A and B involved in the generation of any element of C
unbiased - scales the raw correlation by dividing each element in the cross-correlation matrix by the number of products A and B used to generate that element
coeff - normalizes the sequence so that the largest cross-correlation element is identically 1.0.
none - no scaling (this is the default).
Cite As
J. Cogdell (2026). XCORR2x.m (https://www.mathworks.com/matlabcentral/fileexchange/78-xcorr2x-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
