SlideShare a Scribd company logo
1 of 11
Download to read offline
Dr. Ahsan Page 1
Lecture 1
Signals and Systems
Introduction
This course is about signals and their processing by systems. It involves:
 Modeling of signals by mathematical functions
 Modeling of systems by mathematical equations
 Solution of the equations when excited by the functions
What are Signals?
A Signal is something that represents information. It is a function representing a
physical quantity or variable. Mathematically, a signal is represented as a function of
an independent variable t. Usually t represents time. Thus, a signal is denoted by x(t).
Our world is full of signals, both natural and man-made.
Examples are:
 Variation in air pressure when we speak
 Voltage or current waveform in a circuit
 Stock prices of Intel
What are systems?
A system is a generator of signals or it is a transformer of signals
What is Signal Processing?
Signal processing involves enhancing, extracting, storing and transmitting useful
information. Electrical signals are best suited for such manipulations. It is common to
convert signals to electrical form for processing. Two conceptual schemes for signal
processing are shown below.
Dr. Ahsan Page 2
Dr. Ahsan Page 3
Why study Signals and Systems?
Signals and systems are fundamental to all of engineering!
Steps involved in engineering are:
 Model system: Involves writing a mathematical description of input and output
signals
 Analyze system: Study of the various signals associated with the system
 Design system: Requires deciding on a suitable system architecture, as well as
finding suitable system parameters
 Implement system/Test system: Check system, and the input-output signals, to
see that the performance is satisfactory.
Classification of Signals
A. Continuous-Time and Discrete-Time Signals:
A signal x(t) is a continuous-time signal if t is a continuous variable. If t is a discrete
variable, that is, x(t) is defined at discrete times, then x(t) is a discrete-time signal.
Since a discrete-time signal is defined at discrete times, a discrete-time signal is often
identified as a sequence of numbers, denoted by {xn} or x[n], where n=integer.
Illustrations of a continuous-time signal x(t) and of a discrete-time signal x[n] are
shown in Fig. 1-1.
Fig. 1-1 Graphical representation of (a) continuous-time and (b) discrete-time signals.
Dr. Ahsan Page 4
A discrete-time signal x[n] may be obtained by sampling a continuous-time signal x(t).
Many physical systems operate in continuous time.
 Mass and spring
 Leaky tank
Digital computations are done in discrete time
 State machines: given the current input and current state, what is the next output
and next state.
B. Analog and Digital Signals:
If a continuous-time signal x(t) can take on any value in the continuous interval (a, b),
where a may be + and b may be - , then the continuous-time signal x(t) is called an
analog signal. If a discrete-time signal x[n] can take on only a finite number of
distinct values, then we call this signal a digital signal.
C. Real and Complex Signals:
A signal x(t) is a real signal if its value is a real number, and a signal x(t) is a complex
signal if its value is a complex number. A general complex signal x(t) a function of the
form
x (t) = x1(t) + jx2(t)
where x1(t) and x2(t) are real signals and √ .
D. Deterministic and Random Signals:
Deterministic signals are those signals whose values are completely specified for any
given time. Thus, a deterministic signal can be modeled by a known function of time t.
Random signals are those signals that take random values at any given time and must
be characterized statistically.
E. Even and Odd Signals:
A signal x ( t ) or x[n] is referred to as an even signal if
x(-t) = x(t)
x[-n] = x[n]
A signal x (t) or x[n] is referred to as an odd signal if
x(-t) = - x(t)
x[-n] = - x[n]
Dr. Ahsan Page 5
Examples of even and odd signals are shown in Fig. 1-2.
Fig. 1-2 Examples of even signals (a and b ) and odd signals (c and d)
F. Periodic and Nonperiodic Signals:
A continuous-time signal x (t) is said to be periodic with period T if
x(t +T) = x (t) for all t
An example of such a signal is given in Fig. 1-3(a). From Fig. 1-3(a) it follows that
x(t +mT) = x (t) for all t and any integer m.
The fundamental period T0, of x (t) is the smallest positive value of T.
Dr. Ahsan Page 6
Fig. 1-3 Examples of periodic signals.
Any continuous-time signal which is not periodic is called a nonperiodic (or aperiodic)
signal.
Periodic discrete-time signals are defined analogously. A sequence (discrete-time
signal) x[n] is periodic with period N if there is a positive integer N for which
x[n +N] =x[n] for all n
An example of such a sequence is given in Fig. 1-3(b). From Fig. 1-3(b) it follows that
x[n+mN] =x[n] for all n and any integer m.
The fundamental period N0 of x[n] is the smallest positive integer N.
Any sequence which is not periodic is called a nonperiodic (or aperiodic) sequence.
G. Energy and Power Signals:
Consider e(t) to be the voltage across a resistor R producing a current i(t). The
instantaneous power p(t) per ohm is defined as
2( ) ( )
( ) ( )
e t i t
p t i t
R
 
Since power is the rate of energy, the total energy expended over the time interval
t1tt2 is :
2 2
1 1
2
( ) ( )
t t
t t
E p t dt i t dt  
and the average power over this interval is:
2 2
1 1
2
2 1 2 1
1 1
( ) ( )
( ) ( )
t t
avg t t
P p t dt i t dt
t t t t
 
  
Dr. Ahsan Page 7
If t1 = -T and t2 = T then,
2
( )
T
T
E i t dt

  and
21
( )
2
T
avg T
P i t dt
T 
 
If i(t) is a continuous-time signal, the total energy E and average power P on a per-
ohm basis are
2 2
lim ( ) ( )
T
T
T
E i t dt i t dt joules


 
  
and
21
lim ( )
2
T
avg
T
T
P i t dt watts
T

 
For an arbitrary continuous-time signal x(t), the total energy normalized to unit
resistance is defined as
2 2
lim ( ) ( )
T
T
T
E x t dt x t dt joules


 
  
and the average power normalized to unit resistance is defined as
21
lim ( )
2
T
avg
T
T
P x t dt watts
T

 
Based on the above definition, the following classes of signals are defined:
1. x(t) is an energy signal if and only if 0<E< (having finite energy), so that P=0.
2. x(t) is a power signal if and only if 0<P<, thus implying that E=.
3. Signals that satisfy neither property are therefore neither energy nor power
signals.
An energy signal has zero average power, whereas a power signal has infinite energy.
Thus the periodic signals are classified as power signals.
In discrete time
2 2
lim [ ] [ ]
N
N
n N n
E x n x n


 
  
and
21
lim [ ]
(2 1)
N
avg
N
n N
P x n
N




Dr. Ahsan Page 8
Basic Continuous-Time Signals
A. The Unit Step Function:
The unit step function u(t) is defined as:
1 0
( )
0 0
t
u t
t

 

which is shown in Fig. 1-4(a).
Similarly, the shifted unit step function u(t - to) is defined as:
1
( )
0
o
o
o
t t
u t t
t t

  

which is shown in Fig. 1-4(b).
Fig. 1-4 (a) Unit step function; (b) shifted unit step function.
B. The Unit Impulse Function:
The unit impulse function (t), also known as the Dirac delta function (or simply Delta
function), defined as the conventional function having unity area over an infinitesimal
time interval as shown in Fig. 1-5
Fig. 1-5: The unit impulse function (t)
Dr. Ahsan Page 9
and possesses the following properties:
0
1. ( )
0 0
t
t
t

 
 

2. ( ) 1t dt



3. ( ) ( ) (0)t t dt  



where (t) is any regular function continuous at t=0.
Similarly, the delayed delta function (t - to) is defined by –
( ) ( ) ( )o ot t t dt t  


 
where (t) is any regular function continuous at t = to.
For convenience, (t) and (t- to) are depicted graphically as shown in Fig. 1-6.
Fig. 1-6 ( a ) Unit impulse function; (b) shifted unit impulse function.
Some additional properties of (t) are
1
4. ( ) ( )
5. ( ) ( )
6. ( ) ( ) (0) ( )
7. ( ) ( ) ( ) ( )o o o
at t
a
t t
x t t x t
x t t t x t t t
 
 
 
 

 

  
if x(t) is continuous at t = to.
Thus any continuous-time signal x(t) can be expressed as
( ) ( ) ( )x t x t d   


 
Dr. Ahsan Page 10
C. Unit Ramp Function:
0
( ) ( ) ( )
0 0
t t
r t x t u t
t

  

( )b
t
( )r t
1
1
0
( )a
t
( )x t
0t
1
0t0
Fig 1-7: (a) unit ramp function (b) unit pulse function
D. Unit Pulse Function: ( ) ( ) ( ) ( )o ox t t u t t u t t    
E. Complex Exponential Signals:
Let s = +j be a complex number. We define x(t) as
( )
( ) (cos sin )st j t t
x t e e e t j t  
 
   
Real exponential function: ( ) t
x t e

Fig. 1-8 Continuous-time real exponential signals. (a)  > 0; (b)  < 0.
Dr. Ahsan Page 11
Sinusoidal Function: x(t) = A cos(ot+)
Fig. 1-9 Continuous-time sinusoidal signal.
Waveform for ( ) cost
ox t e t

Fig. 1-10 (a) Exponentially increasing sinusoidal signal; (b) exponentially decreasing sinusoidal
signal.

More Related Content

What's hot

signals and systems
signals and systemssignals and systems
signals and systemsshaiksafi1
 
Lecture No:1 Signals & Systems
Lecture No:1 Signals & SystemsLecture No:1 Signals & Systems
Lecture No:1 Signals & Systemsrbatec
 
Unit-1 Classification of Signals
Unit-1 Classification of SignalsUnit-1 Classification of Signals
Unit-1 Classification of SignalsDr.SHANTHI K.G
 
SIGNAL OPERATIONS
SIGNAL OPERATIONSSIGNAL OPERATIONS
SIGNAL OPERATIONSmihir jain
 
Dsp U Lec04 Discrete Time Signals & Systems
Dsp U   Lec04 Discrete Time Signals & SystemsDsp U   Lec04 Discrete Time Signals & Systems
Dsp U Lec04 Discrete Time Signals & Systemstaha25
 
Fourier analysis of signals and systems
Fourier analysis of signals and systemsFourier analysis of signals and systems
Fourier analysis of signals and systemsBabul Islam
 
Digital Signal Processing
Digital Signal ProcessingDigital Signal Processing
Digital Signal ProcessingSandip Ladi
 
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time SignalsDSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time SignalsAmr E. Mohamed
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsAttaporn Ninsuwan
 
signal and system Lecture 3
signal and system Lecture 3signal and system Lecture 3
signal and system Lecture 3iqbal ahmad
 
Classification of-signals-systems-ppt
Classification of-signals-systems-pptClassification of-signals-systems-ppt
Classification of-signals-systems-pptMayankSharma1126
 
Convolution discrete and continuous time-difference equaion and system proper...
Convolution discrete and continuous time-difference equaion and system proper...Convolution discrete and continuous time-difference equaion and system proper...
Convolution discrete and continuous time-difference equaion and system proper...Vinod Sharma
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPTJay Baria
 
Types of the Signals- Signals and Systems
Types of the Signals- Signals and SystemsTypes of the Signals- Signals and Systems
Types of the Signals- Signals and SystemsGhansyam Rathod
 
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...Waqas Afzal
 
Signals and Systems 1.pptx
Signals and Systems 1.pptxSignals and Systems 1.pptx
Signals and Systems 1.pptxAhmedAli898175
 

What's hot (20)

signals and systems
signals and systemssignals and systems
signals and systems
 
Lecture No:1 Signals & Systems
Lecture No:1 Signals & SystemsLecture No:1 Signals & Systems
Lecture No:1 Signals & Systems
 
Unit-1 Classification of Signals
Unit-1 Classification of SignalsUnit-1 Classification of Signals
Unit-1 Classification of Signals
 
SIGNAL OPERATIONS
SIGNAL OPERATIONSSIGNAL OPERATIONS
SIGNAL OPERATIONS
 
Dsp U Lec04 Discrete Time Signals & Systems
Dsp U   Lec04 Discrete Time Signals & SystemsDsp U   Lec04 Discrete Time Signals & Systems
Dsp U Lec04 Discrete Time Signals & Systems
 
Fourier analysis of signals and systems
Fourier analysis of signals and systemsFourier analysis of signals and systems
Fourier analysis of signals and systems
 
Digital Signal Processing
Digital Signal ProcessingDigital Signal Processing
Digital Signal Processing
 
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time SignalsDSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic Signals
 
signal and system Lecture 3
signal and system Lecture 3signal and system Lecture 3
signal and system Lecture 3
 
Sns slide 1 2011
Sns slide 1 2011Sns slide 1 2011
Sns slide 1 2011
 
Classification of-signals-systems-ppt
Classification of-signals-systems-pptClassification of-signals-systems-ppt
Classification of-signals-systems-ppt
 
Convolution discrete and continuous time-difference equaion and system proper...
Convolution discrete and continuous time-difference equaion and system proper...Convolution discrete and continuous time-difference equaion and system proper...
Convolution discrete and continuous time-difference equaion and system proper...
 
z transforms
z transformsz transforms
z transforms
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
 
Types of the Signals- Signals and Systems
Types of the Signals- Signals and SystemsTypes of the Signals- Signals and Systems
Types of the Signals- Signals and Systems
 
Unit 7 &amp; 8 z-transform
Unit 7 &amp; 8  z-transformUnit 7 &amp; 8  z-transform
Unit 7 &amp; 8 z-transform
 
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...
LTI System, Basic Types of Digital signals, Basic Operations, Causality, Stab...
 
Signals and Systems 1.pptx
Signals and Systems 1.pptxSignals and Systems 1.pptx
Signals and Systems 1.pptx
 
Signals and system
Signals and systemSignals and system
Signals and system
 

Viewers also liked

Signal & systems
Signal & systemsSignal & systems
Signal & systemsAJAL A J
 
Lecture2 Signal and Systems
Lecture2 Signal and SystemsLecture2 Signal and Systems
Lecture2 Signal and Systemsbabak danyal
 
Signals and systems( chapter 1)
Signals and systems( chapter 1)Signals and systems( chapter 1)
Signals and systems( chapter 1)Fariza Zahari
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systemsbabak danyal
 
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)Daphne Silveira
 
discrete time signals and systems
 discrete time signals and systems  discrete time signals and systems
discrete time signals and systems Zlatan Ahmadovic
 
Lecture5 Signal and Systems
Lecture5 Signal and SystemsLecture5 Signal and Systems
Lecture5 Signal and Systemsbabak danyal
 
signal and system Lecture 2
signal and system Lecture 2signal and system Lecture 2
signal and system Lecture 2iqbal ahmad
 
Lecture7 Signal and Systems
Lecture7 Signal and SystemsLecture7 Signal and Systems
Lecture7 Signal and Systemsbabak danyal
 
Example of the Laplace Transform
Example of the Laplace TransformExample of the Laplace Transform
Example of the Laplace TransformDavid Parker
 
Ct signal operations
Ct signal operationsCt signal operations
Ct signal operationsmihir jain
 
Lecture6 Signal and Systems
Lecture6 Signal and SystemsLecture6 Signal and Systems
Lecture6 Signal and Systemsbabak danyal
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula SheetHaris Hassan
 
Circuit Network Analysis - [Chapter4] Laplace Transform
Circuit Network Analysis - [Chapter4] Laplace TransformCircuit Network Analysis - [Chapter4] Laplace Transform
Circuit Network Analysis - [Chapter4] Laplace TransformSimen Li
 

Viewers also liked (20)

Signals and Systems Notes
Signals and Systems Notes Signals and Systems Notes
Signals and Systems Notes
 
Signal & systems
Signal & systemsSignal & systems
Signal & systems
 
Lecture2 Signal and Systems
Lecture2 Signal and SystemsLecture2 Signal and Systems
Lecture2 Signal and Systems
 
Signals and systems
Signals  and systemsSignals  and systems
Signals and systems
 
Signals and systems( chapter 1)
Signals and systems( chapter 1)Signals and systems( chapter 1)
Signals and systems( chapter 1)
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
 
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
 
discrete time signals and systems
 discrete time signals and systems  discrete time signals and systems
discrete time signals and systems
 
Lecture5 Signal and Systems
Lecture5 Signal and SystemsLecture5 Signal and Systems
Lecture5 Signal and Systems
 
signal and system Lecture 2
signal and system Lecture 2signal and system Lecture 2
signal and system Lecture 2
 
Signal
SignalSignal
Signal
 
Lecture7 Signal and Systems
Lecture7 Signal and SystemsLecture7 Signal and Systems
Lecture7 Signal and Systems
 
Example of the Laplace Transform
Example of the Laplace TransformExample of the Laplace Transform
Example of the Laplace Transform
 
Ct signal operations
Ct signal operationsCt signal operations
Ct signal operations
 
Hw1 solution
Hw1 solutionHw1 solution
Hw1 solution
 
Lecture6 Signal and Systems
Lecture6 Signal and SystemsLecture6 Signal and Systems
Lecture6 Signal and Systems
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula Sheet
 
OPERATIONS ON SIGNALS
OPERATIONS ON SIGNALSOPERATIONS ON SIGNALS
OPERATIONS ON SIGNALS
 
Circuit Network Analysis - [Chapter4] Laplace Transform
Circuit Network Analysis - [Chapter4] Laplace TransformCircuit Network Analysis - [Chapter4] Laplace Transform
Circuit Network Analysis - [Chapter4] Laplace Transform
 

Similar to signal and system Lecture 1

Ec8352 signals and systems 2 marks with answers
Ec8352 signals and systems   2 marks with answersEc8352 signals and systems   2 marks with answers
Ec8352 signals and systems 2 marks with answersGayathri Krishnamoorthy
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal001Abhishek1
 
Communication system 1 chapter 2-part-1
Communication system 1 chapter  2-part-1Communication system 1 chapter  2-part-1
Communication system 1 chapter 2-part-1BetelihemMesfin1
 
3.Properties of signals
3.Properties of signals3.Properties of signals
3.Properties of signalsINDIAN NAVY
 
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptxPPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptxidrissaeed
 
Ss important questions
Ss important questionsSs important questions
Ss important questionsSowji Laddu
 
02_signals.pdf
02_signals.pdf02_signals.pdf
02_signals.pdfMituBaral2
 
Unit 1 -Introduction to signals and standard signals
Unit 1 -Introduction to signals  and standard signalsUnit 1 -Introduction to signals  and standard signals
Unit 1 -Introduction to signals and standard signalsDr.SHANTHI K.G
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and SystemAttaporn Ninsuwan
 
Signals and Systems-Unit 1 & 2.pptx
Signals and Systems-Unit 1 & 2.pptxSignals and Systems-Unit 1 & 2.pptx
Signals and Systems-Unit 1 & 2.pptxSelamawitHadush1
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptxVairaPrakash2
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptxVairaPrakash2
 

Similar to signal and system Lecture 1 (20)

Ec8352 signals and systems 2 marks with answers
Ec8352 signals and systems   2 marks with answersEc8352 signals and systems   2 marks with answers
Ec8352 signals and systems 2 marks with answers
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
 
Communication system 1 chapter 2-part-1
Communication system 1 chapter  2-part-1Communication system 1 chapter  2-part-1
Communication system 1 chapter 2-part-1
 
3.Properties of signals
3.Properties of signals3.Properties of signals
3.Properties of signals
 
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptxPPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
 
Elementary signals
Elementary signalsElementary signals
Elementary signals
 
Ss important questions
Ss important questionsSs important questions
Ss important questions
 
Basic concepts
Basic conceptsBasic concepts
Basic concepts
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Ecse 2410
Ecse 2410Ecse 2410
Ecse 2410
 
02_signals.pdf
02_signals.pdf02_signals.pdf
02_signals.pdf
 
unit 4,5 (1).docx
unit 4,5 (1).docxunit 4,5 (1).docx
unit 4,5 (1).docx
 
Unit 1 -Introduction to signals and standard signals
Unit 1 -Introduction to signals  and standard signalsUnit 1 -Introduction to signals  and standard signals
Unit 1 -Introduction to signals and standard signals
 
signal.pdf
signal.pdfsignal.pdf
signal.pdf
 
Bsa ppt 48
Bsa ppt 48Bsa ppt 48
Bsa ppt 48
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and System
 
Signals and Systems-Unit 1 & 2.pptx
Signals and Systems-Unit 1 & 2.pptxSignals and Systems-Unit 1 & 2.pptx
Signals and Systems-Unit 1 & 2.pptx
 
lecture3_2.pdf
lecture3_2.pdflecture3_2.pdf
lecture3_2.pdf
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptx
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptx
 

More from iqbal ahmad

Probability, random variables and random signal principles 2nd ed. p. peebles
Probability, random variables and random signal principles 2nd ed.   p. peeblesProbability, random variables and random signal principles 2nd ed.   p. peebles
Probability, random variables and random signal principles 2nd ed. p. peeblesiqbal ahmad
 
signal and system Dirac delta functions (1)
signal and system Dirac delta functions (1)signal and system Dirac delta functions (1)
signal and system Dirac delta functions (1)iqbal ahmad
 
signal and system solution Quiz2
signal and system solution Quiz2signal and system solution Quiz2
signal and system solution Quiz2iqbal ahmad
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solutioniqbal ahmad
 
Programming lab 1 lecture
Programming lab 1 lectureProgramming lab 1 lecture
Programming lab 1 lectureiqbal ahmad
 
Capacitors and inductors
Capacitors and inductorsCapacitors and inductors
Capacitors and inductorsiqbal ahmad
 
Second order ena notes
Second order ena notesSecond order ena notes
Second order ena notesiqbal ahmad
 
First order ena notes
First order ena notesFirst order ena notes
First order ena notesiqbal ahmad
 
microprocessor Lec 02 mic
microprocessor Lec 02 micmicroprocessor Lec 02 mic
microprocessor Lec 02 miciqbal ahmad
 
microprocessor Lec 01 mic
microprocessor Lec 01 micmicroprocessor Lec 01 mic
microprocessor Lec 01 miciqbal ahmad
 

More from iqbal ahmad (10)

Probability, random variables and random signal principles 2nd ed. p. peebles
Probability, random variables and random signal principles 2nd ed.   p. peeblesProbability, random variables and random signal principles 2nd ed.   p. peebles
Probability, random variables and random signal principles 2nd ed. p. peebles
 
signal and system Dirac delta functions (1)
signal and system Dirac delta functions (1)signal and system Dirac delta functions (1)
signal and system Dirac delta functions (1)
 
signal and system solution Quiz2
signal and system solution Quiz2signal and system solution Quiz2
signal and system solution Quiz2
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solution
 
Programming lab 1 lecture
Programming lab 1 lectureProgramming lab 1 lecture
Programming lab 1 lecture
 
Capacitors and inductors
Capacitors and inductorsCapacitors and inductors
Capacitors and inductors
 
Second order ena notes
Second order ena notesSecond order ena notes
Second order ena notes
 
First order ena notes
First order ena notesFirst order ena notes
First order ena notes
 
microprocessor Lec 02 mic
microprocessor Lec 02 micmicroprocessor Lec 02 mic
microprocessor Lec 02 mic
 
microprocessor Lec 01 mic
microprocessor Lec 01 micmicroprocessor Lec 01 mic
microprocessor Lec 01 mic
 

Recently uploaded

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

signal and system Lecture 1

  • 1. Dr. Ahsan Page 1 Lecture 1 Signals and Systems Introduction This course is about signals and their processing by systems. It involves:  Modeling of signals by mathematical functions  Modeling of systems by mathematical equations  Solution of the equations when excited by the functions What are Signals? A Signal is something that represents information. It is a function representing a physical quantity or variable. Mathematically, a signal is represented as a function of an independent variable t. Usually t represents time. Thus, a signal is denoted by x(t). Our world is full of signals, both natural and man-made. Examples are:  Variation in air pressure when we speak  Voltage or current waveform in a circuit  Stock prices of Intel What are systems? A system is a generator of signals or it is a transformer of signals What is Signal Processing? Signal processing involves enhancing, extracting, storing and transmitting useful information. Electrical signals are best suited for such manipulations. It is common to convert signals to electrical form for processing. Two conceptual schemes for signal processing are shown below.
  • 3. Dr. Ahsan Page 3 Why study Signals and Systems? Signals and systems are fundamental to all of engineering! Steps involved in engineering are:  Model system: Involves writing a mathematical description of input and output signals  Analyze system: Study of the various signals associated with the system  Design system: Requires deciding on a suitable system architecture, as well as finding suitable system parameters  Implement system/Test system: Check system, and the input-output signals, to see that the performance is satisfactory. Classification of Signals A. Continuous-Time and Discrete-Time Signals: A signal x(t) is a continuous-time signal if t is a continuous variable. If t is a discrete variable, that is, x(t) is defined at discrete times, then x(t) is a discrete-time signal. Since a discrete-time signal is defined at discrete times, a discrete-time signal is often identified as a sequence of numbers, denoted by {xn} or x[n], where n=integer. Illustrations of a continuous-time signal x(t) and of a discrete-time signal x[n] are shown in Fig. 1-1. Fig. 1-1 Graphical representation of (a) continuous-time and (b) discrete-time signals.
  • 4. Dr. Ahsan Page 4 A discrete-time signal x[n] may be obtained by sampling a continuous-time signal x(t). Many physical systems operate in continuous time.  Mass and spring  Leaky tank Digital computations are done in discrete time  State machines: given the current input and current state, what is the next output and next state. B. Analog and Digital Signals: If a continuous-time signal x(t) can take on any value in the continuous interval (a, b), where a may be + and b may be - , then the continuous-time signal x(t) is called an analog signal. If a discrete-time signal x[n] can take on only a finite number of distinct values, then we call this signal a digital signal. C. Real and Complex Signals: A signal x(t) is a real signal if its value is a real number, and a signal x(t) is a complex signal if its value is a complex number. A general complex signal x(t) a function of the form x (t) = x1(t) + jx2(t) where x1(t) and x2(t) are real signals and √ . D. Deterministic and Random Signals: Deterministic signals are those signals whose values are completely specified for any given time. Thus, a deterministic signal can be modeled by a known function of time t. Random signals are those signals that take random values at any given time and must be characterized statistically. E. Even and Odd Signals: A signal x ( t ) or x[n] is referred to as an even signal if x(-t) = x(t) x[-n] = x[n] A signal x (t) or x[n] is referred to as an odd signal if x(-t) = - x(t) x[-n] = - x[n]
  • 5. Dr. Ahsan Page 5 Examples of even and odd signals are shown in Fig. 1-2. Fig. 1-2 Examples of even signals (a and b ) and odd signals (c and d) F. Periodic and Nonperiodic Signals: A continuous-time signal x (t) is said to be periodic with period T if x(t +T) = x (t) for all t An example of such a signal is given in Fig. 1-3(a). From Fig. 1-3(a) it follows that x(t +mT) = x (t) for all t and any integer m. The fundamental period T0, of x (t) is the smallest positive value of T.
  • 6. Dr. Ahsan Page 6 Fig. 1-3 Examples of periodic signals. Any continuous-time signal which is not periodic is called a nonperiodic (or aperiodic) signal. Periodic discrete-time signals are defined analogously. A sequence (discrete-time signal) x[n] is periodic with period N if there is a positive integer N for which x[n +N] =x[n] for all n An example of such a sequence is given in Fig. 1-3(b). From Fig. 1-3(b) it follows that x[n+mN] =x[n] for all n and any integer m. The fundamental period N0 of x[n] is the smallest positive integer N. Any sequence which is not periodic is called a nonperiodic (or aperiodic) sequence. G. Energy and Power Signals: Consider e(t) to be the voltage across a resistor R producing a current i(t). The instantaneous power p(t) per ohm is defined as 2( ) ( ) ( ) ( ) e t i t p t i t R   Since power is the rate of energy, the total energy expended over the time interval t1tt2 is : 2 2 1 1 2 ( ) ( ) t t t t E p t dt i t dt   and the average power over this interval is: 2 2 1 1 2 2 1 2 1 1 1 ( ) ( ) ( ) ( ) t t avg t t P p t dt i t dt t t t t     
  • 7. Dr. Ahsan Page 7 If t1 = -T and t2 = T then, 2 ( ) T T E i t dt    and 21 ( ) 2 T avg T P i t dt T    If i(t) is a continuous-time signal, the total energy E and average power P on a per- ohm basis are 2 2 lim ( ) ( ) T T T E i t dt i t dt joules        and 21 lim ( ) 2 T avg T T P i t dt watts T    For an arbitrary continuous-time signal x(t), the total energy normalized to unit resistance is defined as 2 2 lim ( ) ( ) T T T E x t dt x t dt joules        and the average power normalized to unit resistance is defined as 21 lim ( ) 2 T avg T T P x t dt watts T    Based on the above definition, the following classes of signals are defined: 1. x(t) is an energy signal if and only if 0<E< (having finite energy), so that P=0. 2. x(t) is a power signal if and only if 0<P<, thus implying that E=. 3. Signals that satisfy neither property are therefore neither energy nor power signals. An energy signal has zero average power, whereas a power signal has infinite energy. Thus the periodic signals are classified as power signals. In discrete time 2 2 lim [ ] [ ] N N n N n E x n x n        and 21 lim [ ] (2 1) N avg N n N P x n N    
  • 8. Dr. Ahsan Page 8 Basic Continuous-Time Signals A. The Unit Step Function: The unit step function u(t) is defined as: 1 0 ( ) 0 0 t u t t     which is shown in Fig. 1-4(a). Similarly, the shifted unit step function u(t - to) is defined as: 1 ( ) 0 o o o t t u t t t t      which is shown in Fig. 1-4(b). Fig. 1-4 (a) Unit step function; (b) shifted unit step function. B. The Unit Impulse Function: The unit impulse function (t), also known as the Dirac delta function (or simply Delta function), defined as the conventional function having unity area over an infinitesimal time interval as shown in Fig. 1-5 Fig. 1-5: The unit impulse function (t)
  • 9. Dr. Ahsan Page 9 and possesses the following properties: 0 1. ( ) 0 0 t t t       2. ( ) 1t dt    3. ( ) ( ) (0)t t dt      where (t) is any regular function continuous at t=0. Similarly, the delayed delta function (t - to) is defined by – ( ) ( ) ( )o ot t t dt t       where (t) is any regular function continuous at t = to. For convenience, (t) and (t- to) are depicted graphically as shown in Fig. 1-6. Fig. 1-6 ( a ) Unit impulse function; (b) shifted unit impulse function. Some additional properties of (t) are 1 4. ( ) ( ) 5. ( ) ( ) 6. ( ) ( ) (0) ( ) 7. ( ) ( ) ( ) ( )o o o at t a t t x t t x t x t t t x t t t                if x(t) is continuous at t = to. Thus any continuous-time signal x(t) can be expressed as ( ) ( ) ( )x t x t d       
  • 10. Dr. Ahsan Page 10 C. Unit Ramp Function: 0 ( ) ( ) ( ) 0 0 t t r t x t u t t      ( )b t ( )r t 1 1 0 ( )a t ( )x t 0t 1 0t0 Fig 1-7: (a) unit ramp function (b) unit pulse function D. Unit Pulse Function: ( ) ( ) ( ) ( )o ox t t u t t u t t     E. Complex Exponential Signals: Let s = +j be a complex number. We define x(t) as ( ) ( ) (cos sin )st j t t x t e e e t j t         Real exponential function: ( ) t x t e  Fig. 1-8 Continuous-time real exponential signals. (a)  > 0; (b)  < 0.
  • 11. Dr. Ahsan Page 11 Sinusoidal Function: x(t) = A cos(ot+) Fig. 1-9 Continuous-time sinusoidal signal. Waveform for ( ) cost ox t e t  Fig. 1-10 (a) Exponentially increasing sinusoidal signal; (b) exponentially decreasing sinusoidal signal.