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

New VarTree24/48 Storage Technique For Position Encoder #8

Open
EliCDavis opened this issue May 19, 2021 · 0 comments
Open

New VarTree24/48 Storage Technique For Position Encoder #8

EliCDavis opened this issue May 19, 2021 · 0 comments
Labels
encoder enhancement New feature or request

Comments

@EliCDavis
Copy link
Member

EliCDavis commented May 19, 2021

image

Instead of evenly breaking up space to discretize points, let's instead subdivide space in each dimension by a variable amount. The number of bits dedicated to a given dimension is based on the size ratio of that dimension when compared to the others. So if the total range of movement in the X dimension is half that of Z and Y, then X will only have 4 bits dedicated to it instead of 8 (for the 24-bit version).

This method would get us 2D for free, and overall just boost the accuracy of recordings.

@EliCDavis EliCDavis added the enhancement New feature or request label May 19, 2021
@EliCDavis EliCDavis added this to the 1.0 milestone May 19, 2021
@EliCDavis EliCDavis removed this from the 1.0 milestone May 29, 2021
@EliCDavis EliCDavis changed the title Adjustable Oct24/48 Precision New VarOct24/48 Storage Technique For Position Encoder May 29, 2021
@EliCDavis EliCDavis changed the title New VarOct24/48 Storage Technique For Position Encoder New VarTree24/48 Storage Technique For Position Encoder May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encoder enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant