82.9k views
5 votes
How do you print your transfer function? How do you obtain the numerator and denominator for a transfer function when you perform algebra/feedback on your system?

a) 'print_tf()' function; 'feedback_tf()' function
b) 'disp_tf()' command; 'algebraic_tf()' command
c) 'tf_print()' function; 'num_den_from_feedback()' function
d) Enter 'show_tf' and 'get_num_den' in the command window

1 Answer

5 votes

Final answer:

To print a transfer function and obtain its numerator and denominator, use the 'print_tf()' and 'num_den_from_feedback()' functions.

Step-by-step explanation:

To print a transfer function and obtain the numerator and denominator for a transfer function when performing algebra/feedback on a system, you can use the 'print_tf()' function and the 'num_den_from_feedback()' function. The 'print_tf()' function displays the transfer function in a readable format, while the 'num_den_from_feedback()' function allows you to obtain the numerator and denominator of the transfer function.

User Rhushikesh
by
9.0k points

No related questions found