Jump to content
43oh

ADC10 Vs SD16?


Recommended Posts

What would the advantage or disadvantage to using the sigma-delta ADC versus the normal ADC on the msp430 chips?

 

I have read and researched the sigma delta and the regular adc and couldn't find a reason to use one over the other.

Just a general question, i do not have a project or application in mind.

Link to post
Share on other sites
  • 3 weeks later...

I know my response comes a bit late, but I have worked with both quite extensively in multiple applications.

 

The biggest difference is what gatesphere mentioned, the vertical resolution (how many bit's the ADC is) is much larger with the SD16. There are many applications where 10 bits is not enough (for example, an EEG). The other major differentiating factor is speed, the ADC10 is significantly faster than the SD16; if I remember correctly the SD16 in the F2013 has a maximum sample speed of about 4kHz. Remember that the Sigma Delta ADCs oversample the signal by multiple orders of magnitude and then does something called "digital decimation" to get the 16 bit output. This is a bit complicated to understand, but all the end user needs to know is that the Nyquist frequency is very different for SD16s than it is for the ADC10.

 

Basic moral of the story, if you need speed choose the ADC10, if you need vertical precision use the SD16.

 

Hope that helps.

Link to post
Share on other sites

@NJC A late answer is better then no answer.

That helped a little, and the the conclusion that i came to is sd_16 is complicated but very precise and slow. The ADC10 is fast and easy setup but with less precision. My suggestion is to use the ADC10 when possible and use the SD_16 only when you need the accuracy and precision of 16 bits with oversampling.

 

Maybe after i get finished with my current projects i will do a side by side comparison of them.

Link to post
Share on other sites

Yeah, the setup is definitely the hardest part. I'm excited to see how well GRACE works, I only found out about it from here yesterday.

 

Also, I forgot to mention one thing. Another HUGE difference between the two ADCs is that the SD16s reference voltage is a true reference voltage which allows for differential inputs. That is a huge benefit if you have a sensor which provides a differential output. What this means is that if your sensor outputs a negative voltage, the SD16 would make your life easier.

Link to post
Share on other sites
That is a huge benefit if you have a sensor which provides a differential output. What this means is that if your sensor outputs a negative voltage, the SD16 would make your life easier.

Very handy in brushless motor control, where phase currents go negative. I'm not sure the MSP430 has the horsepower to do it.

Welcome back!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...