How to compare two different size wave shape?
显示 更早的评论
Hi all, Firstly I apologize that I am too week in matlab. I have stuck to compare two different size wave shape. I have to value, a=[1 3 6 4 7 0] and b=[0 1 2 4 7 4 3 1] which are different in size. When I plot them they are different in shape. Now I want a value "c" which will show me the percentage of difference between those wave shape.
2 个评论
Geoff Hayes
2015-11-7
Zubair - how are you plotting these two arrays? Is the c value (scalar?) supposed to give you a percentage difference in area or something else? Please clarify the problem that you are trying to solve.
Walter Roberson
2015-11-7
Are they intended to represent the same time period with different sampling rates?
回答(2 个)
Walter Roberson
2015-11-9
0 个投票
You can compare in at least some respects. For example you could fft() the segments to the same number of target points and then make some comparisons of the frequency characteristics. Or if you can identify common features then you could compare which fraction of the way through they occur.
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
