10-31-2007 06:42 AM
10-31-2007 06:48 AM
10-31-2007 07:00 AM
10-31-2007 07:54 AM - edited 10-31-2007 07:54 AM
You should have read the online Help ! 😉
Logarithm Fit Details
This VI fits data to a logarithmic function of the general form described by the following equation:
f = a ln(b.X) (= a ln (b) + a ln (X)
where x is the input sequence X, a is the amplitude, and b is the scale. This VI finds a and b that best fit the observations (X, Y).
a correspond to your A parameter, and a ln (b) is equal B)
You should use the a and b values returned by the Logarithm fit vi and calculate new Y values from an additionnal set of X vals.
Message Edité par chilly charly le 10-31-2007 02:54 PM
10-31-2007 04:53 PM