Discrete blocks seem don't work
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I've acquired a signal from a DAQ card by simulink (setting end time to inf) and i've saved it in .mat file.
Now when i apply a discrete filter block or memory block, output signal is the same.
I've tried to change solver (setting variable step solver) but result is the same. I don't understand this behaviour. Why doesn't it work ?
댓글 수: 1
Kaustubha Govind
2011년 5월 23일
When you say result is the same - how do you verify that? Are you visually comparing plots of the input and output signal, or are you logging the output to the base workspace and using an ISEQUAL comparison? Also, note that the Memory block simply acts like a Unit Delay block with discrete sample times.
Regarding the Discrete Filter Block - have you design the parameters such that it actually filters any frequencies in your input signal?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!