if i have poles and zeros of a transfer function, how to obtain this transfer function ???

9 views (last 30 days)
if i have poles and zeros of a transfer function, how to obtain this transfer function ???

Accepted Answer

Walter Roberson
Walter Roberson on 14 Nov 2020
transfer_function = tf( zpk(ListOfZeros, ListOfPoles, ListOfGains))

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!