필터 지우기
필터 지우기

How can I know the Difference between two signals??

조회 수: 2 (최근 30일)
Mohamed Elwakdy
Mohamed Elwakdy 2013년 12월 10일
댓글: Mohamed Elwakdy 2013년 12월 10일
Dear Sir,
If I have two different signals, how can I calculate the difference between them (the difference should be one number)???
Thank you very much
  댓글 수: 2
Wayne King
Wayne King 2013년 12월 10일
That very much depends on what you are trying to measure/characterize. I think you need to be more specific.
Mohamed Elwakdy
Mohamed Elwakdy 2013년 12월 10일
Dear Sir,
I am looking to know the difference between ship's trajectory and the coefficients that extract by using the polynomial function. How can I know the difference between them??

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

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 12월 10일
편집: Azzi Abdelmalek 2013년 12월 10일
d=y1-y2
d is also a signal with the same size as y1 and y2. If you have another definition of a difference, post it.
Maybe you want
mean(y1-y2)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by