Help with H(z) response function
이전 댓글 표시
Hello, i have simple task. Calculate the transfer function H(z). Figure shows block diagram of the filters structure. I think transfer function is :
a_parallel = parallel(Hz1,Hz2);
b_serial = series(a_parallel,Hz3);
But i dont know how to write H1(z), H2(z), H3(z). Anyone can help me to write H1(z), H2(z), H3(z)?

채택된 답변
추가 답변 (1개)
Honglei Chen
2015년 1월 9일
0 개 추천
conv(([2/3 2/5 4/7]+[4/3 8/5 3/7]),[3 2 4])
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!