Question

In: Electrical Engineering

Consider the casual CT systems with transfer functions: H1(s)= (s+1)/(s+2)(s^2+s+16) H2(s)= s/(s+10)(s+1) H3(s)= 1/(s-1)(s+1) H4(s)= s/(s+1)(s^2+s+16)...

Consider the casual CT systems with transfer functions:

H1(s)= (s+1)/(s+2)(s^2+s+16)

H2(s)= s/(s+10)(s+1)

H3(s)= 1/(s-1)(s+1)

H4(s)= s/(s+1)(s^2+s+16)

1) Write magnitude and phase expression for their Bode Plots and Sketch their asymptotes. Verify Using Matlab.

2) Compute their steady-state response to cos(5t) u(t) + 3u(t) + cos(10t) e^-t u(t).

***Please show slope computations and conversions for the graphs. This is where I am unable to move forward.

Solutions

Expert Solution

Theory of bolde plot asymptotes.

From above theory bode plot asyptotes for given trasfer functions are

the i will explain matlab code for verification and second part clearly if you understand above explanation

please comment on this explanation. such that i will proceed.

Since I don't have Matlab access currently I am posting the code of Four transfer function bode plots

you can verify it in your matlab

Matlab code:

num = [1 1];
den = [1 3 18 32];
sys1 = tf(num,den)
bode(sys1);
grid on;
=======================================================
num = [1];
den = [1 11 10];
sys2 = tf(num,den)
bode(sys2);
grid on;
=========================================================
num = [1];
den = [1 -1];
sys3 = tf(num,den)
bode(sys3);
grid on;
====================================================
num = [1 0];
den = [1 3 18 32];
sys4 = tf(num,den)
bode(sys4);
grid on;

Please run code one by one not at a tiem all.


Related Solutions

∆H1,  ∆H2, and ∆H3 are the enthalpy of the following reactions: NaOH(s) àNa+(aq) + OH-(aq)            ∆H1...
∆H1,  ∆H2, and ∆H3 are the enthalpy of the following reactions: NaOH(s) àNa+(aq) + OH-(aq)            ∆H1 NaOH(s) + H+(aq) + Cl-(aq)àH2O(l) + Na+(aq) + Cl-(aq)    ∆H2 Na+(aq) + OH-(aq) + H+(aq) + Cl-(aq)à H2O(l) + Na+(aq) + Cl-(aq)           ∆H3 Please write an equation that will demonstrate the relationship among ∆H1,  ∆H2, and ∆H3 based on Hess's Law.
Consider a system with the following transfer function, G(s) = 10/ [s(s + 1)]. Design a...
Consider a system with the following transfer function, G(s) = 10/ [s(s + 1)]. Design a compensator according to the following design objectives: • Kv = 20 sec−1 ; • PM = 50 oF; • GM ≥ 10 dB. Submit your answer regarding the detailed compensator design procedures, and the corresponding MATLAB code and figures to verify your design. In addition, compare the step response of both uncompensated and compensated systems in MATLAB
Consider the transfer function G(s) = 1/[(s+1)^2(s+2)]. We use a PI compensator C(s)=(as+b)/s and close the...
Consider the transfer function G(s) = 1/[(s+1)^2(s+2)]. We use a PI compensator C(s)=(as+b)/s and close the feedback loop. 1.) Find out the entire range of a and b at which the closed-loop is stable and show it on the plane with a and b axes. 2.) At the border of instability, find the frequency of oscillations in terms of a. 3.) For what value of a, do we get the largest range of b for stability? What is this largest...
1) Describe the main adverse effects of H1 an H2 receptor antagonists. 2) Describe the main...
1) Describe the main adverse effects of H1 an H2 receptor antagonists. 2) Describe the main contraindications of H1 an H2 receptor antagonists. 3) Describe the main therapeutic uses of H1 and H2 receptor antagonists.
1. Determine the ROC for stability for transfer function H(s) = 1 / (s-2) ( s-1)...
1. Determine the ROC for stability for transfer function H(s) = 1 / (s-2) ( s-1) 2. Determine the ROC for stability for transfer function H(z) = (z-1) / (z+0.1) (z-0.2)
Consider the following supply and demand functions qD = 16 - 4p qS = -2 +...
Consider the following supply and demand functions qD = 16 - 4p qS = -2 + 5p Market Regulation Using the supply and demand functions from problem 1, suppose a price ceiling of p = 1 were implemented. a) How much is supplied to the market and how much is demanded? b) What is the excess demand? c) Calculate the consumer surplus, producer surplus, and welfare level without the price ceiling. d) Calculate the consumer surplus, producer surplus, welfare level,...
For the system with transfer function H(s)=1/(s-2)(s-1) determine the ROC for stability.
For the system with transfer function H(s)=1/(s-2)(s-1) determine the ROC for stability.
1) Describe the pharmacological effects of H1-receptor antagonists. 2) Describe the pharmacological effects of H2-receptor antagonists....
1) Describe the pharmacological effects of H1-receptor antagonists. 2) Describe the pharmacological effects of H2-receptor antagonists. 3) Describe the metabolism and elimination of H1-receptor antagonists.- 4) Describe the metabolism and elimination of H2-receptor antagonists
A servomechanism has an open loop transfer function of G(s) = 10 / s (1+0.5s) (1+0.1s)...
A servomechanism has an open loop transfer function of G(s) = 10 / s (1+0.5s) (1+0.1s) Draw the Bode plot and determine the phase and gain margin. A networks having the transfer function (1+0.23s)/(1+0.023s) is now introduced in tandem. Determine the new gain and phase margins. Comment upon the improvement in system response caused by the network
Taylor series f(xi+1)=f(xi)+f'(xi)h+(f''(xi)/2!)h2+(f'''(xi)/3!)h3+..... given f''(xi)=(-f(xi+3)+4f(xi+2)-5f(xi+1​)+2f(xi))/h2 what is the order of error o(h2)
Taylor series f(xi+1)=f(xi)+f'(xi)h+(f''(xi)/2!)h2+(f'''(xi)/3!)h3+..... given f''(xi)=(-f(xi+3)+4f(xi+2)-5f(xi+1​)+2f(xi))/h2 what is the order of error o(h2)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT