Clear Filters
Clear Filters

How to remove Spikes from a signal

18 views (last 30 days)
Mani Teja
Mani Teja on 27 Sep 2019
Commented: Mani Teja on 27 Sep 2019
Hello everyone,
I have a plot below which consists of two curves:
1. Red Curve - Original
2. Green Dotted Curve - Target
I want to filter out the spikes from the 'Original Curve' and replace it with suitable values such that the 'Original Curve' appears like the 'Target Curve'. In the plot below, I have achieved it using Interpolation. I want to find an easier way to do it. I even tried using 'medfilt1' function but I am not able to get rid of all the spikes. Any help would be highly appreciated.
Thanks !!
Unbenannt.PNG
  11 Comments
Ankit
Ankit on 27 Sep 2019
Hi Mani,
I was just going through some options in MATLAB, go to know about the below options
I found one such example using filloutliers (see below link)
Regards
Ankit
Mani Teja
Mani Teja on 27 Sep 2019
Hello ankit,
The 'filloutliers' function helped precisely.
thanks :D

Sign in to comment.

Answers (0)

Categories

Find more on Electrophysiology 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!