Question

A simplified transfer function governing a system is given by function ℎ(?), which we will represent...

A simplified transfer function governing a system is given by function ℎ(?), which we will represent as a single decaying exponential with ?= 3?? and time delay of 1 ??. Consider a burst release of neurotransmitters represented by the periodic delta function input ?(?) occurring at a rate of 250?? over 20??.

a) Calculate the system response ?(?) by hand.
b) In MATLAB, plot the system response, ?(?).

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

-0.001 h(t) = e 0.003

Time period T of x(t) = 1/(250 Hz) = 0.004 s

Therefore, no. of impulses between 0 ans 20 ms = 0.020/0.004 + 1 =6 [ +1 to include the impulse at 0 ms]

time of occurrence of the impulses = {0, 0.004, 0.008, 0.012, 0.016, 0.020}

h(t) *r(t)

= {h(t) * 5(t), h(t)(t - 0.004), ....,h(t) * 5 t – 0.020)}

= {h(0), (0.004), ...., h(0.020)} [from the convolution property of unit impulse function]

= {e _0-0.001 0.003 e 0.004-0.001 0.003 e 0.008-0.001 0.003 e 0.012-0.001 0.003 e 0.016-0.001 0.003 e 0.020-0.001 0.003

= {1.3956,0.3679, 0.0970,0.0256, 0.0067, 0.0018}

MATLAB code:

t=0:0.004:0.020;

y=exp(-(t-0.001)/0.003);

figure;stem(t,y)

Edit View Eile Da Insert m Figure 2 (on gpuwks) Tools Desktop Window Help 28. E - O 1.5 y(t) = h(t)*x(t) ---> 0 0.004 0.02 0.

Add a comment
Know the answer?
Add Answer to:
A simplified transfer function governing a system is given by function ℎ(?), which we will represent...
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
  • (42)1+ (z-0.5)z-0.9)(z-0.8) 3. The transfer function of a system is H(z) = a) Compute an analytical expression for the...

    (42)1+ (z-0.5)z-0.9)(z-0.8) 3. The transfer function of a system is H(z) = a) Compute an analytical expression for the response y[n] if x[n] = u[n]. . Use Matlab to calculate the coefficients b) Simulate the response using Matlab (stem plot). Generate 50 points. (enter transfer function into Matlab and apply step input) (42)1+ (z-0.5)z-0.9)(z-0.8) 3. The transfer function of a system is H(z) = a) Compute an analytical expression for the response y[n] if x[n] = u[n]. . Use Matlab...

  • Using () as the input and vo(t) as the output of the system, calculate the transfer...

    Using () as the input and vo(t) as the output of the system, calculate the transfer function H(s), the impulse response h(t) vi Vo and the frequency response H(ia for the system shown in Figure 1 below. Plot (by hand or in Matlab) the asymptotic gain and phase of H(jw) Figure 1: Circuit for problem 1

  • 5. Consider a CT system with transfer function This system is called an integrutor because t by h...

    the subject is in digital signal processing 5. Consider a CT system with transfer function This system is called an integrutor because t by he d to the ingent t y)-x(r)dr. Discretize the above system using the bilinear transform. (a) What is the transfer function H'(:) of the resulting DT system b) If xin] is the input and yin] is the output of the resulting DT system, write the (c) Obtain an expression for the frequency response H'(o) of the...

  • Please show all the steps clearly. 5. The transfer function of a system is given by...

    Please show all the steps clearly. 5. The transfer function of a system is given by Z Н(2) (z2-0.8z+ 0.15) -0.4n for n2 0. Find the response of To such a system we apply an input of the type x [n] the system in n domain using MATLAB for obtaining the partial fraction expansion and then manually inverting the output using z-transform tables. 5. The transfer function of a system is given by Z Н(2) (z2-0.8z+ 0.15) -0.4n for n2...

  • The transfer function of the given physical system is 2500 Gp(s)-T-1000 Part 3 1. Frequency response (a) Draw the bode...

    The transfer function of the given physical system is 2500 Gp(s)-T-1000 Part 3 1. Frequency response (a) Draw the bode plot of open-loop transfer function when K (b) Use bode plot of open-loop transfer function to determine the type of system (do not use transfer function) (c) For what input the system will have constant steady-state error (d) for the unit input in item (c) calculate the constant steady-state error.(Use bode plot to calculate the error.) (e) Design a lead...

  • The transfer function of a system is given by H(z)= Z/((z^2-0.8z+ 0.15)). To such a system...

    The transfer function of a system is given by H(z)= Z/((z^2-0.8z+ 0.15)). To such a system we apply an input of the type x[n]=e^(-0.4n) "for n"≥0 . Find the response of the system in n domain using MATLAB for obtaining the partial fraction expansion and then manually inverting the output using z-transform tables.

  • Consider the system shown as below. Draw a Bode diagram of the open-loop transfer function G(s).

    1 Consider the system shown as below. Draw a Bode diagram of the open-loop transfer function G(s). Determine the phase margin, gain-crossover frequency, gain margin and phase-crossover frequency, (Sketch the bode diagram by hand) 2 Consider the system shown as below. Use MATLAB to draw a bode diagram of the open-loop transfer function G(s). Show the gain-crossover frequency and phase-crossover frequency in the Bode diagram and determine the phase margin and gain margin. 3. Consider the system shown as below. Design a...

  • only b and c please 1 Consider the system whose transfer function is given by: G(S)...

    only b and c please 1 Consider the system whose transfer function is given by: G(S) == (2s +1)(s+3) unction is given by: G(s) - (a) Use the root-locus design methodology to design a lead compensator that will provide a closed-loop damping 5 =0.4 and a natural frequency on =9 rad/sec. The general transfer function for lead compensation is given by D(5)=K (977), p>z, 2=2 (b) Use MATLAB to plot the root locus of the feed-forward transfer function, D(s)*G(s), and...

  • Hi everyone, I have an very urgent question with calculating transfer function in MATLAB.(I have a...

    Hi everyone, I have an very urgent question with calculating transfer function in MATLAB.(I have a test in hours) Please help me with it.Thanks a lot. Background: Question: Thank you very much. Q4. Consider again the bandpass filter with a transfer function of R H(s) 1 R+sL+ sC where Q5. The signal delay through the second order filter of Q4 is given by the rate of change of the phase shift of the filter with respect to excitation frequency. That...

  • Problem 7. [MAILABⓒproblem] Write a short MATLAB script to construct the transfer function of a system...

    Problem 7. [MAILABⓒproblem] Write a short MATLAB script to construct the transfer function of a system that is described by the following poles, zeros, and gain zeros =-1,1 ±2j poles =-2土2,-0.4 k = 1.28 and plot its response to a step input with amplitude 5 (meaning, u(t)-5 × 1(t). Determine the system's (1) time constant and (2) rise time from the plot of the step response. (Submit the MATLABO script and the plot; both should fit into one page. You...

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