Question

(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 respon

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

Analytical expression for y(n)

(2+ (2+0.S) Z. (2 0.2-0.D C2-018)(2. A 2-0°8 z-o.9 Z-o.S [Z+) (2+016 A y2 (z-0.5 2 o.S (2-0.9)2-08) z-i) (o+2) Gta (z-i) 20.5

-0.2 2. 1_0 2 O & O.2XO 3 390 Y(2)(2-1) 2 os (tos O.SX0 xo 2

MATLAB:

clc;close all;clear all;

b=conv([1,1],[1 0.5])
a=conv(conv([1 -0.5],[1,-0.9]),[1,-0.8])
N=50
n=0:1:N-1
figure;
x=ones(1,N)
y=filter(b,a,x)

subplot(211)
stem(n,y,'r')
xlabel('n')
ylabel('y(n)')
title('Response using filter command')

subplot(212)
%from the analytical expression of y(n)
y=(((-25*(0.5.^n))+(-665 *(0.9.^n))+(390 *(0.8.^n))+(300 *(1.^n))).*(n>=0))
stem(n,y/max(y),'m');xlabel('n')
ylabel('y(n)')
title('from the analytical expression of y(n)')

Response using filter command 300 250 200 150 100 50 50 10 20 30 40 0 n from the analytical expression of y(n) 1 0.8 0.6 0.4

Add a comment
Know the answer?
Add Answer to:
(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...
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
  • 2. A system is described by the following difference equation n]1.5y[n0.56y[n -2]+x{n-0.2x{n-] a) Find the transfer fun...

    2. A system is described by the following difference equation n]1.5y[n0.56y[n -2]+x{n-0.2x{n-] a) Find the transfer function of the system b) Let xn]un]. Compute an analytical expression for the response y[n]. Use Matlab to calculate the coefficients c) Simulate and plot the response using Matlab.(stem plot) Generate 50 points. (Matlab: x ones(1,50)); 2. A system is described by the following difference equation n]1.5y[n0.56y[n -2]+x{n-0.2x{n-] a) Find the transfer function of the system b) Let xn]un]. Compute an analytical expression for...

  • discrete-time linear system with transfer function (2) (z+2) (2-0.5)(z+0.8)(z+0.9) causal and stable. This system is possibly...

    discrete-time linear system with transfer function (2) (z+2) (2-0.5)(z+0.8)(z+0.9) causal and stable. This system is possibly bota O True O False Question 8 Consider the discrete-time filter with transfer function (2) z+1 2-0.95 This filter is a high-pass filter. O True O False

  • 1. Given the impulse response, h[n duration 50 samples. (-0.9)"u[n, find the step response for a step input of h-(0...

    1. Given the impulse response, h[n duration 50 samples. (-0.9)"u[n, find the step response for a step input of h-(0.9)-10:491 -ones (1,50) s- conv(u,h) 2. Plot h and u using stem function for 50 samples only stem(10:491, s(1:50) 1. Given a system described by the following difference equation: yIn] 1143yn 1 0.4128y[n -2 0.0675x[n0.1349xn 0.675x[n-2] Determine the output y in response to zero input and the initial conditionsy-11 and yl-2] 2 for 50 samples using the following commands: a -,-1.143,...

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

  • Please provide MATLAB code and plot, about system response. Will thumbs up. Thanks. Question 1: MATLAB contains a built-...

    Please provide MATLAB code and plot, about system response. Will thumbs up. Thanks. Question 1: MATLAB contains a built-in function called conv which performs the convolution of two vectors: >> help conv conv Convolution and polynomial multiplication. C - conv(A, B) convolves vectors A and B. The resulting vector is length MAX ([LENGTH (A)+LENGTH (B)-1, LENGTH(A),LENGTH (B) 1) If A and B are vectors of polynomial coefficients, convolving them is equivalent to multiplying the two polynomials. Compute the system response...

  • A linear time invariant system has an impulse response given by h[n] = 2(-0.5)" u[n] –...

    A linear time invariant system has an impulse response given by h[n] = 2(-0.5)" u[n] – 3(0.5)2º u[n] where u[n] is the unit step function. a) Find the z-domain transfer function H(2). b) Draw pole-zero plot of the system and indicate the region of convergence. c) is the system stable? Explain. d) is the system causal? Explain. e) Find the unit step response s[n] of the system, that is, the response to the unit step input. f) Provide a linear...

  • 7. A causal LTI system has a transfer function given by H (z) = -1 (1...

    7. A causal LTI system has a transfer function given by H (z) = -1 (1 4 The input to the system is x[n] = (0.5)"u[n] + u[-n-1] ) Find the impulse response of the system b) Determine the difference equation that describes the system. c) Find the output y[n]. d) Is the system stable?

  • 0.1311(22 2z1 5. The transfer function of a system is H(z) = z2-0.74780.2722 a) Find the frequency response function of...

    0.1311(22 2z1 5. The transfer function of a system is H(z) = z2-0.74780.2722 a) Find the frequency response function of the system b) Let xn] 1 cos(0.2nt)+cos(0.45n7). Find the steady-state response. Use Matlab c) Plot the magnitude and phase response using Matlab 0.1311(22 2z1 5. The transfer function of a system is H(z) = z2-0.74780.2722 a) Find the frequency response function of the system b) Let xn] 1 cos(0.2nt)+cos(0.45n7). Find the steady-state response. Use Matlab c) Plot the magnitude and...

  • 2. Consider a second IIR filter a. Determine the system function H(z), pole-zero location (patterns), and plot the pole-zero pattern. b. Determine the analytical expression for frequency response...

    2. Consider a second IIR filter a. Determine the system function H(z), pole-zero location (patterns), and plot the pole-zero pattern. b. Determine the analytical expression for frequency response, magnitude, and phase response. c. Choose b so that the maximum magnitude response is equal to 1. d. Plot the pole-zero pattern and the magnitude of the frequency response as a function of normal frequency. 2. Consider a second IIR filter a. Determine the system function H(z), pole-zero location (patterns), and plot...

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

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