Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Digital Delta-Sigma DAC

 
Thread Tools Search this Thread
Old 01-17-2006, 03:16 AM   #1
Default Digital Delta-Sigma DAC


Hi all,

I want to design a digital delta-sigma DAC. It includes a pulse density
modulated module and RC low-pass filter.

The pulse density modulated module is a Delta-Sigma type (one adder and
one substractor). But why use Delta-Sigma type (i.e. how to understand
it)? Is there any good tutorial on digital Delta-Sigma?

Best regards,
Davy



Davy
  Reply With Quote
Old 01-17-2006, 04:23 AM   #2
Randy Yates
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
"Davy" <> writes:

> Hi all,
>
> I want to design a digital delta-sigma DAC. It includes a pulse density
> modulated module and RC low-pass filter.
>
> The pulse density modulated module is a Delta-Sigma type (one adder and
> one substractor). But why use Delta-Sigma type (i.e. how to understand
> it)? Is there any good tutorial on digital Delta-Sigma?


Wikopedia has some good information. At least yesterday it did.
--
% Randy Yates % "How's life on earth?
%% Fuquay-Varina, NC % ... What is it worth?"
%%% 919-577-9882 % 'Mission (A World Record)',
%%%% <> % *A New World Record*, ELO
http://home.earthlink.net/~yatescr


Randy Yates
  Reply With Quote
Old 01-17-2006, 02:02 PM   #3
Jim Thomas
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
Randy Yates wrote:
> "Davy" <> writes:
>
>
>>Hi all,
>>
>>I want to design a digital delta-sigma DAC. It includes a pulse density
>>modulated module and RC low-pass filter.
>>
>>The pulse density modulated module is a Delta-Sigma type (one adder and
>>one substractor). But why use Delta-Sigma type (i.e. how to understand
>>it)? Is there any good tutorial on digital Delta-Sigma?

>
>
> Wikopedia has some good information. At least yesterday it did.


Hi Randy,

You mean "Wikipedia" - replace the 'o' with an 'i'.
http://wikipedia.org


--
Jim Thomas Principal Applications Engineer Bittware, Inc
http://www.bittware.com (603) 226-0404 x536
Being a good example is hard. I'm trying to serve as a horrible
warning instead. - Brian Crane


Jim Thomas
  Reply With Quote
Old 01-17-2006, 02:28 PM   #4
Randy Yates
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
Ayup. Of that's the way you spell ot.



--RY



Randy Yates
  Reply With Quote
Old 01-17-2006, 04:40 PM   #5
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
In sci.electronics.basics Davy <> wrote:
: Hi all,

: I want to design a digital delta-sigma DAC. It includes a pulse density
: modulated module and RC low-pass filter.

: The pulse density modulated module is a Delta-Sigma type (one adder and
: one substractor). But why use Delta-Sigma type (i.e. how to understand
: it)? Is there any good tutorial on digital Delta-Sigma?

: Best regards,
: Davy

Read, read, read!

In any A/D or D/A circuit there is a quantizer -- the part of the
circuit that actually does the conversion from analog to digital. The
error in quantization shows up as noise in the resulting signal. The
total power of this quantization noise only depends upon the number of
levels in the quantizer, for any type of data converter (This is often
stated as the distance between levels, which means pretty much the same
thing.)

In a nutshell, while most types of data converters result in
quantization noise with a white spectrum (i.e. spread evenly throughout
the signal band,) Delta-Sigma converters "shape" the noise, to move it out
of the band of interest. This is often combined with oversampling which
has at least two advantages -- to spread the quantization noise out over a
larger band (even without noise shaping,) and to be able to move the
quantization noise far away from the band of interest, such that it can be
subsequently filtered out relatively easily.

Delta-Sigma modulation allowed for parctical A/D and D/A
converters to be built that use as few as 2 levels (i.e. "1-bit
converters") and have acceptable performance for data conversion of
relatively low-bandwidth signals like audio (or slower) signals. The
reason why Delta-Sigma converters are usually used for low-bandwidth
signals is because the oversampling ratio must be relatively high
(around 100X) for good performance, which dictates how fast the system
clock needs to run.

Joe



  Reply With Quote
Old 01-17-2006, 10:18 PM   #6
Thomas Thorsen
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC

"Davy" <> skrev i en meddelelse
news: oups.com...
> Hi all,
>
> I want to design a digital delta-sigma DAC. It includes a pulse density
> modulated module and RC low-pass filter.
>
> The pulse density modulated module is a Delta-Sigma type (one adder and
> one substractor). But why use Delta-Sigma type (i.e. how to understand
> it)? Is there any good tutorial on digital Delta-Sigma?


I would recommend books from the authors Richard Schreier, Gabor C. Temes,
Steven R. Norsworthy and James C. Candy. Specifically the following books
cover almost all subjects from end to other:

R. Schreier, G. Temes, "Understanding Delta-Sigma Data Converters", 2004
http://www.amazon.com/gp/product/047...515440-5710236
Very good introduction to the principles, with many examples. A more
hands-on approach than many other books on the subject.

R. Schreier, G. Temes, S. Norsworthy "Delta Sigma Data Converters: Theory,
Design and Simulation", 1996
http://www.amazon.com/gp/product/078...515440-5710236
Very detailed and in-depth coverage with good theoretical background on most
subjects.

James C. Candy, Gabor C. Temes, "Oversampling Delta-Sigma Data Converters:
Theory, Design and Simulation", 1991
http://www.amazon.com/gp/product/087...515440-5710236
A collection of important scientific papers that covers the full (almost)
history of the development of this particular field of science. Very good
supplement for the two other books.

I have read several other books on the subject, but none of them have the
accuracy of these books. I would recommend not reading them cronologically,
but start with the newest one, and then progress to the older books if you
have a need for more background info or explanation of the theories.

-Thomas





Thomas Thorsen
  Reply With Quote
Old 01-18-2006, 03:39 AM   #7
Davy
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
Hi,

Thank you for your help!

I just want to learn the simplest one-bit Sigma Delta DAC.

And I found a link interesting:
http://www.embedded.com/shared/print...cleID=22101730

I have one more question:
If I want the one-bit Sigma Delta DAC have better performance, shall I
accelerate the integrator (move the frequency Fs to higher frequency)?

Best regards,
Davy



Davy
  Reply With Quote
Old 01-18-2006, 04:57 AM   #8
kedarpapte@gmail.com
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
Hi,

If you want to understand more about internals of ADC/DAC with
differentiation of various methods
I will refer one book

It titles something like Designing Methods of ADC/DAC from an author
named Joshpher...

I am very sorry that I am not able to give correct name of both book
and author but what ever I knew I have told I had referred this book
some time back.

But for delta sigma type of conversion you have to limit the data width
also as you increase the data width for more resolution the noise will
cause problems.

Thanks,
Regards,
Kedar



kedarpapte@gmail.com
  Reply With Quote
Old 01-18-2006, 05:39 AM   #9
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
In sci.electronics.basics Davy <> wrote:
: Hi,

: Thank you for your help!

: I just want to learn the simplest one-bit Sigma Delta DAC.

: And I found a link interesting:
: http://www.embedded.com/shared/print...cleID=22101730

: I have one more question:
: If I want the one-bit Sigma Delta DAC have better performance, shall I
: accelerate the integrator (move the frequency Fs to higher frequency)?

: Best regards,
: Davy

Yes, that is one way to achieve slightly higher performance.

Joe



  Reply With Quote
Old 01-18-2006, 12:30 PM   #10
Randy Yates
 
Posts: n/a
Default Re: Digital Delta-Sigma DAC
"Davy" <> writes:

> Hi,
>
> Thank you for your help!
>
> I just want to learn the simplest one-bit Sigma Delta DAC.
>
> And I found a link interesting:
> http://www.embedded.com/shared/print...cleID=22101730
>
> I have one more question:
> If I want the one-bit Sigma Delta DAC have better performance, shall I
> accelerate the integrator (move the frequency Fs to higher frequency)?


You can read the presentation I made at the comp.dsp conference on
delta sigma conversion here:

http://www.digitalsignallabs.com/presentation.pdf

See especially Figure 9 on page 18, which shows how SNR is related to
modulator order and oversampling ratio.
--
% Randy Yates % "...the answer lies within your soul
%% Fuquay-Varina, NC % 'cause no one knows which side
%%% 919-577-9882 % the coin will fall."
%%%% <> % 'Big Wheels', *Out of the Blue*, ELO
http://home.earthlink.net/~yatescr


Randy Yates
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital Album Master - Make High Resolution Slideshow For TV jerryliang Software 0 07-17-2009 03:16 AM
HD DVD requires Digital Imprimatur to authorise playback. Allan DVD Video 0 07-25-2005 06:38 AM
Analog formats (tape, LaserDisc, vinyl et al.) VS Digital (CD, DVD, regardless...) Mook23 DVD Video 28 04-22-2005 06:12 AM
Criterion Goes Classic With Digital Vision DVNR. Allan DVD Video 2 04-18-2005 07:30 AM
Digital DIGEST - LIVE UPDATE Issue 38 Ablang DVD Video 0 11-09-2003 01:31 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46