XCORR2x.m

Version 1.0.0.0 (919 Bytes) by J. Cogdell
Normalizes the output of cross-correlation function XCORR2.M according to 'biasflag'.
5.2K Downloads
Updated 1 Jan 1999

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 (2024). XCORR2x.m (https://www.mathworks.com/matlabcentral/fileexchange/78-xcorr2x-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Creating and Concatenating Matrices in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0