필터 지우기
필터 지우기

How to implement MFD discrete filter in simulink

조회 수: 1 (최근 30일)
Pouya Jamali
Pouya Jamali 2013년 5월 25일
Dear all Simulink Users,
I'm in need of implementing such a discrete filter in Simulink which is described below:
Output=L(z^-1)*input; where input is a 1-by-n vector and L(z^-1), in which z^-1 is the unit delay operator, is:
L(z^-1)=L0+L1z^-1+L2z^-2+....+Lmz^-m;
where Li(i=1...m) is n-by-n Matrix of scalar elements. The main constrain preventing me to do it so far is that it must be implemented in a general way. That means, the parameters n,m, could be changed easily any need to block diagram reconstruction.
I've been unsuccessfully trying to do this through variety of discrete filters and transfer function blocks available in Simulink library. Any Idea?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by