Info
此问题已关闭。 请重新打开它进行编辑或回答。
Is there much difference between an analog vs digital anti-aliasing filter?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to use MATLAB to simulate a device that measures electric current, passes it through an analog butterworth filter (anti-aliasing), and then does some digital filtering and computation. I know the latter part of the problem, but I'm confused about how one can simulate the analog filter portion. My experience is not in filtering so I was hoping to get a nudge from someone in the right direction.
The butterworth filter should be order 4 with cutoff frequency fc. There is an example of creating an analog butterworth using the butter function here: https://www.mathworks.com/help/signal/ref/butter.html. But I don't believe you can apply this analog filter to the incoming sampled (digital) data? Would I need to use the function bilinear? Or should I just create a digital butterworth filter instead. I don't have any real requirements for ripple or anything.
Thank you.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!