How to design an analog filter with arbitrary amplitude-frequency response?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
zzzhhh
Messages
39
Reaction score
1
We can easily design an digital filter with arbitrary amplitude-frequency response, but if we are required to use an analog filter to implement it, how to design? Any suggestion or reference to related paper would be appreciated. Thanks!
 
Engineering news on Phys.org
zzzhhh said:
We can easily design an digital filter with arbitrary amplitude-frequency response, but if we are required to use an analog filter to implement it, how to design? Any suggestion or reference to related paper would be appreciated. Thanks!

Welcome to the PF. I googled Analog Filter Tutorial, and got lots of good hits. Are these what you are looking for?

http://www.google.com/search?source...1T4GGLL_enUS301US302&q=analog+filter+tutorial

.
 
zzzhhh said:
We can easily design an digital filter with arbitrary amplitude-frequency response, but if we are required to use an analog filter to implement it, how to design? Any suggestion or reference to related paper would be appreciated. Thanks!

You can't. At least not if you want reasonable phase response. Digital filter are usually implemented as FIR filters whereas analog filters are always IIR filters, the latter are much more limited than FIR and high-order IIR filter have lots of problems.

The reason why you can't implement a FIR filter using analog circuits is that they are not causal, i.e. in order to implement a FIR filter you need some form of memory (buffer) which is impossible using analog circuits (you can of course build a digital circuit using analog components, but what would be the point?).
 
Thank you f95toli, although the reply is depressing. But I believe there will be a way out despite these shortcomings against analog filter. After all, analog circuit has low latency and low power consumption, so worth our effort.
Thank you berkeman too.