How can I create a plot which is x and y axsis are in different sizes?

1 次查看(过去 30 天)
Hi, I have I think a very basic question..
I need to plot on the same graph two different data sets, one in a sampling rate of 500hz and the other one in 609 hz... and they need to be synchronized in relation to time.
the problem is that when I try to convert it to seconds I getting an unequal x and y sizes...
How can I do it?
Thanks!

回答(1 个)

Star Strider
Star Strider 2014-8-15
If you have the Signal Processing Toolbox, I would use the resample function to downsample the 609 Hz signal to 500 Hz, then plot them. If you don’t have resample, use interp1.

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by