Does MS-II interpolate between table data points?

This forum is for discussion of MicroSquirt (TM) from Bowling and Grippo. The MicroSquirt information site is at www.usEasyDocs.com
Forum rules
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
Post Reply
cray54
MegaSquirt Newbie
Posts: 2
Joined: Sun Jan 08, 2006 10:24 pm
Location: Troy, NY
Contact:

Does MS-II interpolate between table data points?

Post by cray54 »

I'm certain this is explained in great depth somewhere... but I cannot seem to find it. I just wondering if the MS-II (or any MS for that matter) interpolates between table data points or if the 12 x 12 tables work in a stepwise fashion.

Thanks - Chris
Mike_Robert

Post by Mike_Robert »

Yes, all MS code variants interpolate between bins.

-Mike
cray54
MegaSquirt Newbie
Posts: 2
Joined: Sun Jan 08, 2006 10:24 pm
Location: Troy, NY
Contact:

Post by cray54 »

Thanks. Do you know where I can find information about the interpolation?

ie, resolution and method

-Chris
grippo
MegaSquirt Guru
Posts: 921
Joined: Mon Feb 16, 2004 6:55 pm

Post by grippo »

The table interpolation is done in integer arithmetic, so that sets the resolution. It is a 4 point interpolation with the algorithm taken from Abramowitz and Stegun. If you search the code for the function intrp_2dctable you will see the algorithm.
Post Reply