Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask MATLAB Expert

Signals, Systems, & Transforms

MATLAB Session

DT Frequency Domain Analysis z-Transform

  • Learn to use "linspace" function in MATLAB.
  • Find z-Transform from discrt. time signal using MATLAB function.
  • Find Inverse z-Transform from cont. frequency signal using MATLAB function.

Generating Amplitude Responses and Plots using MATLAB

  • Find z-Transform from discrt. time signal using MATLAB function and plot the result w.r.t. frequency (Ω-plane).

Design and Plot Digital Filters using MATLAB

LPF, HPF, BPF

Finding z-Transform And Inverse z-Transform -

INLAB Report (No 1) :

  • Find z-Transform for following time domain signal using MATLAB.
  • Consider using "sym" function to define time domain signal.
  • Can you guess MATLAB function which performs z-Transform?
  • Use help in MATLAB to find the syntax for function.

INLAB Report (No 2):

  • Consider a DT signal, x(n), and DT system, h(n), described as below.
  • Use z-Transform to find output response, Y(z), in z-domain using MATLAB.
  • Use inverse z-Transform to find DT output response, y(n).
  • Can you guess MATLAB function which performs z-Transform?
  • Use help in MATLAB to find the syntax for function.

Generating Frequency Responses (Amplitude Response)

INLAB Report (No 3):

  • Generate Amplitude Plot and Phase Plot for following DT frequency response system using MATLAB.
  • Define a discrete-time frequency variable Ω from - π to - π with step size of π/200. (Note, π in MATLAB is pi)
  • Consider using "tf", "freqresp", and "squeeze" function to define frequency response of system.
  • Consider using "abs" function to plot amplitude response of system.
  • Consider using "angle" function to plot phase response of system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words.

Poles and Zeros in Freq. Resp. (Graphical Representation)

INLAB Report (No 4) :

  • We are trying to control gain (attenuation) using poles in DT frequency response.
  • Modify existing code to generate Amplitude Plot and Phase Plot for following DT frequency response system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words.

INLAB Report (No 5):

  • We are trying to control gain (attenuation) adding more zeros in DT frequency response.
  • Modify existing code to generate Amplitude Plot and Phase Plot for following DT frequency response system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words.

INLAB Report (No 6):

  • We are trying to control gain (attenuation) adding more poles in DT frequency response.
  • Modify existing code to generate Amplitude Plot and Phase Plot for following DT frequency response system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words

INLAB Report (No 7):

  • Generate Amplitude Plot and Phase Plot for following DT frequency response system using MATLAB.
  • Modify existing code to generate Amplitude Plot and Phase Plot for following DT frequency response system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words.

High Pass Filter (HPF):

  • How can you design DT HPF?
  • How can you describe magnitude of HPF?

- Where is the peak (maximum gain / minimum loss)?

- Where will you place pole(s) or zero(s)???

INLAB Report (No 8):

  • Generate Amplitude Plot and Phase Plot for following DT frequency response system using MATLAB.
  • Modify existing code to generate Amplitude Plot and Phase Plot for following DT frequency response system.
  • This time, consider using "freqz" function to define frequency response of system.
  • Plot amplitude response w.r.t. DT frequency Ω.
  • Plot phase response w.r.t. DT frequency Ω.
  • Use help in MATLAB to find the syntax for function.
  • Include screen shot of your code and results in report.
  • Describe the result in your own words.

Attachment:- Assignment File.rar

MATLAB, Engineering

  • Category:- MATLAB
  • Reference No.:- M92277475

Have any Question?


Related Questions in MATLAB

Suppose that you have used some concept learning algorithm

Suppose that you have used some concept learning algorithm to learn a hypothesis h1 from some training data. You are interested in knowing the accuracy that the hypothesis can be expected to achieve on the underlying pop ...

Recitation problems -1 determine the highest real root of

Recitation Problems - 1. Determine the highest real root of f(x) = 2x 3 - 11.7x 2 + 17.7x - 5 using the Newton-Raphson method with at least four iterations. Start with an initial guess of x 0 = 3. 2. Determine the real r ...

Question 1 manipulate spectral imagehyperspectral images

Question 1. Manipulate spectral image Hyperspectral images can be seen as a generalisation of normal colour images such as RGB images. In a normal RGB colour image, there are 3 channels, i.e. channels for red colour, gre ...

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

What comparison of means test was used to answer the

What comparison of means test was used to answer the question

Assignment -we have daily gridded rainfall data of 40 years

Assignment - We have daily gridded rainfall data of 40 years and structure of the dataset is like below; Lat = [6.5:0.25:38.5]; Lon = [66.5:0.25:100]; Rainfall (135x129x365x40) (Lon, Lat, days, years). Now, we looking fo ...

Assignment details -need to write a code for connecting

Assignment Details - Need to write a code for connecting segments (Lines) a special case of TSP. The problem is to connect lines in 2d/ 3d space with path obstructions. Can you help me write the code for this? Hope you m ...

Prepare a 3 - 10 pages long reportprepare a presentation

Prepare a 3 - 10 pages long report Prepare a presentation with 5 - 9 slides. The slides will include introduction (need and similar work), theoretical background (tested neural networks), Data, Results (Comparison of the ...

Discrete optimisation- solve the following two problems

Discrete Optimisation - Solve the following two problems with both exhaustive enumeration and branch and bound - Problem 1 is a mixed integer linear optimisation problem (the problem has both discrete and continuous vari ...

Lab assignment - matlab matrix relationallogical operators

Lab Assignment - MATLAB Matrix, Relational/Logical Operators and Plotting This laboratory exercise/assignment will involve you 1) practicing multiplication operators in MATLAB; 2) practicing relational and logical operat ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As