how to fit an exponential curve to my signal in a plot?
4 次查看(过去 30 天)
显示 更早的评论
I have a signal and I should fit an exponential curve to it. This curve should be made based on the max imum peaks in the signal. To make it more clear I attached a photo of what I am looking for.
I appreciate any help
2 个评论
Les Beckham
2022-7-31
That signal doesn't look even remotely like an exponential. You need to provide more information about what your goal is. For example, why do you need to do such a curve fit.
Also, it is always easier to get help if you provide your data and whatever code you have done so far to try to achieve your goals. Then we can provide specific help with specific issues.
Currently, this question is much too vague.
回答(1 个)
Star Strider
2022-7-31
It would help to have the signal. There appears to be high-frequency noise, so the first step would be to calculate the one-sided fft, amd then using that information, design a lowpass or bandpass filter to filter it out, using the 'ImpulseResponse','iir' name-value pair for best results. The envelope function would then be helpful in defining the exponential characteristic.
I doubt that without some pre-processing it would be possible to define an exponential envelope for those data.
6 个评论
Star Strider
2022-8-1
I am not certain what your data are, so I cannot suggest any other approaches. The one file that was supplied was significantly different from the plot image in the original post. I have no idea how — or if — they are related.
If you have not already searched the literature, the best option would be to do a PubMed search to see how others have approached this problem. Ultrasound has been available for about a half century, so there is likely literature on the problem you are working with that could make the analysis easier.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!