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

Feature: Add support for Fixed16 signals #3

Open
pleepleus opened this issue Nov 27, 2023 · 0 comments
Open

Feature: Add support for Fixed16 signals #3

pleepleus opened this issue Nov 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pleepleus
Copy link
Contributor

Most ADC/DACs are less than 16-bit, which means that there is little benefit to support 32-bit wide input/output signals. Could we get higher performance with a 16-bit version. Otherwise based on the benchmark, it seems not much point in using integer math at all in devices that have FPUs, which would be virtually all devices expected to do real time DSP math.

@pleepleus pleepleus added the enhancement New feature or request label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant