Calculation of autocorrelation matrix
Mostrar comentarios más antiguos
I want to calculate autocorrelation matrix of a give sequence in matlab.
Which command I have to use ?
>> x=[-2 1 4 2 1 5 4 2 4]
>> z=autocorr(x)
I am getting auto correlated values in a vector form.
I want to calculate Rxx which is a matrix. Suppose if the length of the vector ix N I have to get N X N matrix.
I tried corrmtx( ) but not worked.
Please some one answer my question..
Respuesta aceptada
Más respuestas (2)
Raviteja
el 8 de Abr. de 2011
1 comentario
Sravan Kumar Dodla
el 12 de Mzo. de 2012
Could you just look into it??
Using autocorr is correct here or to use xcorr is correct??
Just try in MATLAB..!!!
Than we can use Toeplitz,...!!
Sravan Kumar Dodla
el 12 de Mzo. de 2012
0 votos
Could you just look into it??
Using autocorr is correct here or to use xcorr is correct?? Just try in MATLAB..!!! Than we can use Toeplitz,...!!
Categorías
Más información sobre Correlation and Convolution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!