필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Add a filter to another in order to have total plane magnitude and linear phase

조회 수: 1 (최근 30일)
Valerio Gloria
Valerio Gloria 2019년 5월 31일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi community!
I am designing a system in which I have two low pass filters in cascade (each one has been designed with filterDesigner ). Now, I would like to add a third filter before the cascade such that the total cascade has plane magnitude and linear phase. Is there a way to do that?
Till now, I have done this:
% Creating filter objects
filter_A = dfilt.df2t(filter_A_Num, filter_A_Den);
filter_B = dfilt.df2t(filter_B_Num, filter_B_Den);
% Creating the cascade
filter_C = dfilt.cascade(filter_A, filter_B);
Thanks to anyone will answer!
VG

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by