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

7 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)

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!