can I applied an anti-aliasing filter to the signal after sampling; and how to do this

 채택된 답변

Star Strider
Star Strider 2014년 12월 31일

0 개 추천

As a general rule, anti-aliasing filters are implemented in hardware (as analogue filters) before sampling. An aliased signal in your sampled signal will always be part of it.

댓글 수: 8

mouh nyquist
mouh nyquist 2015년 1월 1일
thank you a lot for your answer , but can I use a anti-aliasing filter after sampling (because I can't used an analogue filters in my laboratory)
Star Strider
Star Strider 2015년 1월 1일
The problem with not using an anti-aliasing filter in hardware is that signals above the Nyquist frequency of your digitising hardware will be included in your sampled signal. You cannot then filter them out. A discrete anti-aliasing filter will be a broadband filter including everything up to the Nyquist frequency — and that would be your entire sampled signal. It would therefore serve no purpose to filter it.
mouh nyquist
mouh nyquist 2015년 1월 1일
thank you a lot again; I have a Dspace 1104 , can I use an anti-aliasing filter in matlab (simulink program)
Star Strider
Star Strider 2015년 1월 1일
My pleasure.
I have no idea what a ‘Dspace 1104’ is or what it can do.
Anything you can implement in Simulink is essentially the same as the rest of MATLAB, with the same restrictions. What I said earlier applies to Simulink as well.
A suitable anti-aliasing hardware filter is fairly easy to design and construct using a single op-amp. You can probably find the instructions and design equations online. The op-amp and design of course depend on the frequency you are filtering.
mouh nyquist
mouh nyquist 2015년 1월 1일
thank you a lot;
the Dspace 1104 is for the data acquisition; and in the simulation results the anti-aliasing filters is used ?
Star Strider
Star Strider 2015년 1월 1일
My pleasure.
Does it have its own anti-aliasing filters? If it is a DAQ board, it might.
mouh nyquist
mouh nyquist 2015년 1월 1일
thank you a lot for your help ; now I understand what anti-aliasing filters mean :)
Star Strider
Star Strider 2015년 1월 1일
My pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with DSP System Toolbox에 대해 자세히 알아보기

질문:

2014년 12월 31일

댓글:

2015년 1월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by