Question about deconvolution of signals (digital signal processing)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
mwhar
Messages
2
Reaction score
0
I have a set of discrete data that I have performed multiple Gaussian smoothing filters on to act as a low-pass filter. What I have come up with is something like this:

http://i51.tinypic.com/152kieg.jpg

I'm using findpeaks() in matlab, and a peak that I want is being taken over by the adjacent Gaussian. The one I'm trying to get is around x=35. Does anyone know of a method where I can get the x value of that point? Thanks!

-Michael
 
on Phys.org
Nevermind, I figured it out. I ended up using the local mins of the derivative.
 
FWIW, I was thinking that there is an inflection point around 35.