R/E/P Community

Please login or register.

Login with username, password and session length
Advanced search  

Pages: 1 [2]  All   Go Down

Author Topic: Which is harder...? (ADC or DAC)  (Read 9997 times)

Tomas Danko

  • Hero Member
  • *****
  • Offline Offline
  • Posts: 4733
Re: Which is harder...?
« Reply #15 on: February 03, 2009, 06:11:37 AM »

crna59 wrote on Tue, 03 February 2009 04:22

Tomas Danko wrote on Mon, 02 February 2009 11:37


Noone here said ADC's are better because they are pricier.
.


Sorry....  my attempt a humor..  geez....



Regards,



Smile

Looked more like sarcasm at a first glance, though.


...and Terry still says emoticons are bad!
Logged
http://www.danko.se/site-design/dankologo4s.gif
"T(Z)= (n1+n2*Z^-1+n2*Z^-2)/(1+d1*z^-1+d2*z^-2)" - Mr. Dan Lavry
"Shaw baa laa raaw, sidle' yaa doot in dee splaa" . Mr Shooby Taylor

Ted Olausson

  • Full Member
  • ***
  • Offline Offline
  • Posts: 142
Re: Which is harder...? (ADC or DAC)
« Reply #16 on: February 03, 2009, 07:25:31 AM »

OTR-jkl wrote on Sat, 31 January 2009 14:28

Which is harder to do right?

D/A -or- A/D


Definately AD.
But AD is often done internally in the chip as a DA with a comparator.
Check page 5-6 in this datasheet for an example http://www.national.com/ds/DC/ADC0808.pdf

PS: Does anyone know how to make a AD without a DA? I cant think of any way to do that... Neither analog or digital.
Logged

zmix

  • Hero Member
  • *****
  • Offline Offline
  • Posts: 2828
Re: Which is harder...? (ADC or DAC)
« Reply #17 on: February 05, 2009, 12:59:13 AM »

Ted Olausson wrote on Tue, 03 February 2009 07:25

OTR-jkl wrote on Sat, 31 January 2009 14:28

Which is harder to do right?

D/A -or- A/D


Definately AD.
But AD is often done internally in the chip as a DA with a comparator.
Check page 5-6 in this datasheet for an example http://www.national.com/ds/DC/ADC0808.pdf

PS: Does anyone know how to make a AD without a DA? I cant think of any way to do that... Neither analog or digital.



Using a D/A in the design of an A/D converter is known as a "Successive Approximation"  converter.

Successive approximation converters were used in the very early days of digital audio.
They generally are not able to produce a high enough resolution for high fidelity audio reproduction.
(the example in the PDF you posted is an 8-bit converter).


There are several ways to make an A/D converter without a D/A

Here is a typical design, called a "parallel" or "flash" A/D:

http://sub.allaboutcircuits.com/images/04256.png


And here is the ever popular "Delta Sigma":

http://sub.allaboutcircuits.com/images/04276.png

Ted Olausson

  • Full Member
  • ***
  • Offline Offline
  • Posts: 142
Re: Which is harder...? (ADC or DAC)
« Reply #18 on: February 05, 2009, 07:59:14 AM »

zmix wrote on Wed, 04 February 2009 23:59



There are several ways to make an A/D converter without a D/A

Here is a typical design, called a "parallel" or "flash" A/D:

http://sub.allaboutcircuits.com/images/04256.png




This one i did "invent" in my head when i wrote the question, but it still has a ladder DA with comparators.
I also have an idea of how to make a Successive Approximation converter in the analog domain, but it will just get rid of the priority encoder and not the DA itself.

Quote:


And here is the ever popular "Delta Sigma":

http://sub.allaboutcircuits.com/images/04276.png


Funny how often my knowledge is outdated when it comes to digital Embarassed
But do you know any good description of how it works? I couldnt directly find out by looking at the schematic.
Logged

bruno putzeys

  • Hero Member
  • *****
  • Offline Offline
  • Posts: 1078
Re: Which is harder...? (ADC or DAC)
« Reply #19 on: February 06, 2009, 03:23:53 AM »

Depends on the technology. A ladder DAC is easier than a SAR ADC for the simple reason that a SAR ADC contains the DAC as a subcircuit and runs it much faster than would be necessary for a DAC.

In sigmadelta the difference is much smaller. In continuous-time sigmadelta (the sort I make) the loop filter in the ADC is more complicated than the output filter in the DAC but its noise and distortion contribution is much, much smaller. Meaning I find it harder to do a transparent DAC output filter (the ADC not having any) than a loop filter for an ADC. On the other hand, settling time must be much better controlled on the ADC end because any "intersymbol intermodulation" is going to affect the modulation process and cause any variety of whistles, tones and noise modulation.

In switched-cap sigmadelta (the ones you find on chips), the s/c output filter in a DAC has roughly the same complexity as the loop filter in an ADC. Aforementioned settling time problems are present there as well, but it's much more practical to do multilevel schemes on chip.

In short: for ladder/SAR type converters the ADC is definitely the toughest to crack. For sigmadelta converters both have their challenges and there isn't a clear difference as global complexity goes.
Logged
Warp Drive. Tractor Beam. Room Correction. Whatever.

Affiliations: Hypex, Grimm Audio.

Tomas Danko

  • Hero Member
  • *****
  • Offline Offline
  • Posts: 4733
Re: Which is harder...? (ADC or DAC)
« Reply #20 on: February 06, 2009, 07:53:25 AM »

A very informative and appreciated contribution to the thread, indeed. Thanks, Bruno!
Logged
http://www.danko.se/site-design/dankologo4s.gif
"T(Z)= (n1+n2*Z^-1+n2*Z^-2)/(1+d1*z^-1+d2*z^-2)" - Mr. Dan Lavry
"Shaw baa laa raaw, sidle' yaa doot in dee splaa" . Mr Shooby Taylor

klaukholm

  • Jr. Member
  • **
  • Offline Offline
  • Posts: 79
Re: Which is harder...?
« Reply #21 on: February 17, 2009, 02:54:33 PM »

jdg wrote on Sat, 31 January 2009 22:31

its hard to me to think of a good way to test a D/A, as there is no real way to hear a D/D, as it has to turn to analog at some point.  unlike an A/D, where i've heard A->A and A->D... but now the A/D has to be heard out of a D/A...







I should think that with Digital to analogue, you can design a wave in the digital realm and accurately predict what it should look like in the analogue realm.
Obviously this is not enough, but there should be predictable absolutes.
Logged
Kjetil Laukholm
CK Recording
Malmö Symphony Orchestra
Pages: 1 [2]  All   Go Up
 

Site Hosted By Ashdown Technologies, Inc.

Page created in 0.082 seconds with 21 queries.