How to plot the error between two signals?
Show older comments
I did the filtering of an EEG signal using fir filter then i implement this fiter in c langage. Now i need to plot the error between the to filter but i don't know how to do that. Can anyone help me please.
6 Comments
Chad Greene
on 25 Sep 2017
It's not clear whether your question is about plotting commands or signal processing techniques. Please clarify.
afef
on 25 Sep 2017
Walter Roberson
on 25 Sep 2017
... and the error has to be plotted in C language ?
How do you define "error" for your purposes ?
afef
on 25 Sep 2017
Edited: Walter Roberson
on 25 Sep 2017
Walter Roberson
on 25 Sep 2017
plot(x-a) ?
afef
on 25 Sep 2017
Accepted Answer
More Answers (0)
Categories
Find more on Matched Filter and Ambiguity Function in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!