VCORR - kpmoorse/sim_reg GitHub Wiki
r = vcorr(x, y)
Calculate correlation between input vectors
Take as inputs:
- x [Mx1 or 1xN complex array]: first vector to be correlated
- y [Mx1 or 1xN complex array]: second vector to be correlated
r = vcorr(x, y)
Calculate correlation between input vectors
Take as inputs: