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

  Write project report and provide cross-synthesis

Write project report and provide Cross-synthesis.

  Write a script that simulates a casino machine

Write a script that simulates a casino machine. To play a single round on the machine user pays $ 5. Now when the user start the machine, the machine rolls a pair of dice (simulate both dice with help of random number generator) and user only wins..

  Write a function called halfsum

Write a function called small_elements that takes as input an array named X that is a matrix or a vector. The function identifies those elements of X that are smaller than the product of their two indexes

  How to write a program to prepare a marksheet in matlab

How to write a program to prepare a marksheet in MATLAB ?

  Write compile and run a hello program

With these mechanical details mastered, everything else is comparatively easy - Write, compile and run a hello program.

  Plot the signal representing the tones versus time

Plot the signal representing the tones versus time - determine the number of tones and set break points to separate the individual tones.

  Prepare a program in matlab

Prepare a program in Matlab to add two numbers from two arrays using try catch construct. Initialize two arrays of different size, and then prompt the user to input indexes for each of the two arrays

  Create a subsection where you present your simulation result

Simulation Results a. For each research question, create a subsection where you present your simulation results. i. As you conduct different computational exercises.

  Write a simple program that stores the high temperatures

A meteorological company wants you to write a simple program that stores the high temperatures and low temperates for each of the months of the year. After consulting with trusted programming partners, you come up with a great idea

  Use matalb to plot the computed eigenvector

Write a Matlab code implementing the inverse power method to compute approximations of the smallest eigenvalue λ1 = π2 of L and corresponding eigenfunctions. Use matalb to plot the computed eigenvector

  Design an optimal equiripple glp fir filter

Design a filter that meets all specifications, and show your results in support. Comment on the path your design process took, in particular on observations made and actions taken on the basis thereof.

  Write a program to test three edge detection algorithms

Write a program to test three edge detection algorithms (available in Matlab ) and one feature extraction algorithm (Harris). Students should try different parameters (if appropriate) and find the code that gives the best result for each image

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