Question

An autonomous robot to pick coffee is capable of following planting rows has an orientation system with the transfer function

0 0
Add a comment Improve this question Transcribed image text
Answer #1

e(s) Orer(s) 53.176 4.6s2 + 31.281s+ 53.176

(5) 53.176 Orop (s) 4.6 (52 +31.2815 + 53.176)

(s) Orer(s) 11.56 52 + 6.80022s + 11.56

The denominator can be factorized as

() Orer(s) 11.56 (s +3.3728) (s +3.4275)

O(S) 11.56 T5 + 3.3728) (s +3.4275 3728)(s +3.4275) Cres (s)

The input is given as

Orer(t) = 3u(t)

Taking Laplace Transform, we get

r(s) =

So

11.56 X 3 0(s) ss +3.3728) (s +3.4275)

34.68 s(s+ 3.3728) (s + 3.4275)

Taking partial fraction expansion, we get

в 34.68 s(s+3.3728) (s+ 3.4275) А s s+ 3.3728 s+ 3.4275

34.68 34.68 A = 5(8+3.3728)(8 + 3.4275)*sx 3.3728 * 3.4275 = 2.999929 * 3

34.68 s(s + 3.3728) (s + 3.4275) = 34.68 20) -187.975 s=-3.3728 -3.3728 x 0.0547

34.68 34.68 ss + 3.3728)(s + 3.4275) 3.4275) s=-3.4275 -3.4275 -0.0547 – 184.976

So

3 As) =-- 187.975 184.976 s +3.3728s+3.4275 s

Taking Inverse Laplace Transform we get

e(t) = 3u(t) – 187.975e-3.3728t u(t) + 184.976e -3.4275* u(t)

This can be plotted to obtain the response.

Using MATLAB:

The transfer function is given as

e(s) Orer(s) 53.176 4.6s2 + 31.281s+ 53.176

So the numerator coefficient is

num = [53.176]

Denominator coefficient is

den = [4.6, 31.28, 53.176]

The MATLAB Code

clc;
clear all;
close all;

num = [53.176];
den = [4.6, 31.281, 53.176];

sys = tf(3*num, den);

step(sys);
grid;
title('Response of the system');

After executing, we get

Response of the system 2.5 Amplitude 0.5 NL 0.5 2.5 1.5 Time (seconds)

The specifications are marked as follows

Response of the system -.-.- System: sys Settling time (seconds): 1.72 System: sys Peak amplitude: >= 3 Overshoot (%): 0 At t

There is no overshoot. The setting time is 1.72 seconds

Add a comment
Know the answer?
Add Answer to:
An autonomous robot to pick coffee is capable of following planting rows has an orientation system...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A robot force control system with unity feedback has a loop transfer function [6 7.11 Tood transf...

    A robot force control system with unity feedback has a loop transfer function [6 7.11 Tood transfer function (6l K(s +2.5) (s2 + 2s 2) (s2 + 4s + 5) (a) Find the gain K that results in dominant roots with a damping ratio of 0.707. Sketch the root locus. (b) Find the actual percent overshoot and peak time for the gain K of part (a) A robot force control system with unity feedback has a loop transfer function [6...

  • 16 The transfer function of a system given by, G(s) = 32 +33 +16' find the...

    16 The transfer function of a system given by, G(s) = 32 +33 +16' find the damping ratio, 5, natural frequency, 0,, settling time, T., peak time, T, and percent overshoot, %OS. Report the kind of response expected. P

  • (b) Figure Q3(b) show the unit step responscs of a system A and system B, respectively For each system Find the percent...

    (b) Figure Q3(b) show the unit step responscs of a system A and system B, respectively For each system Find the percentage overshoot, % OS and the Peak time, T 6 marks Find the transfer function of both systems (i) [8 marks iii) You have to design a system which operate with settling time less than 5second, overshoot percentage less than 30% and which system will you choose, system A or system B, justified your answer. [3 marks |(ii) 1,5-...

  • Automatic Control IV Question 4 The transfer function of a servo system has the transfer function...

    Automatic Control IV Question 4 The transfer function of a servo system has the transfer function given by: A vibrating spring-mass system has the feedback control system shown in Fig Q4 below. R(S) - _K s(s+2) Fig 24 If K = 12.25 determine: 4.1 the transfer function C(s)/R(3) 4.3 the un-damped natural frequency of the system 4.4 the damping ratio 4.5 the damped natural frequency 4.6 the maximum percentage overshoot 4.7 the peak time 4.8 the settling time for the...

  • 4. You want to design an orientation controller for a satellite system whose thrusters provide a...

    4. You want to design an orientation controller for a satellite system whose thrusters provide a torque T to modify the angular position 0 with transfer function (s) 0.1 G(s) T(s) $2 Y() R(s) G(s) C(s) You want to add damping to the system to minimize any oscillations (%OS < 5%) but still maintain a 1% settling time of less than 60 s to a unit step input. I(a) Sketch the allowable pole locations in the complex plane to meet...

  • 2- The following requirements are given for a second-order system that is described by the transfer...

    2- The following requirements are given for a second-order system that is described by the transfer function s2+25Wnstwa Maximum overshoot: 5% <P.0.< 15% Settling time: 5s < 75% < 10s Peak time: tp < 2s (a) Describe and sketch the s-plane regions of the pole locations satisfying the requirements. (20pts) (b)Determine the largest and smallest possible peak time of a system with the poles satisfying the requirements. (10pts) Hints: Im(s) cos =-5 10, vi Res P.O.=100e 1-3 16 wn, tp

  • Problems on analysis of Control system both in Frequency and Time Domain 5. Given the following...

    Problems on analysis of Control system both in Frequency and Time Domain 5. Given the following system cal R11) T- (ал a) Find the closed-loop transfer function b) Find the values of K and a such that the response to a step input has 25% percent overshoot and settling time of 5.85 seconds

  • Problem 1) (25 points) Suppose that a second order system has the pole pair of –2...

    Problem 1) (25 points) Suppose that a second order system has the pole pair of –2 jn and no zeros. (a) Determine the kind of the unit step time response (overdamped, undamped, etc.) and write its general form. (05 points) (b) Find the settling and peak times, T, and Tp (if appropriate), respectively. (05 points) (c) Write the system's transfer function that produces a unit step time response having the steady- state value Css of 10. (05 points) (d) Find...

  • a) True or false b) c) If a second order system has a settling time of...

    a) True or false b) c) If a second order system has a settling time of 7 seconds, and a peak time of 3 seconds we may say that the system is stable. A system with a closed-loop transfer function of the form: 10(s + 7) T(S) (s + 10)(s + 20) has a(n) response. la réponse correcte n'est pas répertoriée | the correct answer is not listed critiquement amortie critically damped O non amortie | undamped sous-amortie | inderdamped...

  • QUICK UPVOTE: As a control system engineer you have been asked to design a controller that...

    QUICK UPVOTE: As a control system engineer you have been asked to design a controller that would improve the error and the transient response for the unity feedback system below. The proposed solution must be cost-effective, so consider a passive network-based compensator. The transient response of the closed-loop transfer function to a ramp input has a 30% overshoot (%OS = 30) and a settling time Ts= 2.73 seconds. You need to decrease the peak time by a factor of 2,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT