Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is the difference between ADC sampling rate and data rate

newbie_hs

Full Member level 1
Joined
Mar 4, 2023
Messages
96
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
770
Dear Team,

May I know the difference between ADC sampling rate and data rate .

If the sampling rate is 125Ksps,can I say data rate is also 125Ksps
 
Thank you very much for the answer.

If you don't mind could you please explain with an example.

My bad,I did not understand the things from the link you provided.
 
Hi,

especially for delta sigma ADCs there is a big difference due to oversampling.

It´s not unusual that you have an oversampling rate of 128.
This means
* sampling rate is 128 x data rate.
Example: data rate: 1kSmpls/s, sampling rate 128kSmpls/s

* sampling rate: how often the analog value is converted to a digital value.
* data rate: how often the user/microcontroller gets an ADC value via the digital interface

Just read on delta sigma adc operation.

Klaus
 
Suppose you have a 12 bits SAR, running at 1 Msps. So its conversion rate is
1 sample every 1 us, or 1,000,000 samples / sec.

Now you have to transfer the data either 1 word (16 word in todays architectures)
or two bytes. So the datarate in words/sec is 1,000,000 words / sec, or 2,000,000
bytes / sec.


Regards, Dana.
--- Updated ---

Cant edit posts past a certain time.

This :

Now you have to transfer the data either 1 word (16 word in todays architectures)

Should be this :

Now you have to transfer the data either 1 word (16 bit word in todays architectures)


Regards, Dana.
 
Last edited:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top