How to get equation of signal in matlab
Show older comments
I want to find equation of this signal.

I plot this time series data and filter it with sSgolay filter. Now I want to get equation of this signal. Is this possible in matlab??
I have attached data of this plot with this post
4 Comments
John D'Errico
on 15 Jul 2017
Edited: John D'Errico
on 15 Jul 2017
There is NO "equation" for that signal, at least none that can be magically determined. In fact, there are an infinite number of completely useless "equations". This is not a question of possibility in MATLAB, but a question of possibility at all.
You need to learn about curvefitting, about modeling, approximation. All the topics of many books. Most importantly, you need to start thinking about what model is appropriate for this "curve". Then you need to learn how to estimate the model from your data.
Greg Heath
on 18 Jul 2017
You can get an equation for a neural network that models the I/O relationship.
HOWEVER, I don't see what good it will do
Greg
Muhammad Usman Saleem
on 20 Jul 2017
Greg Heath
on 20 Jul 2017
help NARNET
doc NARNET
help NNCORR
doc NNCORR
greg NARNET
Hope this helps.
Greg
Accepted Answer
More Answers (0)
Categories
Find more on AI for Signals in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!