07-14-2011 08:48 AM
Hi people,
I am actually programming a fitting programm. My idea is to calculate the amplitude and FWMH of an absorption peak.
The fit I would like to implement is gaussian+linear: a*exp(-0.5*(((x-b)/c)^2))+d*x+e with a,b,c,d,e as variables and x the X.
The problem is that my VI always gives me a "wrong model equation".
I'm not use to labview, could you please help me.
Félix
Solved! Go to Solution.
07-20-2011 09:55 AM - edited 07-20-2011 09:56 AM
Hi Félix,
take the Curve Fitting Express VI, the handling is much easier and you can test your initial values for your parameters on the fly (you have a preview window which shows you the impact of each parameter change)
Hope this helps!
Cheggers
08-09-2011 03:07 AM
Hi,
Sorry was in vacation, thanks for your help. It helps and I can move on a new improvment for my mini-soft.
Thanks