Low pass filter VS high pass filter
이전 댓글 표시
I have this filter and I want to analyze it. How can I know from the plot that its a highpass filter or a lowpass filter?
채택된 답변
추가 답변 (2개)
On first view you see, thet the high frequencies are removed: the changes between neighboring values are reduced. This means that the filter let low frequencies pass through, so it is a low-pass filter.
Mathieu NOE
2021년 1월 21일
0 개 추천
hello
you can do a bode plot of the transfer function between the output (signal filtered) vs the input (raw signal)
use tfestimate for transfer function estimation from time data and you will be able to fit a filter TF to that
카테고리
도움말 센터 및 File Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!