Can I plot the mean and mode frequency in an FFT graph?
Show older comments
Hi, I`m doing some frequency analysis of EMG signal, and I plot three moments of the reach movement for three different muscles. I want to know if I can plot in the graphic I`ve got for the FFT the median, mode and mean for each signal.
Thanks in advance,
Jair
Accepted Answer
More Answers (1)
Walter Roberson
on 28 Dec 2012
Yes. You can either use line(), or you can
hold on
and then use plot()
1 Comment
Image Analyst
on 28 Dec 2012
Great minds think alike.
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!