Question

In: Mechanical Engineering

Compute and plot the unit-impulse response of the following model. 10ÿ + 3ẏ + 7y = f(t)

Compute and plot the unit-impulse response of the following model.

10ÿ + 3ẏ + 7y = f(t)

Solutions

Expert Solution

Consider the equation

10ÿ + 3ẏ + 7y = f(t).

 

The objective is to solve the unit impulse response for amplitude variation by transferring to state response using ‘tf’ command and implement unit impulse using ‘impulse’ command.

 

Mat-lab code for required problem is provided below.

Save this program as ‘required problem’.

% Plot the unit-impulse response of the following model

clc; clear;

tic;

sys = tf(1,[10,3,7]);

impulse(sys);

toc;

 

The output of the code ‘Required problem’ in the figure window is shown below.

 

It is found that after 25 seconds, the amplitude variation is reduced to close to zero.

 

Here elapsed time is 15.746443 seconds.


Here elapsed time is 15.746443 seconds

Related Solutions

Compute and plot the unit-step response of the following model. 10ÿ + 6ẏ + 2y = f + 7ḟ
Compute and plot the unit-step response of the following model.10ÿ + 6ẏ + 2y = f + 7ḟ
1. a) Compute the impulse response of the following filters. If the impulse response is infinite,...
1. a) Compute the impulse response of the following filters. If the impulse response is infinite, feel free to stop once a pattern becomes apparent. i. y[n] = 2/3 · x[n − 1] − 1/3 x[n − 2] ii. y[n] = x[n − 1] − x[n − 2] − 1/3 y[n − 2] b) What are the feed-back (b[k]) and feed-forward (a[k]) coefficients of the following filters? You may assume that a starts at delay of k = 1 (i.e.,...
Percent Overshoot Problem for a Unit Impulse Response
The unit impulse of a system (which isn't necessarily 2nd order) is shown in the figure. In the figure, A denotes the shaded area. You must show that the percentovershoot of the output in response to a step input (%OS) is a linear function of the shaded area A. Show also that the %OS is dependent only on A and the transferfunction DC gain.
Percent Overshoot Problem for a Unit Impulse Response
The unit impulse of a system (which isn't necessarily 2nd order) is shown in the figure. In the figure, A denotes the shaded area. You must show that the percentovershoot of the output in response to a step input (%OS) is a linear function of the shaded area A. Show also that the %OS is dependent only on A and the transferfunction DC gain.
Plot the solution of the equation 6ẏ + y = f(t) if f (t) = 0 for t + 0 and f(t) = 15 f
Plot the solution of the equation6ẏ + y = f(t) if f (t) = 0 for t + 0 and f(t) = 15 for t ≥ 0. The initial condition is y(0) = 7.
consider a system with the impulse response h(t) = e −t [u(t) − u(t − 2)]....
consider a system with the impulse response h(t) = e −t [u(t) − u(t − 2)]. (It's exponential function) Let the input signal x(t) be x(t) = 1 if 0 ≤ t < 1, x(t) = −1 if 1 ≤ t < 2, x(t) = 0 otherwise. (a) Determine the system output y(t). (b) (20) Plot y(t) using a computer and specify the maximum and minimum.
plot the double sided amplitude and phase spectrum for the following signal. f(t) = e^(-2|t| )
plot the double sided amplitude and phase spectrum for the following signal. f(t) = e^(-2|t| )
1. The differential equation y''+4y=f(t) and y'(0)=y(0)=0 a. Find the transfer function and impulse response. b....
1. The differential equation y''+4y=f(t) and y'(0)=y(0)=0 a. Find the transfer function and impulse response. b. If f(t)=u(t)-u(t-1). Find the y(t) by convolution and Laplace techniques. u(t) is unit step function. c. If f(t)= cos(t) ; find the y(t) by convolution and Laplace techniques. 2. The differential equation y''+3y'+2y=e^(-3t) and y'(0)=y(0)=0 a. Find the system transfer function and impulse response. b. Find the y(t) by convolution and Laplace techniques. 3. y''+3y'+2y=f(t) and y'(0)=y(0)=0 Plot y(t) without any calculations and write...
if the input signal is x(t)=exp[-at]u(t) and system impulse response is h(t)=u(t+2) what is the outpul...
if the input signal is x(t)=exp[-at]u(t) and system impulse response is h(t)=u(t+2) what is the outpul signal y(t) ?
How to find the unit vectors for the following equation: r(t) = <e^t,2e^-t,2t> A) Compute the...
How to find the unit vectors for the following equation: r(t) = <e^t,2e^-t,2t> A) Compute the unit Tangent Vector, unit Normal Vector, and unit Binomial Vector. B) Find a formula for k, the curvature. C) Find the normal and osculating planes at t=0
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT