The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 6th, 2024, 8:07am
Pages: 1
Send Topic Print
sar adc design (Read 2629 times)
arsenal_he
Junior Member
**
Offline



Posts: 14

sar adc design
Oct 11th, 2005, 10:07am
 
hi,
i wanna design a low speed sar adc,and has following specs as 10 bit,10MS/s,low power<2mW,8channel,

and i am not very clear about the sar algorithm yet, as to 10Ms/s, does it mean it will sample 10M samples every second? and as to 10 bit resolution, what will be the main restrictions that will affect the resolution? and 8 channel means what? thank you.
Embarrassed
Back to top
 
 
View Profile   IP Logged
sheldon
Community Fellow
*****
Offline



Posts: 751

Re: sar adc design
Reply #1 - Oct 11th, 2005, 5:27pm
 
Arsenal_he,

  The Successive Approximation Algorithm is a binary search. After
sampling the input, you compare the input to half the full scale level. If
the input is greater than the reference level, you increment the MSB bit
of the Successive Approximation Register[SAR]. If not then the SAR
MSB bit is set to zero. The search continues from that point.

 Typically, twelve clock cycles would be required for a 10 bit SAR. Two
for sampling the input and 10 for performing the conversion. To meet
the speed requirement you my want to use non-linear clock periods. That
is make the sample and MSB clock periods longer and reduce the clock
periods for the LSB bits.

  The 8-channel requirement means that you have an 8-channel muliplexer
in front of the ADC so you can monitor multiple signals. This keeps cost
down in products, one ADC can perform many tasks.  

  In general, good design practices should allow you to meet the 10bit
rrequirement, however, the 2mW/10Ms/s specifications are quite aggressive.
You might want to check on the definition of the "ADC", for example,
does the ADC include the voltage reference generator? Or simply, a
SAR ADC needs to run 10x faster than the conversion rate so the
power and noise can be issues.

 There were a lot of good papers in late 70's/early 80's about SAR ADCs.
You might also want to look at the Prof. Michael Flynn's Design
Contest site at the University of Michigan,
http://www.eecs.umich.edu/~mpflynn/teaching/design_contest/fall_2002/contest_F02...

His students' write papers about their designs that cover the basics and
have bibliographies full of good references.

                                                                                   Best Regards,

                                                                                        Sheldon
Back to top
 
 
View Profile   IP Logged
arsenal_he
Junior Member
**
Offline



Posts: 14

Re: sar adc design
Reply #2 - Oct 12th, 2005, 11:47am
 
hi Sheldon,
appreciate too much  for your kind reply,
if conversion rate is 10MS/s,the clock in the internal switch will run at 100MHz, right?
and if i use r-2r structure dac, will it be possible to achieve the 10 bit resolution?

thanks
arsenal
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.