Why does Differentiator Filter produce significantly different results from the Derivative block when differentiating a signal?
조회 수: 5 (최근 30일)
이전 댓글 표시
I tried to compare the numerical results from Direct form FIR fullband differentiator filter - Simulink (mathworks.com) and Output time derivative of input - Simulink (mathworks.com) using the following setup:
And to my surprise, results from both blocks are significantly different from each other in magnitude:
How could this difference be logically and scientifically explained?
댓글 수: 0
답변 (1개)
Bhavana Ravirala
2022년 8월 25일
Hi ,
The output of the filter will be depending on multiple factors like passband ripple, stopband ripple, and filter coefficients. Due to this, the output will be different. You can check this out by unchecking the box of Design minimum order filter and comparing both the cases, you can observe that the values are completely different.
In the case of the derivative block, the major functionality of the block is to differentiate, and it gives us the expected output.
Hope this helps!!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with DSP System Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!