Skip to Content
Practical Signals Theory with MATLAB Applications, 2nd Edition
book

Practical Signals Theory with MATLAB Applications, 2nd Edition

by Richard J. Tervo
December 2025
Intermediate to advanced
480 pages
21h 45m
English
Wiley
Content preview from Practical Signals Theory with MATLAB Applications, 2nd Edition

Appendix EMATLAB Reference Guide

This appendix summarizes MATLAB commands and functions that are especially useful to the study of signals and systems and that have been used throughout the text. A number of these functions are specific to some optional MATLAB toolbox1; all the commands used here may be found in the MATLAB Student Version. MATLAB is a rich and powerful tool that boasts many more commands and options than can be listed here. For more advanced use of system tools, the MATLAB documentation or help screens should be referenced.

Using only the commands found here, a variety of signals can be defined and plotted. A system can be defined in one of several ways; the system behavior can be confirmed, and a test signal can be input to the system to observe the output. Each of these operations can be readily accomplished in a few lines.

% MATLAB comments are text like this after a percent sign.

E.1 Defining Signals

E.1.1 MATLAB Variables

Variable names in MATLAB are case sensitive, such that Power is different from power.

A few mathematical constants are predefined, including:

i  % = square root of -1
j  % = square root of -1
pi % = 3.14159...

Significantly, these constants exist as commands rather than variables and do not appear in the workspace. Nonetheless, variables with the same names may be defined (accidentally) and will take priority over the above assignments; for example, if a loop is set up as for i = 1:10, then the value of i is reassigned. The default ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Digital Signal Processing: A Practical Guide for Engineers and Scientists

Digital Signal Processing: A Practical Guide for Engineers and Scientists

Steven Smith
Differential Equations and Linear Algebra, 4th Edition

Differential Equations and Linear Algebra, 4th Edition

C. Henry Edwards, David E. Penney, David T. Calvis, David Calvis
Scientific Computing, 2nd Edition

Scientific Computing, 2nd Edition

Timo Heister, Leo G. Rebholz

Publisher Resources

ISBN: 9781394266555