Community Profile

Plato A


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Finding Autocorrelation and PSD for a random matrix of 50x50
tempvar = xcorr2(v,v); [size_1 size_2] = size(tempvar); size_1 = (size_1 + 1)/2 - 1; R = (toeplitz(tempvar(size_1+1 :...

8 years ago | 0 answers | 0

0

answers

Question


Finding PSD for random number series
I am trying to find the the PSD of the random number matrix created using randn(100,100). I took autocorrelation of the matrix a...

8 years ago | 0 answers | 0

0

answers