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

Simulate quantization errors #281

Open
3ll3d00d opened this issue Jul 7, 2019 · 1 comment
Open

Simulate quantization errors #281

3ll3d00d opened this issue Jul 7, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@3ll3d00d
Copy link
Owner

3ll3d00d commented Jul 7, 2019

minidsp hardware can have quantization errors at low frequencies

https://www.dsprelated.com/showarticle/1137.php describes a way to simulate this

nbits= 10;
a_quant= round(a*2^nbits)/2^nbits;           % quantize denom coeffs
@3ll3d00d 3ll3d00d added the enhancement New feature or request label Jul 7, 2019
@richardpl
Copy link

Even software implementation can have it with single-precision floats. That is why there are several different realizations: direct I, direct II, transposed direct I and II, state variable filters, lattice ladder, zero-delay feedback,.. to name a few.

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

2 participants