Where the two arrays are the coefficients of two polynomials

Assignment Help MATLAB Programming
Reference no: EM131249017

Activity 1:

A linear time-invariant discrete-time system has transfer function

H(z) = (Z2 - Z - 2) / (Z2 + 1.5Z -1)

• Use Matlab to obtain the poles of the system. Is the system stable? Explain.

• Matlab tip: You can find the roots of a polynomial by using the roots command. For instance, if you have the polynomial x2 + 4x + 3, then you can find the roots of this polynomial as follows:

>>roots([1 4 3])

where the array is the coefficients of the polynomial.

• Compute the step response. This should be done analytically, but you can use Matlab commands like conv and residue to help you in the calculations.

• Matlab tip: Besides using conv to look at the response of a system, it can also be used to multiply two polynomials together. For instance, if you want to know the product (x2 + 4x + 3)(x + 1), you can do the following:

>>conv([1 4 3],[1 1])

where the two arrays are the coefficients of the two polynomials.

The result is

>>ans = 1 5 7 3

Thus, the product of the two polynomials is x3 + 5x2 + 7x + 3.

Matlab tip: The command residue does the partial fraction expansion of the ratio of two polynomials. In our case, we can obtain Y(z)/z and then use the residue command to do the partial fraction expansion. Then it is relatively easy to obtain y[n] using the tables.

• Plot the first seven values of the step response. Is the response increasing or decreasing with time? Is this what you would expect, and why?

Reference no: EM131249017

Questions Cloud

Explain what the index of intra-industry trade shows : Explain what the index of intra-industry trade shows, and suggest why the values of this index for Japan and Germany are so different.
What is the effective demand function for the total : If the publisher uses the same price in each market, what is the effective demand function for the total? Restrict attention to pT.
Change the structure of the fashion industry : How is the opportunity to trade likely to change the structure of the fashion industry and the output of each designer in the industry?
Competitive edge against emerging markets : Emerging markets in other developing countries are gaining global influence and global power. In 20 years, these countries will be the dominant force in global economics. Will developed countries be able to maintain their competitive edge against ..
Where the two arrays are the coefficients of two polynomials : Compute the step response. This should be done analytically, but you can use Matlab commands like conv and residue to help you in the calculations. Where the two arrays are the coefficients of the two polynomials.
Identify the website and its url : Identify the Website and its URL -  Targeted audience, Updating of information and Use of professional peer reviews - Identify three (3) Websites that you plan to use for your research on a paper to convince.
Discusses and applies two sociological key terms : This essay defines, discusses, and applies two sociological key terms. The two applied sociological terms are resocialization and value...  The two sociological concepts are discussed relative to the video, "Opie's Hobo Friend"...
Development of the organizational strategy : 1. Describe how effectively management and the HRM function support each other to achieve organizational goals. 2. Analyze the role HR plays in supporting the development of the organizational strategy.
Enter a foreign market : Imagine you work for a company that is ready to enter a foreign market. Your company is interested in as much control over the decisions, operations, and strategic resources in the foreign market as possible. Which internationalization strategy is..

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Calculate the geometric mean of numbers

Write a program to calculate the geometric mean of numbers entered by a user. The program should prompt the user to enter numbers and continue to accept the numbers until the user enters 999.

  Create the graph using matlab functions

Create the graph, which contains a piecewise function where a line exists in the first interval, a parabola in the second interval, and the sine function in the third interval.

  The function should compute and return

Define a function that takes as input parameters a function handle f, start and end values a and b, and a number of steps n. The function should compute and return the x and y values of the maximum of the function over the range a to b.

  Newtons and lagrange interpolation polynomials

What conclusion can you draw from the comparison between Newton's and Lagrange interpolation polynomials? Explain your findings.

  Plot fitted polynomial and all data points

Plot fitted polynomial and all data points (using linear-linear axes) as a fourth subplot in the same window (as shown below). Use intervals of 0.1.

  Program should be able to handle collisions

Write a program that, given a list of 5 social security numbers, finds the memory locations assigned by the hashing function h(k) = k mod 55 to store customer records. program should be able to handle collisions.

  Finite difference method

Use the finite difference method to calculate the temperature at the point specified since it is easier.

  Programme for easter island simulation

The "RATS" program code is given and even if the person does not know RATS, it is very similar so should be able to figure it out.

  Plot the open loop displacement response of the

a farm equipment manufacturer has a need to actively reduce the vibration of the operators seat using an electrodynamic

  Derive finite difference equations for all interior nodes

Derive finite difference equations for all the interior nodes - develop a MATLAB code, and determine temperatures at all interior nodes.

  Stepper motor driven xy table

Stepper Motor Driven XY Table - Use Matlab and Labjack to acquire digital inputs from limit switches and use Matlab to analyze acquired data

  Realistic animations include more

Realistic animations include more than just translations of shapes. They also have scaling involved. For this question, you're asked to write a function called "problem4" that accepts a single input variable and applies a scaling constant of 3. Th..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd