SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
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

DOC
Math34 Trigonometric Formulas
DOCX
Signals & systems
PPT
Lecture3 Signal and Systems
PPTX
Classification of signals
DOC
Digital Signal Processing Lab Manual ECE students
PPT
Signal & systems
PPTX
Signals and Systems: Energy and Power Signals
PPTX
discrete time signals and systems
Math34 Trigonometric Formulas
Signals & systems
Lecture3 Signal and Systems
Classification of signals
Digital Signal Processing Lab Manual ECE students
Signal & systems
Signals and Systems: Energy and Power Signals
discrete time signals and systems

What's hot (20)

PPTX
2. classification of signals
PDF
Fundamentals of Digital Signal Processing - Question Bank
PDF
Chapter4 - The Continuous-Time Fourier Transform
PPTX
Properties of dft
PDF
Signals and systems-3
PDF
Lecture 5: The Convolution Sum
PPTX
Unit 1 Operation on signals
PPTX
Types of system
PPTX
Fourier series
PDF
Digital Signal Processing
PPTX
system properties
PPTX
Representation of signals
PDF
Ss important questions
PPTX
Psk, qam, fsk different modulation
PDF
Solved problems in waveguides
PDF
Dsp U Lec10 DFT And FFT
PPTX
Convolution sum using graphical and matrix method
PDF
blake sample-problems
PPTX
Design of Filters PPT
PPTX
Signals & Systems PPT
2. classification of signals
Fundamentals of Digital Signal Processing - Question Bank
Chapter4 - The Continuous-Time Fourier Transform
Properties of dft
Signals and systems-3
Lecture 5: The Convolution Sum
Unit 1 Operation on signals
Types of system
Fourier series
Digital Signal Processing
system properties
Representation of signals
Ss important questions
Psk, qam, fsk different modulation
Solved problems in waveguides
Dsp U Lec10 DFT And FFT
Convolution sum using graphical and matrix method
blake sample-problems
Design of Filters PPT
Signals & Systems PPT
Ad

Viewers also liked (20)

PDF
Signals and Systems Notes
PPT
Lecture2 Signal and Systems
PDF
Signals and systems
PDF
Signals and systems( chapter 1)
PPT
Signals and classification
PDF
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
PPT
Lecture5 Signal and Systems
DOCX
signal and system Lecture 2
DOCX
signal and system Lecture 3
PPT
PPT
Lecture7 Signal and Systems
PDF
Example of the Laplace Transform
PDF
Ct signal operations
PDF
Hw1 solution
PPT
Lecture6 Signal and Systems
PDF
SIGNAL OPERATIONS
PPT
Laplace transform
PDF
Signals and Systems Formula Sheet
PPT
OPERATIONS ON SIGNALS
PDF
Circuit Network Analysis - [Chapter4] Laplace Transform
Signals and Systems Notes
Lecture2 Signal and Systems
Signals and systems
Signals and systems( chapter 1)
Signals and classification
Fundamentals of Signals and systems (Ganesh Rao Signals and systems)
Lecture5 Signal and Systems
signal and system Lecture 2
signal and system Lecture 3
Lecture7 Signal and Systems
Example of the Laplace Transform
Ct signal operations
Hw1 solution
Lecture6 Signal and Systems
SIGNAL OPERATIONS
Laplace transform
Signals and Systems Formula Sheet
OPERATIONS ON SIGNALS
Circuit Network Analysis - [Chapter4] Laplace Transform
Ad

Similar to signal and system Lecture 1 (20)

PPTX
Signal and system-1.pptx for B.tech student
PPT
classification of continuous and discrete time signals
PPTX
Communication system 1 chapter 2-part-1
PPT
PPTX
Signals and Systems-Unit 1 & 2.pptx
PDF
Signals and system
PPT
Signal classification of signal
PPT
Classification of-signals-systems-ppt
PPTX
Unit-1 Classification of Signals
PPT
Classifications of signals vi sem cse it6502
PDF
SigSys_chapter1 for engineering for a few minutes and then
PDF
Lecture 1
PPTX
Unit 1 -Introduction to signals and standard signals
PPTX
Introduction of communication system_Unit-I Part 2.pptx
PPTX
Introduction to communication system part 2Unit-I Part 2.pptx
PPTX
Bsa ppt 48
PPT
Introduction Week#1-2 Signal and Systems F23.ppt
PPTX
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
PDF
signal.pdf
PPT
2. signal & systems beyonds
Signal and system-1.pptx for B.tech student
classification of continuous and discrete time signals
Communication system 1 chapter 2-part-1
Signals and Systems-Unit 1 & 2.pptx
Signals and system
Signal classification of signal
Classification of-signals-systems-ppt
Unit-1 Classification of Signals
Classifications of signals vi sem cse it6502
SigSys_chapter1 for engineering for a few minutes and then
Lecture 1
Unit 1 -Introduction to signals and standard signals
Introduction of communication system_Unit-I Part 2.pptx
Introduction to communication system part 2Unit-I Part 2.pptx
Bsa ppt 48
Introduction Week#1-2 Signal and Systems F23.ppt
PPT Chapter-1-V1.pptx__26715_1_1539251776000.pptx.pptx
signal.pdf
2. signal & systems beyonds

More from iqbal ahmad (10)

PDF
Probability, random variables and random signal principles 2nd ed. p. peebles
DOC
signal and system Dirac delta functions (1)
PDF
signal and system solution Quiz2
PDF
signal and system Hw2 solution
PPTX
Programming lab 1 lecture
PDF
Capacitors and inductors
PDF
Second order ena notes
PDF
First order ena notes
PPT
microprocessor Lec 02 mic
PPT
microprocessor Lec 01 mic
Probability, random variables and random signal principles 2nd ed. p. peebles
signal and system Dirac delta functions (1)
signal and system solution Quiz2
signal and system Hw2 solution
Programming lab 1 lecture
Capacitors and inductors
Second order ena notes
First order ena notes
microprocessor Lec 02 mic
microprocessor Lec 01 mic

Recently uploaded (20)

PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Well-logging-methods_new................
PDF
Digital Logic Computer Design lecture notes
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
additive manufacturing of ss316l using mig welding
PDF
PPT on Performance Review to get promotions
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Welding lecture in detail for understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
UNIT 4 Total Quality Management .pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
composite construction of structures.pdf
PPTX
Construction Project Organization Group 2.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
R24 SURVEYING LAB MANUAL for civil enggi
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Well-logging-methods_new................
Digital Logic Computer Design lecture notes
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
additive manufacturing of ss316l using mig welding
PPT on Performance Review to get promotions
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Welding lecture in detail for understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Internet of Things (IOT) - A guide to understanding
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
UNIT 4 Total Quality Management .pptx
573137875-Attendance-Management-System-original
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
composite construction of structures.pdf
Construction Project Organization Group 2.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.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.