How to compare two different size wave shape?
Show older comments
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 Comments
Geoff Hayes
on 7 Nov 2015
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
on 7 Nov 2015
Are they intended to represent the same time period with different sampling rates?
Answers (2)
Zubair Ahsan
on 9 Nov 2015
0 votes
Walter Roberson
on 9 Nov 2015
0 votes
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.
Categories
Find more on Descriptive Statistics 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!