Filter circuit design

Thread Starter

pinkyponky

Joined Nov 28, 2019
373
Hi All,

I need to design a filter circuit (RC Low Pass Filter) for the input of the ADC. But, I don't know at what frequency needs to be filtered out. I'm thinking that better to filter out the signal that is above 100 Hz frequency, because, this will give a pure signal without noise.

(Or)

Should the filter circuit be related to the sampling frequency?. Can you please give me your suggestions?.
 

ericgibbs

Joined Jan 29, 2010
21,397
hi pp,
I would suggest you find out what range of frequencies need to be filtered out and let us know.

There is little point wasting our time in guessing.

E
 

Ian0

Joined Aug 7, 2020
13,100
There’s no shortage of noise below 100Hz, such as hum, ripple and 1/f noise.
What is the signal you wish to measure, and what is its frequency range?
 

ScottWang

Joined Aug 23, 2012
7,499
I'm thinking that better to filter out the signal that is above 100 Hz frequency, because, this will give a pure signal without noise.
In the real world, you need to measure the real noise and show it to us, otherwise only using the imagination can't solve your problem.
 

ericgibbs

Joined Jan 29, 2010
21,397
hi pp,
From the design of the project that requires the filter.

Posting a project design circuit, with signal parameters, would help.
E
 

sparky 1

Joined Nov 3, 2018
1,218
There are questions that we ask ourselves as we go along that helps us to go to the next logical step in solving the problem.

You can put together an RC filter that is just "in the ballpark" but getting familiar with the terminology and setting up the equations is more objective in understanding How an RC filter on an ADC works. @ 4:59 she says to get what? from the datasheet and @5:25 the nature being iterative she then asks an important question, then she says, "then just lower the bandwidth and try again" (the design method being somewhat iterative) and then she asks if it settles within the acquisition time and why at the same time the bandwidth should be small. She makes it look easy.
The driver software mentioned can also improve ADC filter design.
 
Last edited:

DickCappels

Joined Aug 21, 2008
10,661
Ok.. You might find performance is fine without a filter. If you find artifacts because you don't have a filter you can use that information to determine what kind of filtering you need.
 

drjohsmith

Joined Dec 13, 2021
1,564
That one not mentioned that is the problem here. If it is mentioned then I know how to design a filter circuit.
Two things a input filter does

a) Nyquest, For a simple system, then anything above half the sample rate needs to be removed
https://www.allaboutcircuits.com/te...lters-applying-sampling-theory-to-adc-design/

b) assuming your sampling rate has been decide by the system needs,
then you can add extra filtering beyond Nyquist, to minimise noise
so for instance if you want signals above say 1 Khz, there is little point not to filter out low frequency 50 / 60 Hz

So now you know the two reasons for a filter
you need to find out what your requirements are,
 
Top