TuningSuites icon indicating copy to clipboard operation
TuningSuites copied to clipboard

wideband accuracy

Open mattiasclaesson opened this issue 9 years ago • 1 comments

[quote="art1man"]I have another question. I tried to change measured AFR in Lambda. After that my Afr maps of course contained Lambda values, but accuracy of these values were only one digit after point - it's not enough I think. Is it possible to notice two digits after point accuracy?[/quote]

It would be good ofcause to add more digits. But its not the only problem in this area since float point values is used. It means that some values are rounded off as some numbers is not possible to represent. https://en.wikipedia.org/wiki/Floating_point

I would prefere to handle this with decimal values, the precision is only limited by the memory at hand. They are a good deal slower and the rewrite would take quite some time.

/Mattias

mattiasclaesson avatar Dec 27 '15 20:12 mattiasclaesson

Its also possible to change all the code to use lambda instead...

mattiasclaesson avatar Apr 06 '17 10:04 mattiasclaesson