0% found this document useful (0 votes)
73 views

Laboratory Exercise

This document provides instructions for a laboratory exercise involving signal processing and Laplace transforms in MATLAB. Students are asked to: 1) Generate and plot various signals including e^-0.6x cos(ωx) from 0 to 15 and r^2 = 5 cos(3t) from 0 to 2π. 2) Determine the Laplace transform of 5 functions: -3cos(5t), 3sin(5t), 3t^3, tcos(3t), and te^(-jt) 3) Perform polynomial multiplication of two polynomials, q= 5s^5 + 7s^4 + 2s^2 – 6s + 10 and r = s^2 + 7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views

Laboratory Exercise

This document provides instructions for a laboratory exercise involving signal processing and Laplace transforms in MATLAB. Students are asked to: 1) Generate and plot various signals including e^-0.6x cos(ωx) from 0 to 15 and r^2 = 5 cos(3t) from 0 to 2π. 2) Determine the Laplace transform of 5 functions: -3cos(5t), 3sin(5t), 3t^3, tcos(3t), and te^(-jt) 3) Perform polynomial multiplication of two polynomials, q= 5s^5 + 7s^4 + 2s^2 – 6s + 10 and r = s^2 + 7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

LABORATORY EXERCISE #7

CLAIRE A. ARAGONCILLO ECEMATHLAB


CEIT-29-401P

1. Generate a plot of y(x) = e–0.6x cos ωx where ω = 10 rad/s, and 0 ≤ x ≤ 15. Use the colon notation
to generate the x vector in increments of 0.05.
2. Plot r2 = 5 cos 3t 0 ≤ t ≤ 2π
The result should be similar to this, you can use the functions for plotting x and y data:

Determine the Laplace transform of the following using matlab:

1. f(t) = – 3 cos 5t

2. f(t) = 3 sin(5t)
3. f(t) = 3t3

4. f(t) = tcos(3t)

5. f(t) = te-jt

Critical Thinking Questions:


1. To multiply a polynomial q= 5s5 + 7s4 + 2s2 – 6s + 10 with r = s2 + 7 using matlab, write the
script that are needed. What is the product of q and r using manual calculations?

2. For the product of q and r, calculate the value of the polynomial with s=3 using matlab. Write
the script. What is the result using manual calculations? Is the result different? If yes, why was
it different?

3. State the errors you encountered while performing the laboratory activity and write how you
corrected these errors.

You might also like