How to smoothen the disturbed curve?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ekagra gupta
le 5 Juin 2022
Réponse apportée : Image Analyst
le 5 Juin 2022
I have plotted this curve attached below and it seems to be quite distorted in order to analyse it.

How can I smoothen it to analyse it better?
0 commentaires
Réponse acceptée
Sam Chak
le 5 Juin 2022
Adding a lowpass filter should filter the high-frequency input signal
with normalized passband frequency. For more info, please check the documentation on lowpass():
0 commentaires
Plus de réponses (1)
Image Analyst
le 5 Juin 2022
If you want, you can fit the data to an exponential decay, if you think the underlying physics might follow that model. Demo attached.

0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!