how to calculate root means square error of two analog signals

1 次查看(过去 30 天)
i have got two signals original signal of amplitude -2 to +2 and recovered signal of amplitude -0.1 to 0.1 i am new to matlab please give me code direction to calculate error between them as soon as possible

回答(1 个)

Greg Dionne
Greg Dionne 2016-5-11
try: rms(sig1 - sig2)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by