Changes by last author:
Changed:
-----
P kPa Vout devision multiplier |
----
<code> # kPa Vout devision multiplier |
</code> Plotting the above with gnuplot <code> plot 'pres.dat' using 3:4 with lines title 'multiplier', 'pres.dat' using 3:($1/100) with lines title '*100 kPa', 'pres.dat' using 3:2 with lines title 'Vout' </code> shows that it's all linear. (note that pressure was plotted in bar using 1/100 so all curves fit on same graph, same y axis range). Why do we need the lookup than? Simple slope and offset can be used the same way as for MAP kpafac and kpaoffs. |