Filter big data simulink or matlab
Mostra commenti meno recenti
Hi I have the data in the image below :

and I tried smoothing and/or filtering, but had no luck to get a reasonable result. My goal is to get rid of all the spikes in the blue and make the plot similar to the red line much as possible. Any idea of the best method to that? The image below is for zoomed data

and the attached image is for the all plot:

Risposta accettata
Più risposte (1)
Image Analyst
il 17 Mar 2018
0 voti
Can you attach the data in a .mat file? Also explain how you're getting the red line. For example sometimes you take the tops of the blue spikes and other times, it's in the middle of the spikes. So, why is the red line from 9 - 14 in the 180-182 region, and not in the 4-8 range for y? And from 188-192, why is the red line in the middle and not going along the tops of the blue spikes like in the left hand side of the plot? What rule(s) are you using?
Have you tried boundary()? Or sgolayfilt()?
For the data on the right, have you tried filtering and then tossing out data far away from the filtered result, and then splining the data to fill in missing values? (spline demo attached)
1 Commento
mike
il 19 Mar 2018
Categorie
Scopri di più su Smoothing and Denoising in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!