<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Difference between sampling rate of ADC and Sampling frequency - Raspberry Pi				            </title>
            <link>https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 04:25:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Difference between sampling rate of ADC and Sampling frequency</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2881</link>
                        <pubDate>Sat, 05 Dec 2020 16:31:10 +0000</pubDate>
                        <description><![CDATA[You&#039;re welcome.
Ehm, I honestly wouldn&#039;t know if this would make a difference.I&#039;d normally use the same frequence for both - not even thinking twice about that. Higher frequency means more ...]]></description>
                        <content:encoded><![CDATA[<p>You're welcome.</p>
<p>Ehm, I honestly wouldn't know if this would make a difference.<br />I'd normally use the same frequence for both - not even thinking twice about that. <br />Higher frequency means more sampling (obviously), which wouldn't be very useful if you'd read only half of them? Right?</p>
<p>So in short: I have no clue why they'd do that, unless there are other factors in play. <br />(eg. other hardware is involved, or the ADS has some logic build in which would make a higher sample rate produce different or better results).</p>
<p>Note: Maybe one is used to read data at a certain frequency and the other one is used to plot a chart (for example)?<br />I'm not familiar with the project you're looking at.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2881</guid>
                    </item>
				                    <item>
                        <title>RE: Difference between sampling rate of ADC and Sampling frequency</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2880</link>
                        <pubDate>Sat, 05 Dec 2020 16:25:02 +0000</pubDate>
                        <description><![CDATA[THanks a lot for your valuable suggestions.
So, by intuition, at hardware level does it make any difference wrt overload on ADC and accuracy of our results ?]]></description>
                        <content:encoded><![CDATA[<p>THanks a lot for your valuable suggestions.</p>
<p>So, by intuition, at hardware level does it make any difference wrt overload on ADC and accuracy of our results ?</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>ranjanpal</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2880</guid>
                    </item>
				                    <item>
                        <title>RE: Difference between sampling rate of ADC and Sampling frequency</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2879</link>
                        <pubDate>Sat, 05 Dec 2020 16:20:23 +0000</pubDate>
                        <description><![CDATA[Not sure why you started a new topic, which is not a problem by the way. I&#039;ll just add the link to your original post. 😉 
It is indeed confusing, but my best guess would be the sampling fre...]]></description>
                        <content:encoded><![CDATA[<p>Not sure why you started a new topic, which is not a problem by the way. I'll just add <a href="https://www.tweaking4all.com/forum/raspberry-pi/set-user-defined-sample-rate-for-ads1015-while-interfacing-with-raspberry-pi/" target="true">the link to your original post</a>. 😉 </p>
<p>It is indeed confusing, but my best guess would be the sampling frequency done by the ads1115 (sps), and the sampling frequency done by the application (frequency)?</p>
<p>This is just a guess, but an ADS could for example sample with a frequency of 1000 Hz, where as the application actually only asks for a sample with a frequency of 500 Hz.<br />Since I'm not full in the know about the <span>ads1115 specs, there may or may not be a good reason for this. Normally I'd assume that these values would be the same, but maybe the ads1115 gives better results when sampling more often.</span></p>
<p>Either way I'd assume frequency to be lower or equal to sps.</p>
<p>Again: just doing an educated guess here. 🙂 </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2879</guid>
                    </item>
				                    <item>
                        <title>Difference between sampling rate of ADC and Sampling frequency</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2878</link>
                        <pubDate>Sat, 05 Dec 2020 15:40:31 +0000</pubDate>
                        <description><![CDATA[Hi, I was referring to following codes given in reference:18, asks for user defined sampling frequency.Line 19, asks for sapling rate of ADS1115 (which can be any one of 8, 16, 32, 64, 128, ...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I was referring to following codes given in reference: https://github.com/OpenLabTools/RPi_ADS1115/blob/master/code/continuous_read_adc.py<br /><br />Line 18, asks for user defined sampling frequency.<br /><br />Line 19, asks for sapling rate of ADS1115 (which can be any one of 8, 16, 32, 64, 128, 250, 475, 860 sps).<br /><br />However, as per my understanding, sapling frequency and sampling rate are same.<br /><br />So how can we have two different inputs ?<br /><br />So if someone could please let me know where is my understanding going wrong, I would be very much thankful!</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>ranjanpal</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/difference-between-sampling-rate-of-adc-and-sampling-frequency/#post-2878</guid>
                    </item>
							        </channel>
        </rss>
		