Mostrar comentarios más antiguos
Hi
Could you please tell me how to understand the delay from the output of the numbers in the below program being displayed? I know the concept of xcorr. I am new to matlab, please help me get through this.
fs=100 t = 0:1/fs:1; x = sin(2*pi*t); y = sin(2*pi*t+pi/10); plot(t,x,t,y) [c, lags] = xcorr(x,y)
Thanks in advance
Respuesta aceptada
Más respuestas (0)
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!