Lab 12: Poles and Zeros
Introduction
A transfer function serves as a mathematical representation designed to elucidate a linear time-invariant dynamic system. Poles and zeros within a transfer function are crucial concepts facilitating the analysis and manipulation of systems. The system's stability is contingent upon its poles. Stability is achieved when the system is bound to a finite value. Asymptotic stability is realized when the count of real poles is below zero, whereas instability arises if there is at least one pole exceeding zero. Leveraging this understanding, a MATLAB script was developed to experiment with diverse functions and their corresponding impulses.
Procedure
Part 1
The transfer functions corresponding to the system were derived through a differential equation. Initially, the Laplace Transform was employed to transition the equation from the time domain to the complex domain. Subsequently, the poles and zeros of the transfer function were identified and graphed on a pole-zero map. By interpreting the data gleaned from the Pole-Zero map, it becomes possible to ascertain the system's stability status—whether it is stable, asymptotically stable, or unstable—alongside an examination of the impulse response. The initial differential equation is presented in Equation 1.
Equation 1
Upon initially transitioning this equation into the complex domain, the poles and zeros are discerned. Equation 2 provides the transfer function for this system.
𝐻(𝑠) = 1/(𝑠+1)
Equation 2
In this equation, zeros are evident at zero, and poles are located at the negative one. Additionally, the Impulse Function of the equation was examined. Upon observing the graph, it becomes apparent that the function is stable, converging to zero as time approaches infinity. These graphical representations can be viewed in Figures 1 and 2, respectively.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsrvCe7kKIXSlHmx5pRUFd4YipbHv1i9vsMAN9_fnI3vvd561w4uAdlA-d4WtN-LBTCXc9eRwn6CpaC_XUg_j-j__TA8PeuZj9oYO26KMuo48Fc6WkNVFW7c9DBHY5wJLfTW0pJOzjyP3gk29lBh1aKVO4hboGn5O8FsiJcpnvu53arPGOlrINMWINHemo/w422-h377/Screen%20Shot%202023-11-25%20at%205.38.42%20PM.png)
Figure 1: Pole-Zero map, equation 1.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigSL9kiDpf9drpuhvsqvWXBx914ICx61iFB7UK_cS_nTxhdOn-BvGha1vZENUIex3J8vepgmvrNpTqBH7957eJ9XSxBYDefhSjHWOlaGvqT9XebBm5uvcf7o-s_ERFh8uoJroJ46_o3fa3AZIBxgpV3Mj1UhbKt87rBz_s-1Y6dBozwVSPa-OxlL_Eb_aO/w403-h356/Screen%20Shot%202023-11-25%20at%205.38.48%20PM.png)
Figure 2: Impulse response graphed, equation 1
After executing these procedures, the second differential equation, as presented in Equation 3, is solved employing identical techniques and steps.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpq9KGvkv4USRGvuVL7PLAUydydA80b3-qlyMnK_4RkXTHm6ROM5l1JLzFxWR1gmsXTsjcPabGLmbhyphenhyphenZQkYkvD31dI_EliIAUr9suM-QuxsHHkyzLKieDOYTdywnXA8zLSTxkUU-0KF_k-yYXujxaDO-pAIzDxT5GoasquuAYvi8DcBnpAjBBUYoGRRn90/w388-h53/Screen%20Shot%202023-11-28%20at%209.30.16%20AM.png)
Zeros of this function were identified at 3 and 4, while the poles are characterized by -1, -2+i, and -2-i, as determined through the corresponding transfer function outlined in Equation 4. This system is deemed unstable, demonstrating unbounded growth as time advances toward infinity. The pole-zero map and impulse responses of this equation are presented in Figures 3 and 4, respectively.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAod5i6IOFsE3rRHyLAoIWQgWkkSpCykXAcsExmP9PnFMwMyoBmjWl9HhxwH1vr0VaVbEKGgBUmO0QnCiwgzx4lJjF_OxcWkhHMkeS-NYoByu9AxsFCjLp9DEZ5L3XlvB1jVDzciEOWl37pQ1NXjTRCxmnxSvXCveHbh32Hz64LOHjmBWcnqLP68XCPUBw/w260-h65/Screen%20Shot%202023-11-28%20at%209.31.51%20AM.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSzFBj5L4M9YPGHiq5wVhhl7uif2XFIIwuUqUd-zW2AMvmQQdj7E_bxmBWKs9mfC8_9mS28glsl8cpihEGXZlZQZcRurDODE_FSR6k-RBS3o7wz_DrrzTzFKCOZ0Ag7_5rcfr5-Ztc7CLHt_tJ3PMScshDuZNFHe5gjcW1q7L2KzDxeHpf1cRjJbzQoJIC/w409-h376/Screen%20Shot%202023-11-25%20at%205.43.52%20PM.png)
Figure 3: Pole-zero map, equation 3.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt_6UuZKMX2jWCLhgTVTJ12JHB9nyZrQO5jWhoSuqzblPbegQfY1FIxm0vm1g4b3mHiqckQhQOT1KgTtOhmohN8oGI0gNC8cBxxP0kLc8cp0cumzVh6pCTs4BFgQPvgfIvaiDFeDMO4sLqEfWsu-CR9Osj0lAoLTkx2pcdDetPkONxsucrJuhTbBb-_tmK/w389-h356/Screen%20Shot%202023-11-25%20at%205.45.32%20PM.png)
Figure 4: impulse response graphed, equation 3
Finally, a third differential equation is presented in Equation 5, and the same procedural steps are applied as previously to determine the poles and zeros of the equations. Upon transitioning to the complex domain, the corresponding transfer function is identified as 𝐻(𝑠) = (𝑠−7)(𝑠−3). Zeros of this system are evident at 3 and 7, while the poles are located at 0, -1, -2 + i, and -2 – i. Notably, this system exhibits asymptotic stability, with the poles situated on the left-hand side of the x-axis and converging at approximately 4.25 as time progresses toward infinity. Figures 5 and 6 showcase the PZ-map and Impulse response of this function, respectively.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUS7l853J6-zuWb2hlDJ0XxN1mzUKKm06gM6po6M97aGPQ-QcfcHBPHXZuudlSXnQpySZ8MbLxk2Me4tKB6ZAoJ1HcZX825Sq9t7YFshUtmKYXBMJ7CX1zf3BMWNJIpbJKCVDnr_6IAmsO0IzzR7M-IxmALucSrhPHCCbNmnoJW9tfpWStC3_rol8VAwi2/w461-h62/Screen%20Shot%202023-11-28%20at%209.35.01%20AM.png)
Equation 5
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5yS_wttvMQQv_5kG4KmFdpi62mqSawP9_6QsNHfYtWGKIoSdfe8CngMgW1ofal3f6jjhDp73tkz7kcbwB-TtGsuXM1kgXWS-HK8szSPjldIwgOkeo-Y91xOv06QrlqpCw-PQ0TwrpxDlSagcpMo_MbyAtRUoepc_bMqqpU_wFxYFFjpwMqB4PY1f_9Ukq/w282-h72/Screen%20Shot%202023-11-28%20at%209.37.27%20AM.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgw6EV3Ow9BokfAPNDYxkLsZTBTB4wEDj5eppzipnYWMDc1yYiiqbxq1dZWxi84x6Y2bhWVVcQlYmX8zhEiQnaS-7nTwB0qDaa6NnG0uEjDOYJr36-lKMveEhIaE9mRnO35NGWHZK1W9XjBsr7NTi8FdI2bPlk4lSRGYaYZpiDCZwm00Eg0qM3HrKQZTzwl/s320/Screen%20Shot%202023-11-25%20at%205.47.21%20PM.png)
Figure 5: Pole-zero map, equation 5.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU88ZqB3GO_2gGw8PP3BYDfvqsO3V7T1M_L6NCu3AqQIlqNtqxqPPdgTWH-HOdfTwK_sKm9DfCIUB6JKEnERnMDFd1t5m-TYFuxKQjch6zDO22WbxkTJgks4hOTNWQzXEXG5mrfWZiZ3SInPhInLqGUKikahRrVZlGgeO4XBNpmW7c_BWMQiWYg6Jny-5g/s320/Screen%20Shot%202023-11-25%20at%205.47.26%20PM.png)
Figure 6: impulse response graphed, equation 5
The subsequent phase in the laboratory experiment involved creating three third-order transfer functions capable of generating stable, asymptotically stable, and unstable impulse responses. These functions are defined in a manner that ensures each function consistently includes a minimum of two zeros. In the case of the stable function, the transfer function employed was:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Q3Yq3FBHI5N5gZDyBDb1XfJ64b9g6P9mmvA9y3fv5pbHA-VwtiuPuFqGtGLVRKHLn_-OcqTu7c1ra8UI_FzsR0ptKXvk-uzk5F-gScmgoq8u7tRgq7_mpe0i44fmmwEoomVa383rXXLI4YmCqYt_cr-7FHIXBNCIOlbjt3TTpA6XiJjA5dKVtELoC2pO/s320/Screen%20Shot%202023-11-28%20at%209.38.24%20AM.png)
Equation 6
By examining Equation 6, it becomes evident that the function is stable, given that all poles are situated in the negative region of the x-axis and converge to zero as time approaches infinity. The corresponding Pole-Zero maps and impulse responses for this particular transfer function are displayed in Figures 7 and 8.
Figure 7: pole-zero map, equation 6
Figure 8: impulse response mapped, equation 6.
To describe the asymptotically stable system, consider the transfer function:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY1SJnvGCsYejNVfUUR0r8f_ZL2fvDpBvbbur5PCWEzR45P2lzUdjp4ijiyNgq8i0zgWU6_snSSs8IdxxS01X8bXbSaR47ZLylq4Xyisyi8vc1R-Tn0g-8AO4Jazg58cmV2cakIzFuxRg2oI90mwbRUmDDPQ2JfbUGqEmAJEayjK0P1irmkb6VMz7mREGs/s320/Screen%20Shot%202023-11-28%20at%2011.50.19%20AM.png)
Utilizing Equation (7), it is evident that the function is asymptotically stable, given the system's decay approaching zero as time progresses. The corresponding Pole-Zero map and Impulse Response for this transfer function are depicted in Figures 9 and 10, respectively.
Figure 9: Pole-zero map, equation 7
Figure 10: impulse response mapped, equation 7
Concluding with the unstable impulse response, employing the identical steps and processes as before, consider the transfer function:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgblr1McMwm9VjosPht1IQJoQQ9Uc3CLdcCexF024A0YKvZgc6Atf0nc0sOBKs2UDf2wXNvBYYKmItAvftTTFRNlT8uVujHSkx9-ifiaCSDXhaLYBEIhR7OHFXYFN02v7A2yXlurqCiYVD2s51EkDJJ7FlT1ShO9-qFA52qRub_6G7o8hy2UWyT25U17VBa/w214-h86/Screen%20Shot%202023-11-28%20at%2011.51.49%20AM.png)
Equation 8
Utilizing this equation, it becomes evident that the function is unstable, given the presence of one or more poles in the positive region of the x-axis. The corresponding Pole-Zero maps and impulse responses for this transfer function are illustrated:
Figure 11: Pole-zero map, equation 8.
Figure 12: impulse response mapped, equation 8.
The following figures listed above represent the pole-zero maps and impulse responses of their respective equations.
PART II
The subsequent phase of the laboratory involved taking a function representing a circuit with Resistors, Inductors, and Capacitors (RLC circuit) in variable form and transforming it from the time domain to the Complex Domain in a general format. This process yielded the determination of the transfer function, expressed as:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXmiYboNBarJwc4Z5VubfEdHxMjQgw_qtT2ZEuSgxsZ3le9PofNwnI5mMG36CixWbnJrrh6x1xoBcF6m5_DRZOK2sxxNbe5hyphenhyphenHZsUMeB522aIU1NI0jaX8brC7qTWCFp5msXCb2uJJGIkoUzNgBY3MCKLMk9Km3CWX-t6KaK_RYnVIzL0yCg_9IVjnf-Ex/w254-h99/Screen%20Shot%202023-11-28%20at%2011.53.09%20AM.png)
Equation 9
Employing this general form, the values assigned in the laboratory manual for R, L, and C—namely, R=40 Ω, 𝐿 = 3 𝑚𝐻, and 𝐶 = 5 𝜇𝐹—were substituted. With these values, both the impulse response and step response were graphed, as depicted in Figures 13 and 14, respectively. Additionally, the poles and zeros of this function were identified: zeros at 0 and poles at 0 + 70.7i and 0–70.7i. This information indicates the system's stability, as all poles are situated in the negative segment of the x-axis. The Pole-Zero map of this function is illustrated in Fig. 15.
The subsequent step in the script involves maintaining the same function utilized for the RLC circuit while varying the resistance values. Lower resistance results in a reduced amplitude of the impulse response and smaller oscillations. Conversely, a decrease in resistance leads to a significant increase in the magnitude of the poles.
Figure 13: RLC Impulse response
Figure 14: RLC Step response
In this section of the laboratory experiment, a transfer function is provided, and the objective is to ascertain its stability and understand the reasons behind any instability. The given function is:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7C0LQAMGYq4qVnmsvcoFJWIvJk-50rwTyCgIPjDJRRfc1VdK4RWy_kjuZVrqRiJBWHYyjmNtSvjLGycbT_Ifkf6Dd0xAP5houVmWwVnGUso3oQjJ4hJ91fqs7oTsR2n7wqqstNi-ZiAmzGsrPB2pFZS394xxPGo2N9AqdAGHRUR7k7bN6ujCNNuRE5A23/w173-h54/Screen%20Shot%202023-11-28%20at%2011.54.14%20AM.png)
Equation 10
Zeros were computed at 3 and 4, while poles were identified at -1–i, -1 + i, and 1. Since there is a pole in the positive x-domain, the function is determined to be unstable. Subsequently, pole-zero cancellation is employed to eliminate any redundant zero-pole pairs that do not impact the overall graph. With this cancellation, the function transforms from unstable to asymptotically stable, converging to zero as time approaches infinity. The resulting impulse response curves are depicted.
Figure 16: Impulse response mapped, equation 10
CONCLUSION
In summary, the transfer function proved effective beyond the scope of class lectures. MATLAB facilitated the identification of poles and zeros, aiding in the determination of impulse responses and pole-zero maps.Transfer functions are crucial in signals and systems as they provide a mathematical representation of the relationship between input and output in a system. They help analyze and design systems by simplifying complex interactions. Poles and zeros of a transfer function, depicted in pole/zero maps, offer insights into system stability and behavior. The distribution of poles and zeros influences characteristics such as damping, frequency response, and transient response, making pole/zero analysis vital for understanding and optimizing system performance in fields like control theory and signal processing.
Comments
Post a Comment