Chemical Engineering > GATE 2011 > Control Systems
A PID controller output p(t), in time domain, is given by p(t)=30+5e(t)+1.25∫0te(t)dt+15(de(t)/dt) where e(t) is the error at time t. The transfer function of the process to be controlled is Gp(s)=10/(200s+1). The measurement of the controlled variable is instantaneous and accurate.
The transfer function of the controller is
A
5(12s2+4s+1)/(3s)
B
5(12s2+3s+1)/(3s)
C
5(12s2+4s+1)/(4s)
D
5(12s2+3s+1)/(4s)

Explanation

Correct : c

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science