Does a function exist (prefferably in matlab) that finds a function in noise

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 7K views
j-lee00
Messages
93
Reaction score
0
Does a function exist (prefferably in matlab) that finds a function in noise

Cheers
 
Physics news on Phys.org
Curve fit won't work...try taking the fft of the data series, filter out the noise then ifft. The only thing you need to have an idea about is what type of noise is it and whether to use a high pass or low pass filter.
 
Dr Transport said:
Curve fit won't work...try taking the fft of the data series, filter out the noise then ifft. The only thing you need to have an idea about is what type of noise is it and whether to use a high pass or low pass filter.

This will work only if the original data series is not broadband, otherwise you need to use nonlinear noise reduction (look for the LAZY algorithm).
 
HI, Crosson, can you explain about "LAZY alggorithm", I searched on Google, and still don't understand it's meaning.
Thanks.