필터 지우기
필터 지우기

How to write the autocorrelation of a sequence x(n)

조회 수: 5 (최근 30일)
Marwan Malaeb
Marwan Malaeb 2017년 4월 22일
댓글: Marwan Malaeb 2017년 4월 22일
How to write the autocorrelation of a sequence x(n)
  댓글 수: 1
Marwan Malaeb
Marwan Malaeb 2017년 4월 22일
No problem I found it. it is the dsp.autocorrelater.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2017년 4월 22일
If you have the Signal Processing Toolbox,
r = xcorr(x, x);
  댓글 수: 1
Marwan Malaeb
Marwan Malaeb 2017년 4월 22일
this may return the correlation coefficients. I want the autocorrelation.and for a certain value to M.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Prediction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by