Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wideband accuracy #4

Open
mattiasclaesson opened this issue Dec 27, 2015 · 1 comment
Open

wideband accuracy #4

mattiasclaesson opened this issue Dec 27, 2015 · 1 comment

Comments

@mattiasclaesson
Copy link
Owner

[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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant