|
On Mar 15, 6:41 pm, "Mateusz Gos" <webmaste...@wp.pl> wrote:
> I have a set of data (conductivity vs length) where there exists a domain of one range of conductivities and after passing certain length we enter a domain of conductivities of different range (so if you image conductivity plotted against length the shape of the curve would be similar to tanh function plus minus noise and less symmetric/smooth).
>
> I need to fit a model to this data and was told that discrete >Fourier transform might be up to it,
I think you were misinformed.
Have you tried a spline fit?
If you have enough data points, a neural net
might be appropriate for approximating the
curve. However, analyzing the model won't
help in describing/understanding the physics
involved.
Hope this helps,
Greg
|