Re: Lorentzian curve fitting

2004-03-30 Thread jhoskins
I'm not sure if labview 4 has specific VI's for lorentzian fitting but if it does not then one suggestion would be to modify the code in these existing VI's for curvef it and saving them as another name. try this. If you do nothave any curve fit VI's let me know and I will send you the ones I have.

Lorentzian curve fitting

2004-03-30 Thread curve
Can I do Lorentzian curve fitting with labview 4? The formula for Lorentzian fitting is y=k0+k1/((x-k2)^2+k3).