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 and finalize using matlab

Estimate the rate of heat loss by breathing in kcal/hr. Also estimate the rate of water loss in gm/hr. Where A is from your student id number - calculate and finalize using matlab

  Design a normalized lowpass analog filter

Design a normalized lowpass analog filter by using one of Matlab's routines: buttap, cheb1ap, cheb2ap, ellipap to get your analog poles

  Plot an outcome of the proportion of successes

Simulate 2000 coin flip experiments with a biased coin with "success" probability (chance of 1) p = 1=5. Plot an outcome of the proportion of successes with respect to the number of coin flips. Supply your code.

  Using matlab draw an open-loop bode diagram and find the

an armature-control dc motor is used in a position control system. the transfer functions of the controller and process

  Write a function called crazygrade

Write a function called CrazyGrade that will take in the string and flip the grades according to the specifications - Define the inputs and outputs to each problem

  write a function under the name "write2"

a)Write a function under the name "write2" so that it will save the diagonal component of the given matrix...

  If the outer cylinder is fixed and the inner cylinder

sae 50 oil at 20 degrees c fills the concentric annular space between an inner cylinder ri5 cm and an outer cylinder

  Write the command and assign it to variable

Write the command and assign it to variable , Write a function named function_test

  Create matlab functions to plot both your system-dynamics

say a ball of mass m and diameter d is in free-fall from a very high velocity altitude. the governing differential

  Applications of complex mathematical concepts

Investigate practical applications of complex mathematical concepts and gain understanding of how mathematics is used in engineering context.

  Find the potential energy stored in each spring

The potential energy stored in a spring is kx2/2, where k is the spring constant and x is the compression in the spring. The force required to compress the spring is kx. The following table gives the data for five springs:

  Matlab m-script that will generate a damped sinusoid

1.) Write a MATLAB m-script that will generate a damped sinusoid (frequency = 440 Hz) with a time constant of 0.25 sec. Set the time axis for 0 to 6 time constants.

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