Question

IF THE POLES OF THE LOCATED AT. b) H(근) のUSE-MATLAS TO PLOT IHI»)! oAT KIN OF A FILTER IS IT?

171 53 lilustrative Examples 5.3 ILLUSTRATIVE EXAMPLES Example 5.3-1: The following difference equation is known as the first

173 5.3 Inustrative Examples . Thus y(n)-R-1 where R-i is the residue of G(z) at z 1. It is evaluated using (3.5-15c) to obta

stuck on this question, please show all your work step by step, thank you.

IF THE POLES OF THE LOCATED AT. b) H(근) のUSE-MATLAS TO PLOT IHI»)! oAT KIN OF A FILTER IS IT?
171 53 lilustrative Examples 5.3 ILLUSTRATIVE EXAMPLES Example 5.3-1: The following difference equation is known as the first- order trapezoidal integration rule in numerical analysis: n) - ) n-O (531) Find: The transfer function. The impulse response. The output if the input is the unit step sequence xtn) - 1, n z 0. Solution: (a) (b) (c) (a) The ZT of (5.3-1) yields which results in the transfer function 1) Y(z) H(2) -05 (53-2) (b) To obtain h(n), we need to evaluate the I2ZT of H(2) in (5.3-2). We do so by means of the residue method, and hence form (5.3-3) 0.52+ 1 CASE 1. n 0 results in two poles at z 0 and z 1, since 366 Thus
173 5.3 Inustrative Examples . Thus y(n)-R-1 where R-i is the residue of G(z) at z 1. It is evaluated using (3.5-15c) to obtain the desired result dz (5.3-6) - 0.5(2n 1) nz 0 From (5.3-6) it is apparent that y(O) 0.5. y(1)-15, y(2)-2.5, y(3)= 3.5, etc. which demonstrates that the trapezoidal integration rule (5.3-1) does indeed integrate the input unit-step sequence. We also observe that this process represents a marginally stable system since the corresponding H(z) in (5.3-2) has a pole on the unit circle; that is, z 1 Example 5.3-2: Consider the second-order IIR system y(n) = Kiyin-1) + Korn-2) + x(n), 0 (53-7) n where K, and K, are constants. (a) Evaluate H(z). (b) Find hin), n 2 0 for the following cases: (1) K3/4 + K2 0 (3) K1/4 + K20 Discuss stability conditions related to these cases. Solution: (a) Assuming zero initial conditions, the ZT of (5.3-7) yields from which we obtain (5.3-8)
0 0
Add a comment Improve this question Transcribed image text
Answer #1

2 2. Poles o O.SEjeS 2.

c) Matlab Code:

Add a comment
Know the answer?
Add Answer to:
IF THE POLES OF THE LOCATED AT. b) H(근) のUSE-MATLAS TO PLOT IHI»)! oAT KIN OF A FILTER IS IT? ...
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
  • Q1) Consider an LTI system with frequency response (u) given by (a) Find the impulse response h(0) for this system. [Hint: In case of polynomial over pohnomial frequency domain representation, we...

    Q1) Consider an LTI system with frequency response (u) given by (a) Find the impulse response h(0) for this system. [Hint: In case of polynomial over pohnomial frequency domain representation, we analyce the denominator and use partial fraction expansion to write H() in the form Then we notice that each of these fraction terms is the Fourier of an exponentiol multiplied by a unit step as per the Table J (b) What is the output y(t) from the system if...

  • Problem 4: Evaluation of the convolution integral too y(t) = (f * h)(t) = f(t)h(t –...

    Problem 4: Evaluation of the convolution integral too y(t) = (f * h)(t) = f(t)h(t – 7)dt is greatly simplified when either the input f(t) or impulse response h(t) is the sum of weighted impulse functions. This fact will be used later in the semester when we study the operation of communication systems using Fourier analysis methods. a) Use the convolution integral to prove that f(t) *8(t – T) = f(t – T) and 8(t – T) *h(t) = h(t...

  • Problem 2 Wis) R(s) U(s) Gol (s) D a (s) E(s) H(s) Given a system as in the diagram above, use MATLAB to solve the problems: Assume we want the closed-loop system rise time to be t, 0.18 sec S + Z H(...

    Problem 2 Wis) R(s) U(s) Gol (s) D a (s) E(s) H(s) Given a system as in the diagram above, use MATLAB to solve the problems: Assume we want the closed-loop system rise time to be t, 0.18 sec S + Z H(s) 1 Gpl)s(s+)et s(s 1) s + p a) Assume W(s)-0. Draw the root locus of the system assuming compensator consists only of the adjustable gain parameter K, i.e. Dct (s) Determine the approximate range of values of...

  • Please do exercise 129: Exercise 128: Define r:N + N by r(n) = next(next(n)). Let f:N...

    Please do exercise 129: Exercise 128: Define r:N + N by r(n) = next(next(n)). Let f:N → N be the unique function that satisfies f(0) = 2 and f(next(n)) =r(f(n)) for all n E N. 102 1. Prove that f(3) = 8. 2. Prove that 2 <f(n) for all n E N. Exercise 129: Define r and f as in Exercise 128. Assume that x + y. Define r' = {(x,y),(y,x)}. Let g:N + {x,y} be the unique function that...

  • Use the following information To help you solve the following questions. Show all work for thumbs...

    Use the following information To help you solve the following questions. Show all work for thumbs up. 3.1 Rotations and Angular-Momentum Commutation Relations 159 We are particularly interested in an infinitesimal form of Ry: (3.1.4) where terms of order & and higher are ignored. Likewise, we have R0= ° :- R(E) = 1 (3.1.5) and (3.1.5b) - E01 which may be read from (3.1.4) by cyclic permutations of x, y, zthat is, x y , y → 2,2 → x....

  • PLEASE HURRY. Below is the prompt for this problem. Use the code for bag1.cxx, bag1.h and...

    PLEASE HURRY. Below is the prompt for this problem. Use the code for bag1.cxx, bag1.h and my code for bag.cpp. Also I have provided errors from linux for bag.cpp. Please use that code and fix my errors please. Thank you The goal of assignment 3 is to reinforce implementation of container class concepts in C++. Specifically, the assignment is to do problem 3.5 on page 149 of the text. You need to implement the set operations union, intersection, and relative...

  • How do the national income accounts change if social security payments increase? A) Consumption falls. B)...

    How do the national income accounts change if social security payments increase? A) Consumption falls. B) Consumption rises. C) Savings rise. D) This change is not captured in the national income accounts. How do the national income accounts change if unemployment benefits paid to people increase? A) Consumption falls. B) Consumption rises. C) Savings rise. D) This change is not captured in the national income accounts. How do the national income accounts change if national defense spending increases? A) Government...

  • Pre-Laboratory Exercise: Plastics Identification I. List four properties that you will use in lab...

    can someone help me find this information? Pre-Laboratory Exercise: Plastics Identification I. List four properties that you will use in lab to determine the identity of the polymer samples 2. Describe the density test. What observation will help you determine the density of each polymer? What precautions should be taken in placing the sample in the solutions? 3. Write the name and abbreviation for the six recyclable polymers 2 huetn deisity polyetayene.HDpz poulene: PP 4. Given the list of wavenumber...

  • STA2221 examples on CI & Testing of Hypothesis Name MULTIPLE CHOICE. Choose the one alternative that...

    STA2221 examples on CI & Testing of Hypothesis Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answer the question Provide an appropriate response. 1) Find the critical value,te for 0.99 and n-10. A) 3.250 B) 3.169 1.833 D) 2.262 2) Find the critical value to forc=0.95 and n=16. A) 2.947 B) 2.602 2120 D) 2.131 3) Find the value of E, the margin of error, for A) 1.69 B) 0.42 0.99, n=16 and s=2.6. C)...

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