Id have to dig through some old computer backups to find logs for you. Kind too busy with work, and too tired when not working for that right now. sorry. If I recall there was someone I was chatting with in one of these threads and they were posting logs with the data, and I was tring to walk them through how to collect better data and better coeffecient terms. I dont recall how it ended.
Please info dump and explain what you are talking about. Because...
"The parameters air offset, air slope, and air quad
represent the conventional non-blow-through curve 204 and
can be calibrated by a least squares fit of the engine data."
(which excel can do,The polynomial trendlines in charts use least squares based on a QR decomposition method like the LINEST worksheet function (
http://support.microsoft.com/kb/828533 ). A second order or quadratic trend for given (x,y) data could be calculated using =LINEST(y,x^{1,2}))
Thats directly from the Ford patent, Its fits with the tables HPT editor allows us to change, and it isn't as complicated as it sounds. So it is as easy as collecting the data points and fitting a polynomial curve to the points collected, well the bulk of it is with the exception of finding where the data says the engine has gone into blow through operation where it changes to the blow through slope. Its also not like HPT editor gives much else to change for correcting the SD that isnt mentioned in the "Method for determining and compensating engine blow-through air" patent that describes all this.
The push back ratio which handles the IVC events effect on the MAP is based of the air slope found from fitting that polynomial curve. So as long as you are collecting accurate data and getting a good fit curve, out side of the blow through conditions, the rest of the logic you are talking about should just work out through the mapped points HDFX system.
The exhaust pressure scaling for the overlap window should be handled by having an accurate throttle body model and MAF transfer to agree upon what the barometric pressure is. Some cars even come with barometric pressure sensors and Im sure it would use the sensor data and the models just for diagnostic checks.
Its a time consuming process of holding things at steady states while you work through each MP and RPM that puts a lot of stress and wear on an engine to collect the amount of data needed to get every quad, slope, and offset. There's nothing thats going to simplify that out side of locking the cams in place and eliminating the IMRC/CMCV. Tuning MAP sensor based cars this long process is required to get an accurate air load value for correcting fueling error. Tuning MAF cars is far far quicker, simpler, and easier.