Borrar filtros
Borrar filtros

How can I know the Difference between two signals??

2 visualizaciones (últimos 30 días)
Mohamed Elwakdy
Mohamed Elwakdy el 10 de Dic. de 2013
Comentada: Mohamed Elwakdy el 10 de Dic. de 2013
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 comentarios
Wayne King
Wayne King el 10 de Dic. de 2013
That very much depends on what you are trying to measure/characterize. I think you need to be more specific.
Mohamed Elwakdy
Mohamed Elwakdy el 10 de Dic. de 2013
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??

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 10 de Dic. de 2013
Editada: Azzi Abdelmalek el 10 de Dic. de 2013
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)

Categorías

Más información sobre Polynomials en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by