Extract Plot Values from Sine Wave
Show older comments
Hello,
I'm looking for some general ideas / suggestions about my current problem. I need to write some functions that will extract interesting data points (min,max, p-p,etc) from a plotted sine wave. The wave has not been created yet. A coworker will create the equations that will generate this wave at a later date, so I don't know if he will be plotting an actual sine wave, or if he will have points that will become a wave form. So I cannot simply take values from a single equation. I hope that makes sense so far. Basically, I'm doing the post-processing work on his plot so that when he creates the equations and plots, the whole program will run, and my functions will appropriately extract the information needed. Does anyone have any suggestions on a stable way to extract interesting information as mentioned from a currently unknown plot? Or to even extract ALL values in defined timesteps?
It seems that there are so many ways to do something like this, so I'm hoping for some guidance to know which paths might be better than others. I will be creating test plots while doing this, but I cannot be sure of the end outcome, except that they will be sine waves.
4 Comments
Image Analyst
on 2 Oct 2014
Edited: Image Analyst
on 2 Oct 2014
We can't answer until we know what form "a plotted sine wave" takes. Will you have the actual equations in an m-file so that you can regenerate the data? Will you have an image/screenshot/fig-file of the plot? Will you have a paper plot/printout? Of course if you have the equations, it's trivial - just use the max() and min() functions on the output of the equations.
katerina
on 2 Oct 2014
Image Analyst
on 2 Oct 2014
Why doesn't he just call max() or min() after he plots it? How hard would that be?
katerina
on 2 Oct 2014
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!