How can I know the Difference between two signals??
古いコメントを表示
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
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
2013 年 12 月 10 日
回答 (1 件)
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)
カテゴリ
ヘルプ センター および File Exchange で Elementary Math についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!