Question

Using the data below, determine the settling time for the second order system: Time (s) Amplitude...

Using the data below, determine the settling time for the second order system:

Time (s) Amplitude
0 0
3.16E-30 7.47E-57
0.0002009509145 3.02E-05
0.001205705487 1.08E-03
0.00622947835 2.72E-02
0.0310234533 0.5124798924
0.06182619079 1.42518817
0.09924865943 2.359213825
0.1403755911 2.920516231
0.1835315875 3.109100448
0.2277539458 3.104428489
0.2783618436 3.045984383
0.3427082024 3.002737367
0.4250393709 2.995240372
0.5064069484 2.998974783
0.6154469095 3.000330972
0.7675008987 3.000468019
0.9202263312 2.999748795
1.0566679 2.999554627
1.193109468 3.000021214
1.388516791 3.001741122
1.51086337 3.000185181
1.633209948 2.999722844
1.786722545 2.999803766
1.960731087 3.000734198
2.085173347 3.000352327
2.209615607 2.99988824
2.404419919 2.998923741
2.577001965 3.000301735
2.683482331 3.000888184
2.789962698 2.999999922
2.960358508 2.999381635
3.135232281 2.999127645
3.281634097 3.001377641
3.415905814 3.000791482
3.535948311 2.999740656
3.699181476 2.999306266
3.853134133 3.000228201
3.981995666 3.000496849
4.1108572 2.999997087
4.296682768 2.998962055
4.428887435 2.99978285
4.561092102 3.000296758
4.723469513 3.000407609
4.887240259 2.999339358
5.010703316 2.999575612
5.134166372 3.000088132
5.331670353 3.001281944
5.503342779 3.000198734
5.611167684 2.999008013
5.718992588 2.999955017
5.875068417 3.000390915
6.051371342 3.000746725
6.207337125 2.998803274
6.323785792 2.999508861
6.44023446 3.000127793
6.624252676 3.000820717
6.795031353 2.999730673
6.907399121 2.999301776
7.019766889 3.000007816
7.197997726 3.000715621
7.340337896 3.000230973
7.482678066 2.999581617
7.645390322 2.999344552
7.795936328 3.000549827
7.923748708 3.000448595
8.051561088 2.999916613
8.250669633 2.998398066
8.417713614 2.999503546
8.551400352 3.001982604
8.66047447 3.000198289
8.788976127 2.999719601
8.948557155 2.999693374
9.117159634 3.00071125
9.240337981 3.000397714
9.363516327 2.999902529
9.55955458 2.998834586
9.732019079 3.000026113
9.839440344 3.000942461
9.946861609 3.00002405
10 2.999918929

Can anyone explain to plug this into Matlab or excel?

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

This data can be plugged into MATLAB using load filename.txt command and then accessing its columns. First, copy and paste this data into notepad and save that data using a suitable filename. Next, apply import or load command to access that .txt file in MATLAB. Say we save the file using filename 'settling'.

settling1 = importdata('settling1.txt');

settling=settling1.data

time = settling(1,:);

amplitude = settling(2,:);

Finding settling time is easy, even no need to plot. Just by observing we see that data increases continuously up to time and the fluctuates between 2.999999 and 3.0000000 etc. from given table settling occurs at t= 0.278 seconds. Hence, the settling time is 0.278 seconds.

Add a comment
Know the answer?
Add Answer to:
Using the data below, determine the settling time for the second order system: Time (s) Amplitude...
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
  • Using the data below, determine the settling time for the second order system: Time (s) Amplitude...

    Using the data below, determine the settling time for the second order system: Time (s) Amplitude 0 0 3.16E-30 7.47E-57 0.000201 3.02E-05 0.001206 1.08E-03 0.006229 2.72E-02 0.031023 0.51248 0.061826 1.425188 0.099249 2.359214 0.140376 2.920516 0.183532 3.1091 0.227754 3.104428 0.278362 3.045984 0.342708 3.002737 0.425039 2.99524 0.506407 2.998975 0.615447 3.000331 0.767501 3.000468 0.920226 2.999749 1.056668 2.999555 1.193109 3.000021 1.388517 3.001741 1.510863 3.000185 1.63321 2.999723 1.786723 2.999804 1.960731 3.000734 2.085173 3.000352 2.209616 2.999888 2.40442 2.998924 2.577002 3.000302 2.683482 3.000888 2.789963 3 2.960359 2.999382...

  • Copy of Km s+ a For the system above and the data below, determine the settling...

    Copy of Km s+ a For the system above and the data below, determine the settling time (<2% of final) for the Open-Loop equivalent of the system: K 3.7478 Km 4/3 a 1

  • If a second order system has a settling time of 7 seconds, and a peak time...

    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. True False

  • Find the phase-variable gains that will yield 5% overshoot and 0.2 second settling time for the s...

    Find the phase-variable gains that will yield 5% overshoot and 0.2 second settling time for the system shown below, 3 Find the phase-variable gains that will yield 5% overshoot and 0.2 second settling time for the system shown below, using the following values: K = 30, D = 12, and M = 2. 3 Find the phase-variable gains that will yield 5% overshoot and 0.2 second settling time for the system shown below, using the following values: K = 30,...

  • 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...

  • Question 2 For the system shown below use the MATLAB to find: X + 0.5s+1.3 s+1.2s+1.6s For the pr...

    Question 2 For the system shown below use the MATLAB to find: X + 0.5s+1.3 s+1.2s+1.6s For the previous system if K-1, and the input is sin(2t) find: 1) 2) 3) 4) Peak amplitude Rise time Settling time Steady state value Question 3 For the system shown below If the input is unit step find: 1) 2) 3) 4) Peak amplitude Rise time Settling time Steady state value Question 2 For the system shown below use the MATLAB to find:...

  • Problem1 The response of an underdamped second order system to a step input can be expressed as a...

    Problem1 The response of an underdamped second order system to a step input can be expressed as a) Plot the system's response and from this response, explain how you would determine the rise time and settling time of the system (define these terms) b) If the experimentally observed damped period of oscillation of the system is 0.577ms and, from a logarithmic decrement analysis, the damping ratio is found to be is the damped circular frequency of the system? the natural...

  • Given below are data from a previous year. The Ksp is independent of [NaOH] while the...

    Given below are data from a previous year. The Ksp is independent of [NaOH] while the solubility of Ca(OH)2 decreases as the [NaOH] increases. Explain why this is the case. UOIT CHEM 1020, W19. Exp. 1-16.95 of Ca(OH), decreases as the (NaOH) increases. Explain why this is the case. solubility of Carol (NaOH) - O mol L- Solubility /mol L (NaOH) -0.0127 mol L Solubility K (NaOH) -0.0252 mol L NaOH) -0.0509 mol L mol L- Solubility 2.35E-02 5.2E-05 1.94E-021...

  • Y(S) Gp(s) Gc(s) R(S) For the given system above, determine the gain K that will give the system desired response below . Settling time of 2 seconds . Peak time of 0.5 seconds . The given plant h...

    Y(S) Gp(s) Gc(s) R(S) For the given system above, determine the gain K that will give the system desired response below . Settling time of 2 seconds . Peak time of 0.5 seconds . The given plant has a transfer function of: Gp - (s +8V( (s +6'(s+4) The controller has a transfer function of: Gc (s+33.7392Vs Y(S) Gp(s) Gc(s) R(S) For the given system above, determine the gain K that will give the system desired response below . Settling...

  • 18. From the reaction data below, determine whether the reaction is first-order or second-order. Time (S)...

    18. From the reaction data below, determine whether the reaction is first-order or second-order. Time (S) Reactant (M) 6.67 1.59 0.74 0.39 0.16 25 a. First-order. b. Second-order. c. Zero-order. d. Cannot determine. 19. In the Question 18, what is the rate constant for the reaction? a. 0.12 b. 0.15 c. 0.24 d. 0.72 20. In the Question 18, what is the half-life for the reaction? a. 0.2 sec b. 0.6 sec c. 1.0 sec d. 1.3 sec

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