Do this R-2R ladder works? it requires less resistors and less tolerance, just 8bit +8bit equals to 16bit.
I know it need a complex logic to control such ladder, but i am not capable to figure it out yet.
Will it work? sound ok? I happen to get the word "R-2R" from google, and have no knowledge about electronics.
I know it need a complex logic to control such ladder, but i am not capable to figure it out yet.
Will it work? sound ok? I happen to get the word "R-2R" from google, and have no knowledge about electronics.
Attachments
Basically you designed a circuit that multiplies two unsigned 8 bit words while converting the product to analogue. For audio you would need to make it signed somehow, but on top of that, you can't convert any prime numbers greater than 256, nor composite numbers having a prime factor greater than 255 - or at least not accurately, you would have to round them to a near composite number with all prime factors smaller than 255.
16 bit dynamic range, but only 8 bit accuracy, and crazy loads of missing codes with
much patterning/structure. Good way to create odd effects in a synth perhaps?
much patterning/structure. Good way to create odd effects in a synth perhaps?
I don't see this as using fewer resistors than a standard R-2R ladder, and if you want no missing codes, as Mark said you have to use tight tolerance resistors - basically all have to be good to one part in 2^17 or ±10ppm. No free lunch here.
- Status
- Not open for further replies.