Hi:
I have a curve fit problem that I am trying to solve that is near to a curve fit example shipped in LabVIEW 8.5 called "Fit Sum of 3 Guassians with offset." In my case I also have to add a Lorentzian component so I have a mixed weighted combination.
As a first step, I expect that something like this should be modelable using the Curve Fitting Express VI using the nonlinear model. I am going to make the assumption that for now it is OK for me to stay with the Lev-Marq solver.
Selecting the non-linear model in the Express VI and starting with the guassian model of a*exp (-3.306((x-b)/c))^2 where a is amplitude, b is center, and c is full-width half max, I am unable to input this expression in the non-linear control box of the express VI without the "red light" appearing on the control (which I am assuming means that I have input an invalid model). Why? Are there only certain models that are valid to input? What are the restrictions? Any help / advice in terms of the problems I am having with the Express VI would be appreciated.
Sincerely,
Don