How Can You Calculate Debye Equation Parameters for Curve Fitting?

  • Thread starter Thread starter m_niz
  • Start date Start date
  • Tags Tags
    Debye Parameters
AI Thread Summary
To calculate the parameters a, b, and c in the equation S = (a + ((b-a)/(1+((2*pi*x)^2*c^2)))), curve fitting software is required. Matlab is a powerful option but comes with a cost, while SciLab offers a free alternative that mimics Matlab's functionality. However, both tools may present a learning curve, especially for those unfamiliar with numerical analysis software. Users seeking a more user-friendly interface may want to explore other software options that cater to beginners. Finding the right tool will depend on the user's experience level and specific needs for curve fitting.
m_niz
Messages
6
Reaction score
0
Hi,
I need to calculate the parameters of the following equation:

S = (a + ((b-a)/(1+((2*pi*x)^2*c^2))))

I have the measured data of S and need the parameters a,b and c to get a curve fit in the software for analysis.

If someone can help me in this regard or suggest any software that can perform this thing for me?

Thanks
 
Engineering news on Phys.org
Matlab could do it, but it's not free; SciLab is a pretty good clone of Matlab, and it's available for all major platforms.

However, if you're asking which software could do this kind of numerical analysis, then I assume that you are not familiar with either of the products that I've mentioned; I must warn you that Matlab might not be the easiest software to understand immediately (although it is incredibly powerful), and SciLab really doesn't have a graphical interface to speak of, besides that of drawing plots and graphs (i.e. no 'point-and-click') interface.

I'm certain there are other products that do similar things, but I'm not sure which one would be the most useful for you, given your probable lack of experience utilizing numerical analysis software.
 
Back
Top