Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

81%
+7 −0
Q&A When do I need to put anti-aliasing filter in front of SAR ADC?

Signal characteristics are: 0 to 3.3V span 0 to 100Hz range( there will be noise superposed on top with unknown characteristics) Output resistance Rout=4700 ohm I want to sample that with a...

2 answers  ·  posted 2y ago by 2kind‭  ·  edited 9mo ago by Lorenzo Donati‭

#2: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T22:24:39Z (9 months ago)
Removed ambiguous tag: SAR alone means Synthetic Apertur Radar. Added more specific tag.
#1: Initial revision by user avatar 2kind‭ · 2022-04-01T13:56:04Z (about 2 years ago)
When do I need to put anti-aliasing filter in front of SAR ADC?
Signal characteristics are:
-   0 to 3.3V span
-   0 to 100Hz range( there will be noise superposed on top with unknown characteristics)
-   Output resistance Rout=4700 ohm

I want to sample that with a SAR ADC built in the MCU. ADC has
following characteristics:
-   internal sample and hold capacitance --> Csh = 7pF
-   sampling switch resistance --> Rsh = 6kOhm
-   sampling time range --> programmable from t_s = 0.1us to t_s = 16us

My idea was to sample the input signal at a much higher rate than needed and implement an RC filter in the firmware so I can modify it easily. 

Is there a benefit and what would the benefit of putting an RC filter in front of the ADC be? Or I can implement it purely in FW without drawbacks?