Don't ad-block us - support your favorite websites. We have safe, unobstrusive, robotics related ads that you actually want to see - see here for more.
0 Members and 1 Guest are viewing this topic.
Would it be impossible to get a dac that can convert from digital to analog 1) mono channel or stereo 2) at a data rate of 48Ksamples/second.
Part of the problem might be that I'm not totally sure what I'm looking for. I initially assumed i was looking for something that looked like this in 16-bit form...[...]....in which each input pin would be a digital output pin of the Microcontroller.
But everything with quality output I find either seems to be using advanced communication techniques such as I2C such as the max5541 or SPDIF as seen in this demo...
...but this requires much higher communication rates in the Ghz range. Can a microcontroller that's doing a whole bunch of other crap also output a 6Ghz Serial signal. Why is this crap so complex?
There is also this IC that keeps showing up in my searches called the PCM2902 that I can't make heads or tails of. It looks like filter for analog signals but implemented digitally; it's called a DAC but for some reason it has an ADC... what's going on here?
It must be easier than I'm making this, but as per usual, I'm missing something basic when it comes to applications of theoretical EE courses.
Even the DAC that you did suggest operates with a serial interface. Again, how am I supposed to use this if the microcontroller can't output information that fast. This is a fundamental confusion.
You also stated "No" in response to me asking:"Would it be impossible to get a dac that can convert from digital to analog 1) mono channel or stereo 2) at a data rate of 48Ksamples/second. "
1) Why would this not be true? I don't understand? Audio is in either mono or stereo.2) Why not? CD players do this. Either you're lying or I'm missing something, and I'm pretty sure it's the latter.
I asked this same post on physics forums and I got the response of this chip: [...]This appears to be indeed what I was looking for.
The microcontroller won't be able to output each of the digital pins at exactly the same time, so wouldn't the R-2R ladder DAC start blending the two digital words together between samples, distorting the output? Or is this distortion negligible?