SlideShare a Scribd company logo
Operations on
Continuous-Time SignalsContinuous-Time Signals
David W. Graham
EE 327
Continuous-Time Signals
• Continuous-Time Signals
– Time is a continuous variable
– The signal itself need not be continuous
2
• We will look at several common
continuous-time signals and also
operations that may be performed on them
Unit Step Function u(t)
( )



<
≥
=
00
01
t
t
tu
t
1
3

•Used to characterize systems
•We will use u(t) to illustrate the properties of continuous-time signals
t
0
Operations of CT Signals
1. Time Reversal y(t) = x(-t)
2. Time Shifting y(t) = x(t-td)
3. Amplitude Scaling y(t) = Bx(t)
4
4. Addition y(t) = x1(t) + x2(t)
5. Multiplication y(t) = x1(t)x2(t)
6. Time Scaling y(t) = x(at)
1. Time Reversal
• Flips the signal about the y axis
• y(t) = x(-t)
ex. Let x(t) = u(t), and perform time reversal
5
Solution: Find y(t) = u(-t)
Let “a” be the argument of the step function u(a)
( )



<
≥
=
00
01
a
a
au
Let a = -t, and plug in this value of “a”
( )



>
≤
=−
00
01
t
t
tu
t
1
0
2. Time Shifting / Delay
• y(t) = x(t – td)
• Shifts the signal left or right
• Shifts the origin of the signal to td
6
• Rule Set (t – td) = 0 (set the argument equal
to zero)
Then move the origin of x(t) to td
• Effectively, y(t) equals what x(t) was td seconds
ago
2. Time Shifting / Delay
ex. Sketch y(t) = u(t – 2)
Method 1
Let “a” be the argument of “u”
( ) 


 ≥
=
≥−
=
 ≥
=
2102101 tta
ay
7
( )




<
=
<−
=


<
=
2002000 tta
ay
t
1
0
1 2
Method 2 (by inspection)
Simply shift the origin to td = 2
3. Amplitude Scaling
• Multiply the entire signal by a constant value
• y(t) = Bx(t)
ex. Sketch y(t) = 5u(t)
8
t
5
0
4. Addition of Signals
• Point-by-point addition of multiple signals
• Move from left to right (or vice versa), and add
the value of each signal together to achieve the
final signal
• y(t) = x (t) + x (t)
9
• y(t) = x1(t) + x2(t)
• Graphical solution
– Plot each individual portion of the signal (break into
parts)
– Add the signals point by point
4. Addition of Signals
ex. Sketch y(t) = u(t) – u(t – 2)
First, plot each of the portions of this signal separately
•x1(t) = u(t) Simply a step signal
•x2(t) = –u(t-2) Delayed step signal, multiplied by -1
10
t
1
1 2
-1
x1(t) = u(t)
x2(t) = -u(t - 2)
Then, move from one side to
the other, and add their
instantaneous values
t
1
0
1 2
y(t)
5. Multiplication of Signals
• Point-by-point multiplication of the values
of each signal
• y(t) = x1(t)x2(t)
11
• Graphical solution
– Plot each individual portion of the signal
(break into parts)
– Multiply the signals point by point
5. Multiplication of Signals
ex. Sketch y(t) = u(t)·u(t – 2)
First, plot each of the portions of this signal separately
•x1(t) = u(t) Simply a step signal
•x2(t) = u(t-2) Delayed step signal
12
t
1
1 2
x1(t) = u(t)
x2(t) = -u(t - 2)
Then, move from one side to
the other, and multiply
instantaneous values
t
1
1 2
y(t)
6. Time Scaling
• Speed up or slow down a signal
• Multiply the time in the argument by a
constant
• y(t) = x(at)
13
• y(t) = x(at)
|a| > 1 Speed up x(t) by a factor of “a”
|a| < 1 Slow down x(t) by a factor of “a”
• Key Replace all instances of “t” with “at”
6. Time Scaling
ex. Let x(t) = u(t) – u(t – 2)
Sketch y(t) = x(2t)
1
x(t)
First, plot x(t)
Replace all t’s with 2t
14
t1 2
y(t) = x(2t) = u(2t) – u(2t – 2)
Turns on at
2t ≥ 0
t ≥ 0
No change
Turns on at
2t - 2 ≥ 0
t ≥ 1
t
1
1 2
y(t)
This has effectively “sped up” x(t) by a factor of 2
(What occurred at t=2 now occurs at t=2/2=1)
6. Time Scaling
ex. Let x(t) = u(t) – u(t – 2)
Sketch y(t) = x(t/2)
1
x(t)
First, plot x(t)
Replace all t’s with t/2
15
t1 2
y(t) = x(t/2) = u(t/2) – u((t/2) – 2)
Turns on at
t/2 ≥ 0
t ≥ 0
No change
Turns on at
t/2 - 2 ≥ 0
t ≥ 4
This has effectively “slowed down” x(t) by a factor of 2
(What occurred at t=1 now occurs at t=2)
t
1
1 2
y(t)
3 4
Combinations of Operations
• Combinations of operations on signals
– Easier to Determine the final signal in stages
– Create intermediary signals in which one
operation is performed
16
operation is performed
ex. Time Scale and Time Shift
Let x(t) = u(t + 2) – u(t – 4)
Sketch y(t) = x(2t – 2)
t
1
1 2
x(t)
3 4-1-2
Can perform either operation first
Method 1 Shift then scale
17
Method 1 Shift then scale
Let v(t) = x(t – b) Time shifted version of x(t)
Then y(t) = v(at) = x(at – b)
Replace “t” with the argument of “v”
Match up “a” and “b” to what is given in the
problem statement
at – b = 2t – 2
(Match powers of t)
a = 2
b = 2
Therefore, shift by 2,
then scale by 2
t
1
1 2
v(t) = x(t - 2)
3 4 5 6
t
1
1 2
y(t) = v(2t) = x(2t - 2)
3 4 5 6
ex. Time Scale and Time Shift
Let x(t) = u(t + 2) – u(t – 4)
Sketch y(t) = x(2t – 2)
t
1
1 2
x(t)
3 4-1-2
Can perform either operation first
Method 2 Scale then shift
18
Method 2 Scale then shift
Let v(t) = x(at) Time scaled version of x(t)
Then y(t) = v(t – b) = x(a(t – b)) = x(at – ab)
Replace “t” with the argument of “v”
Match up “a” and “b” to what is given in the
problem statement
at – ab = 2t – 2
(Match powers of t)
a = 2
ab = 2, b = 1
Therefore, scale by
2, then shift by 1
t
1
1 2
v(t) = x(2t)
3 4-1-2
t
1
1 2
y(t) = v(t - 1) = x(2(t - 1))
x(2t - 2)
3 4-1-2
ex. Time Scale and Time Shift
• Note – The results are the same
• Note – The value of b in Method 2 is a
scaled version of the time delay
– t = 2
19
– td = 2
– Time scale factor = 2
– New scale factor = 2/2 = 1

More Related Content

What's hot

Lti system
Lti systemLti system
Lti system
Fariza Zahari
 
Radix-2 DIT FFT
Radix-2 DIT FFT Radix-2 DIT FFT
Radix-2 DIT FFT
Sarang Joshi
 
Convolution
ConvolutionConvolution
Convolution
vandanamalode1
 
Digital Signal Processing[ECEG-3171]-Ch1_L04
Digital Signal Processing[ECEG-3171]-Ch1_L04Digital Signal Processing[ECEG-3171]-Ch1_L04
Digital Signal Processing[ECEG-3171]-Ch1_L04
Rediet Moges
 
Concept of-complex-frequency
Concept of-complex-frequencyConcept of-complex-frequency
Concept of-complex-frequencyVishal Thakur
 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
Amr E. Mohamed
 
signals and system
signals and systemsignals and system
signals and system
Naatchammai Ramanathan
 
DSP_2018_FOEHU - Lec 04 - The z-Transform
DSP_2018_FOEHU - Lec 04 - The z-TransformDSP_2018_FOEHU - Lec 04 - The z-Transform
DSP_2018_FOEHU - Lec 04 - The z-Transform
Amr E. Mohamed
 
Signals and systems( chapter 1)
Signals and systems( chapter 1)Signals and systems( chapter 1)
Signals and systems( chapter 1)Fariza Zahari
 
Sampling Theorem
Sampling TheoremSampling Theorem
Sampling Theorem
Dr Naim R Kidwai
 
Overview of sampling
Overview of samplingOverview of sampling
Overview of sampling
Sagar Kumar
 
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Mehran University Of Engineering and Technology, Pakistan
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
Jay Baria
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Amr E. Mohamed
 
Sampling theorem
Sampling theoremSampling theorem
Sampling theorem
Shanu Bhuvana
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
NimithaSoman
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
Amr E. Mohamed
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
INDIAN NAVY
 
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
Amr E. Mohamed
 
Signal & systems
Signal & systemsSignal & systems
Signal & systems
AJAL A J
 

What's hot (20)

Lti system
Lti systemLti system
Lti system
 
Radix-2 DIT FFT
Radix-2 DIT FFT Radix-2 DIT FFT
Radix-2 DIT FFT
 
Convolution
ConvolutionConvolution
Convolution
 
Digital Signal Processing[ECEG-3171]-Ch1_L04
Digital Signal Processing[ECEG-3171]-Ch1_L04Digital Signal Processing[ECEG-3171]-Ch1_L04
Digital Signal Processing[ECEG-3171]-Ch1_L04
 
Concept of-complex-frequency
Concept of-complex-frequencyConcept of-complex-frequency
Concept of-complex-frequency
 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
 
signals and system
signals and systemsignals and system
signals and system
 
DSP_2018_FOEHU - Lec 04 - The z-Transform
DSP_2018_FOEHU - Lec 04 - The z-TransformDSP_2018_FOEHU - Lec 04 - The z-Transform
DSP_2018_FOEHU - Lec 04 - The z-Transform
 
Signals and systems( chapter 1)
Signals and systems( chapter 1)Signals and systems( chapter 1)
Signals and systems( chapter 1)
 
Sampling Theorem
Sampling TheoremSampling Theorem
Sampling Theorem
 
Overview of sampling
Overview of samplingOverview of sampling
Overview of sampling
 
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
 
Sampling theorem
Sampling theoremSampling theorem
Sampling theorem
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
 
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
 
Signal & systems
Signal & systemsSignal & systems
Signal & systems
 

Viewers also liked

Ct signal operations
Ct signal operationsCt signal operations
Ct signal operations
mihir jain
 
T3.2.sistemas 1er orden 1314 v02
T3.2.sistemas 1er orden 1314 v02T3.2.sistemas 1er orden 1314 v02
T3.2.sistemas 1er orden 1314 v02
F Javier García Ruiz
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
babak danyal
 
Signals and classification
Signals and classificationSignals and classification
Signals and classificationSuraj Mishra
 
signal & system inverse z-transform
signal & system inverse z-transformsignal & system inverse z-transform
signal & system inverse z-transform
mihir jain
 
Analisis de sistemas de primer orden
Analisis de sistemas de primer ordenAnalisis de sistemas de primer orden
Analisis de sistemas de primer orden
Jayro Garcia Tocto
 
Signal
SignalSignal
Sistema de Ecuaciones diferenciales
Sistema de Ecuaciones diferencialesSistema de Ecuaciones diferenciales
Sistema de Ecuaciones diferencialesKike Prieto
 
Example of the Laplace Transform
Example of the Laplace TransformExample of the Laplace Transform
Example of the Laplace Transform
David Parker
 
Clase2 cp dominio de tiempo
Clase2 cp dominio de tiempoClase2 cp dominio de tiempo
Clase2 cp dominio de tiempo
Carlos Pillajo
 
signal and system Lecture 1
signal and system Lecture 1signal and system Lecture 1
signal and system Lecture 1
iqbal ahmad
 
Lti system(akept)
Lti system(akept)Lti system(akept)
Lti system(akept)
Fariza Zahari
 
Lti and z transform
Lti and z transformLti and z transform
Lti and z transform
pranvendra29
 
Clase 1 - Especificaciones de desempeño en Sistemas de Control
Clase 1 - Especificaciones de desempeño en Sistemas de ControlClase 1 - Especificaciones de desempeño en Sistemas de Control
Clase 1 - Especificaciones de desempeño en Sistemas de ControlUNEFA
 
communication system Chapter 3
communication system Chapter 3communication system Chapter 3
communication system Chapter 3moeen khan afridi
 
Fourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time SignalsFourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time Signals
Jayanshu Gundaniya
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
001Abhishek1
 

Viewers also liked (20)

Ct signal operations
Ct signal operationsCt signal operations
Ct signal operations
 
T3.2.sistemas 1er orden 1314 v02
T3.2.sistemas 1er orden 1314 v02T3.2.sistemas 1er orden 1314 v02
T3.2.sistemas 1er orden 1314 v02
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
 
Signals and classification
Signals and classificationSignals and classification
Signals and classification
 
3rd sem
3rd sem3rd sem
3rd sem
 
signal & system inverse z-transform
signal & system inverse z-transformsignal & system inverse z-transform
signal & system inverse z-transform
 
Analisis de sistemas de primer orden
Analisis de sistemas de primer ordenAnalisis de sistemas de primer orden
Analisis de sistemas de primer orden
 
Signal
SignalSignal
Signal
 
Sistema de Ecuaciones diferenciales
Sistema de Ecuaciones diferencialesSistema de Ecuaciones diferenciales
Sistema de Ecuaciones diferenciales
 
Example of the Laplace Transform
Example of the Laplace TransformExample of the Laplace Transform
Example of the Laplace Transform
 
Clase2 cp dominio de tiempo
Clase2 cp dominio de tiempoClase2 cp dominio de tiempo
Clase2 cp dominio de tiempo
 
signal and system Lecture 1
signal and system Lecture 1signal and system Lecture 1
signal and system Lecture 1
 
Lti system(akept)
Lti system(akept)Lti system(akept)
Lti system(akept)
 
Sns slide 1 2011
Sns slide 1 2011Sns slide 1 2011
Sns slide 1 2011
 
Lti and z transform
Lti and z transformLti and z transform
Lti and z transform
 
Clase 1 - Especificaciones de desempeño en Sistemas de Control
Clase 1 - Especificaciones de desempeño en Sistemas de ControlClase 1 - Especificaciones de desempeño en Sistemas de Control
Clase 1 - Especificaciones de desempeño en Sistemas de Control
 
communication system Chapter 3
communication system Chapter 3communication system Chapter 3
communication system Chapter 3
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Fourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time SignalsFourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time Signals
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
 

Similar to SIGNAL OPERATIONS

Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptxEs400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
umavijay
 
Unit 1 Operation on signals
Unit 1  Operation on signalsUnit 1  Operation on signals
Unit 1 Operation on signals
Dr.SHANTHI K.G
 
signals and systems_isooperations.pptx
signals and   systems_isooperations.pptxsignals and   systems_isooperations.pptx
signals and systems_isooperations.pptx
MrFanatic1
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptx
VairaPrakash2
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptx
VairaPrakash2
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula Sheet
Haris Hassan
 
Contemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manualContemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manual
to2001
 
Eeb317 principles of telecoms 2015
Eeb317 principles of telecoms 2015Eeb317 principles of telecoms 2015
Eeb317 principles of telecoms 2015
Pritchardmabutho
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
cantatebrugyral
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
wafaa_A7
 
Lesson 7: Vector-valued functions
Lesson 7: Vector-valued functionsLesson 7: Vector-valued functions
Lesson 7: Vector-valued functions
Matthew Leingang
 
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
idrissaeed
 
Ray : modeling dynamic systems
Ray : modeling dynamic systemsRay : modeling dynamic systems
Ray : modeling dynamic systems
Houw Liong The
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
Institute of Technology Telkom
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
Institute of Technology Telkom
 
233_Sample-Chapter.pdf
233_Sample-Chapter.pdf233_Sample-Chapter.pdf
233_Sample-Chapter.pdf
Sampathkumar477190
 
233_Sample-Chapter (1).pdf
233_Sample-Chapter (1).pdf233_Sample-Chapter (1).pdf
233_Sample-Chapter (1).pdf
ssuser4dafea
 
Eece 301 note set 14 fourier transform
Eece 301 note set 14 fourier transformEece 301 note set 14 fourier transform
Eece 301 note set 14 fourier transform
Sandilya Sridhara
 
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
Sara Alvarez
 

Similar to SIGNAL OPERATIONS (20)

Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptxEs400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
 
Unit 1 Operation on signals
Unit 1  Operation on signalsUnit 1  Operation on signals
Unit 1 Operation on signals
 
signals and systems_isooperations.pptx
signals and   systems_isooperations.pptxsignals and   systems_isooperations.pptx
signals and systems_isooperations.pptx
 
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
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula Sheet
 
Contemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manualContemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manual
 
Eeb317 principles of telecoms 2015
Eeb317 principles of telecoms 2015Eeb317 principles of telecoms 2015
Eeb317 principles of telecoms 2015
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Lesson 7: Vector-valued functions
Lesson 7: Vector-valued functionsLesson 7: Vector-valued functions
Lesson 7: Vector-valued functions
 
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
 
Ray : modeling dynamic systems
Ray : modeling dynamic systemsRay : modeling dynamic systems
Ray : modeling dynamic systems
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
 
233_Sample-Chapter.pdf
233_Sample-Chapter.pdf233_Sample-Chapter.pdf
233_Sample-Chapter.pdf
 
233_Sample-Chapter (1).pdf
233_Sample-Chapter (1).pdf233_Sample-Chapter (1).pdf
233_Sample-Chapter (1).pdf
 
Eece 301 note set 14 fourier transform
Eece 301 note set 14 fourier transformEece 301 note set 14 fourier transform
Eece 301 note set 14 fourier transform
 
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
 

More from mihir jain

Schering bridge
Schering bridge Schering bridge
Schering bridge
mihir jain
 
Types of system
Types of system Types of system
Types of system
mihir jain
 
Pump theory
Pump theory Pump theory
Pump theory
mihir jain
 
euler's theorem
euler's theoremeuler's theorem
euler's theorem
mihir jain
 
Ozone layer
Ozone layer Ozone layer
Ozone layer
mihir jain
 
Maths-double integrals
Maths-double integralsMaths-double integrals
Maths-double integrals
mihir jain
 
inverse z-transform ppt
inverse z-transform pptinverse z-transform ppt
inverse z-transform ppt
mihir jain
 
Ch1
Ch1Ch1
KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)
mihir jain
 
SPECIAL PURPOSE DIODE
SPECIAL PURPOSE DIODESPECIAL PURPOSE DIODE
SPECIAL PURPOSE DIODE
mihir jain
 
2 port network
2 port network2 port network
2 port network
mihir jain
 
Advance engineering mathematics
Advance engineering mathematicsAdvance engineering mathematics
Advance engineering mathematics
mihir jain
 

More from mihir jain (12)

Schering bridge
Schering bridge Schering bridge
Schering bridge
 
Types of system
Types of system Types of system
Types of system
 
Pump theory
Pump theory Pump theory
Pump theory
 
euler's theorem
euler's theoremeuler's theorem
euler's theorem
 
Ozone layer
Ozone layer Ozone layer
Ozone layer
 
Maths-double integrals
Maths-double integralsMaths-double integrals
Maths-double integrals
 
inverse z-transform ppt
inverse z-transform pptinverse z-transform ppt
inverse z-transform ppt
 
Ch1
Ch1Ch1
Ch1
 
KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)
 
SPECIAL PURPOSE DIODE
SPECIAL PURPOSE DIODESPECIAL PURPOSE DIODE
SPECIAL PURPOSE DIODE
 
2 port network
2 port network2 port network
2 port network
 
Advance engineering mathematics
Advance engineering mathematicsAdvance engineering mathematics
Advance engineering mathematics
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 

SIGNAL OPERATIONS

  • 2. Continuous-Time Signals • Continuous-Time Signals – Time is a continuous variable – The signal itself need not be continuous 2 • We will look at several common continuous-time signals and also operations that may be performed on them
  • 3. Unit Step Function u(t) ( )    < ≥ = 00 01 t t tu t 1 3  •Used to characterize systems •We will use u(t) to illustrate the properties of continuous-time signals t 0
  • 4. Operations of CT Signals 1. Time Reversal y(t) = x(-t) 2. Time Shifting y(t) = x(t-td) 3. Amplitude Scaling y(t) = Bx(t) 4 4. Addition y(t) = x1(t) + x2(t) 5. Multiplication y(t) = x1(t)x2(t) 6. Time Scaling y(t) = x(at)
  • 5. 1. Time Reversal • Flips the signal about the y axis • y(t) = x(-t) ex. Let x(t) = u(t), and perform time reversal 5 Solution: Find y(t) = u(-t) Let “a” be the argument of the step function u(a) ( )    < ≥ = 00 01 a a au Let a = -t, and plug in this value of “a” ( )    > ≤ =− 00 01 t t tu t 1 0
  • 6. 2. Time Shifting / Delay • y(t) = x(t – td) • Shifts the signal left or right • Shifts the origin of the signal to td 6 • Rule Set (t – td) = 0 (set the argument equal to zero) Then move the origin of x(t) to td • Effectively, y(t) equals what x(t) was td seconds ago
  • 7. 2. Time Shifting / Delay ex. Sketch y(t) = u(t – 2) Method 1 Let “a” be the argument of “u” ( )     ≥ = ≥− =  ≥ = 2102101 tta ay 7 ( )     < = <− =   < = 2002000 tta ay t 1 0 1 2 Method 2 (by inspection) Simply shift the origin to td = 2
  • 8. 3. Amplitude Scaling • Multiply the entire signal by a constant value • y(t) = Bx(t) ex. Sketch y(t) = 5u(t) 8 t 5 0
  • 9. 4. Addition of Signals • Point-by-point addition of multiple signals • Move from left to right (or vice versa), and add the value of each signal together to achieve the final signal • y(t) = x (t) + x (t) 9 • y(t) = x1(t) + x2(t) • Graphical solution – Plot each individual portion of the signal (break into parts) – Add the signals point by point
  • 10. 4. Addition of Signals ex. Sketch y(t) = u(t) – u(t – 2) First, plot each of the portions of this signal separately •x1(t) = u(t) Simply a step signal •x2(t) = –u(t-2) Delayed step signal, multiplied by -1 10 t 1 1 2 -1 x1(t) = u(t) x2(t) = -u(t - 2) Then, move from one side to the other, and add their instantaneous values t 1 0 1 2 y(t)
  • 11. 5. Multiplication of Signals • Point-by-point multiplication of the values of each signal • y(t) = x1(t)x2(t) 11 • Graphical solution – Plot each individual portion of the signal (break into parts) – Multiply the signals point by point
  • 12. 5. Multiplication of Signals ex. Sketch y(t) = u(t)·u(t – 2) First, plot each of the portions of this signal separately •x1(t) = u(t) Simply a step signal •x2(t) = u(t-2) Delayed step signal 12 t 1 1 2 x1(t) = u(t) x2(t) = -u(t - 2) Then, move from one side to the other, and multiply instantaneous values t 1 1 2 y(t)
  • 13. 6. Time Scaling • Speed up or slow down a signal • Multiply the time in the argument by a constant • y(t) = x(at) 13 • y(t) = x(at) |a| > 1 Speed up x(t) by a factor of “a” |a| < 1 Slow down x(t) by a factor of “a” • Key Replace all instances of “t” with “at”
  • 14. 6. Time Scaling ex. Let x(t) = u(t) – u(t – 2) Sketch y(t) = x(2t) 1 x(t) First, plot x(t) Replace all t’s with 2t 14 t1 2 y(t) = x(2t) = u(2t) – u(2t – 2) Turns on at 2t ≥ 0 t ≥ 0 No change Turns on at 2t - 2 ≥ 0 t ≥ 1 t 1 1 2 y(t) This has effectively “sped up” x(t) by a factor of 2 (What occurred at t=2 now occurs at t=2/2=1)
  • 15. 6. Time Scaling ex. Let x(t) = u(t) – u(t – 2) Sketch y(t) = x(t/2) 1 x(t) First, plot x(t) Replace all t’s with t/2 15 t1 2 y(t) = x(t/2) = u(t/2) – u((t/2) – 2) Turns on at t/2 ≥ 0 t ≥ 0 No change Turns on at t/2 - 2 ≥ 0 t ≥ 4 This has effectively “slowed down” x(t) by a factor of 2 (What occurred at t=1 now occurs at t=2) t 1 1 2 y(t) 3 4
  • 16. Combinations of Operations • Combinations of operations on signals – Easier to Determine the final signal in stages – Create intermediary signals in which one operation is performed 16 operation is performed
  • 17. ex. Time Scale and Time Shift Let x(t) = u(t + 2) – u(t – 4) Sketch y(t) = x(2t – 2) t 1 1 2 x(t) 3 4-1-2 Can perform either operation first Method 1 Shift then scale 17 Method 1 Shift then scale Let v(t) = x(t – b) Time shifted version of x(t) Then y(t) = v(at) = x(at – b) Replace “t” with the argument of “v” Match up “a” and “b” to what is given in the problem statement at – b = 2t – 2 (Match powers of t) a = 2 b = 2 Therefore, shift by 2, then scale by 2 t 1 1 2 v(t) = x(t - 2) 3 4 5 6 t 1 1 2 y(t) = v(2t) = x(2t - 2) 3 4 5 6
  • 18. ex. Time Scale and Time Shift Let x(t) = u(t + 2) – u(t – 4) Sketch y(t) = x(2t – 2) t 1 1 2 x(t) 3 4-1-2 Can perform either operation first Method 2 Scale then shift 18 Method 2 Scale then shift Let v(t) = x(at) Time scaled version of x(t) Then y(t) = v(t – b) = x(a(t – b)) = x(at – ab) Replace “t” with the argument of “v” Match up “a” and “b” to what is given in the problem statement at – ab = 2t – 2 (Match powers of t) a = 2 ab = 2, b = 1 Therefore, scale by 2, then shift by 1 t 1 1 2 v(t) = x(2t) 3 4-1-2 t 1 1 2 y(t) = v(t - 1) = x(2(t - 1)) x(2t - 2) 3 4-1-2
  • 19. ex. Time Scale and Time Shift • Note – The results are the same • Note – The value of b in Method 2 is a scaled version of the time delay – t = 2 19 – td = 2 – Time scale factor = 2 – New scale factor = 2/2 = 1