j-lee00
- 93
- 0
Does a function exist (prefferably in matlab) that finds a function in noise
Cheers
Cheers
The discussion revolves around the existence of a function, preferably in MATLAB, that can identify a function within noisy data. It explores various methods and approaches to noise reduction and function extraction from data series.
Participants present multiple competing views regarding the effectiveness of different methods for extracting functions from noisy data, and the discussion remains unresolved as to which method is superior.
There are limitations regarding the assumptions about the type of noise present in the data and the characteristics of the original data series, which are not fully addressed in the discussion.
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.