Write a general Matlab code to: a) Plot a piecewise signal, x(t), for the signal expressed in elementary functions. b) Calculate the total energy in the signal, x(t). Test your code with the following signal, 1 1 ) = [/⁄r(t + 1) + = u(t) − = r(t) + r(t = - + r(t − 1) − 3 r(t - 2) 1 -u(t − 2.5) + 2 r(t − 2.5) −u(t - 4)]
Write a general Matlab code to: a) Plot a piecewise signal, x(t), for the signal expressed in elementary functions. b) Calculate the total energy in the signal, x(t). Test your code with the following signal, 1 1 ) = [/⁄r(t + 1) + = u(t) − = r(t) + r(t = - + r(t − 1) − 3 r(t - 2) 1 -u(t − 2.5) + 2 r(t − 2.5) −u(t - 4)]
Introductory Circuit Analysis (13th Edition)
13th Edition
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:Robert L. Boylestad
Chapter1: Introduction
Section: Chapter Questions
Problem 1P: Visit your local library (at school or home) and describe the extent to which it provides literature...
Related questions
Question
100%
Part b only plz
![Write a general Matlab code to:
a) Plot a piecewise signal, x(t), for the signal expressed in elementary
functions.
b) Calculate the total energy in the signal, x(t).
Test your code with the following signal,
1
x(t) =
) = [/r(t + 1) + ½u(t) − ½ r(t) + r(t − 1) − 3 r(t − 2)
·
-u(t-2.5) + 2 r(t - 2.5) −u(t - 4)]](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fa512db51-3f23-44aa-ac9f-0ea41edd962a%2Fd55ce06a-7d3e-40be-b169-2a06cfb3e982%2Fbanxwr_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Write a general Matlab code to:
a) Plot a piecewise signal, x(t), for the signal expressed in elementary
functions.
b) Calculate the total energy in the signal, x(t).
Test your code with the following signal,
1
x(t) =
) = [/r(t + 1) + ½u(t) − ½ r(t) + r(t − 1) − 3 r(t − 2)
·
-u(t-2.5) + 2 r(t - 2.5) −u(t - 4)]
![close all
clear all
clc
% we can define r(t) = t*u(t) where u(t) is unit step
function.
% u(t) is defined in matlab as heaviside (t)
t = -3:0.01:5;
x1 = (t+1).*heaviside (t+1)/2 ;
x2 = heaviside(t)/2 ;
x3 = -t.*heaviside (t)/2 ;
x4 = (t-1).*heaviside(t-1);
x5 = -3* (t-2).*heaviside (t-2);
x6 = -heaviside (t-2.5)/2 ;
x7 = 2* (t-2.5).*heaviside (t-2.5) ;
x8 = -heaviside (t-4)/2;
x = x1+x2+x3+x4+x5+x6+x7+x8;
plot(t, x)
ylim ([-1,3])
grid on
xlabel('time (t)')
ylabel('Signal x(t)')
Result:
Signal x(t)
3
2.5
2
1.5
1
0.5
0
-0.5
-1
-3
-2
-1
0
1
time (t)
2
3
4
5](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fa512db51-3f23-44aa-ac9f-0ea41edd962a%2Fd55ce06a-7d3e-40be-b169-2a06cfb3e982%2F8wwuhc_processed.jpeg&w=3840&q=75)
Transcribed Image Text:close all
clear all
clc
% we can define r(t) = t*u(t) where u(t) is unit step
function.
% u(t) is defined in matlab as heaviside (t)
t = -3:0.01:5;
x1 = (t+1).*heaviside (t+1)/2 ;
x2 = heaviside(t)/2 ;
x3 = -t.*heaviside (t)/2 ;
x4 = (t-1).*heaviside(t-1);
x5 = -3* (t-2).*heaviside (t-2);
x6 = -heaviside (t-2.5)/2 ;
x7 = 2* (t-2.5).*heaviside (t-2.5) ;
x8 = -heaviside (t-4)/2;
x = x1+x2+x3+x4+x5+x6+x7+x8;
plot(t, x)
ylim ([-1,3])
grid on
xlabel('time (t)')
ylabel('Signal x(t)')
Result:
Signal x(t)
3
2.5
2
1.5
1
0.5
0
-0.5
-1
-3
-2
-1
0
1
time (t)
2
3
4
5
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.Recommended textbooks for you
![Introductory Circuit Analysis (13th Edition)](https://www.bartleby.com/isbn_cover_images/9780133923605/9780133923605_smallCoverImage.gif)
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:
9780133923605
Author:
Robert L. Boylestad
Publisher:
PEARSON
![Delmar's Standard Textbook Of Electricity](https://www.bartleby.com/isbn_cover_images/9781337900348/9781337900348_smallCoverImage.jpg)
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Electrical Engineering
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
![Introductory Circuit Analysis (13th Edition)](https://www.bartleby.com/isbn_cover_images/9780133923605/9780133923605_smallCoverImage.gif)
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:
9780133923605
Author:
Robert L. Boylestad
Publisher:
PEARSON
![Delmar's Standard Textbook Of Electricity](https://www.bartleby.com/isbn_cover_images/9781337900348/9781337900348_smallCoverImage.jpg)
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Electrical Engineering
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
![Fundamentals of Electric Circuits](https://www.bartleby.com/isbn_cover_images/9780078028229/9780078028229_smallCoverImage.gif)
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:
9780078028229
Author:
Charles K Alexander, Matthew Sadiku
Publisher:
McGraw-Hill Education
![Electric Circuits. (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780134746968/9780134746968_smallCoverImage.gif)
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:
9780134746968
Author:
James W. Nilsson, Susan Riedel
Publisher:
PEARSON
![Engineering Electromagnetics](https://www.bartleby.com/isbn_cover_images/9780078028151/9780078028151_smallCoverImage.gif)
Engineering Electromagnetics
Electrical Engineering
ISBN:
9780078028151
Author:
Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:
Mcgraw-hill Education,