kgfly
05-02-2007, 04:09 AM
A point to ponder:
If I am programming a linear curve for either pitch or throttle, does it make any difference whether I inhibit the mid-point or enter an explicit value ?
To my mind it probably saves an IF statement evaluation where the software has to do an interpolation. With the mid-point inhibited the software has a single interpolation range. with an explicit value it has to determine which of two ranges apply.
My guess is it makes no real difference but perhaps some of the experts know otherwise ?
If I am programming a linear curve for either pitch or throttle, does it make any difference whether I inhibit the mid-point or enter an explicit value ?
To my mind it probably saves an IF statement evaluation where the software has to do an interpolation. With the mid-point inhibited the software has a single interpolation range. with an explicit value it has to determine which of two ranges apply.
My guess is it makes no real difference but perhaps some of the experts know otherwise ?