필터 지우기
필터 지우기

dsp

조회 수: 2 (최근 30일)
Dr G Jaffino
Dr G Jaffino 2011년 9월 22일
how to calculate normalised cross correlation for the signal?

채택된 답변

Wayne King
Wayne King 2011년 9월 22일
xcorr() with the 'coeff' option.
x = randn(1000,1);
y = randn(1000,1);
[C,lags] = xcorr(x,y,20,'coeff');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 DSP System Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by