(Created page with "The aim of this is to show the student the difference between Continuous and Discrete signals and systems, and how to identify them. '''Signal''' A signal is a function, so...")
 
Line 7: Line 7:
 
'''Continuous Time (CT) Signals'''
 
'''Continuous Time (CT) Signals'''
  
A continuosu time signal is a function that is continuous, meaning there are no breaks in the signal. For all real values of t you will get a value. <math> f(t), t\subset \mathbb{R} </math> CT signals are ususally represented by usin <math>x(t)</math>, having a parentheses and the variable t.
+
A continuous time signal is a function that is continuous, meaning there are no breaks in the signal. For all real values of t you will get a value. <math> f(t), t\subset \mathbb{R} </math> CT signals are ususally represented by using <math>x(t)</math>, having a parentheses and the variable t.
  
 
'''Discrete Time (DT) Signals'''
 
'''Discrete Time (DT) Signals'''
  
A discrete time signal is a signal whose calue is taken at discrete measurements. With a discrete timesingal there will be time periods of n where you donot have a value. DT signals are represnted using the form <math>x[n]</math>. Discrete signals are approximations of CT singals
+
A discrete time signal is a signal whose value is taken at discrete measurements. With a discrete time signal there will be time periods of n where you do not have a value. DT signals are represented using the form <math>x[n]</math>. Discrete signals are approximations of CT signals
  
 
'''Systems'''
 
'''Systems'''
  
A system transforms one signal into a diffrent signal
+
A system transforms one signal into a different signal
  
 
'''Continuous Time (CT) System'''
 
'''Continuous Time (CT) System'''
  
A continuous time system can be likened to an analog to analog system. It takes in an anlog(CT) signal and outputs ad different analog signal
+
A continuous time system can be likened to an analog to analog system. It takes in an analog(CT) signal and outputs ad different analog signal
  
 
'''Discrete Time (DT) System'''
 
'''Discrete Time (DT) System'''
  
A discrete time system can be likened to a discret to discrete system. It takes in  DT signal and outputs a diffrent DT signal. Recordings are a good example for DT systems because when you record a sound you are taking samples at very close togehter time points to digitally recreate teh suond
+
A discrete time system can be likened to a discrete to discrete system. It takes in  DT signal and outputs a different DT signal. Recordings are a good example for DT systems because when you record a sound you are taking samples at very close together time points to digitally recreate the sound
  
 
'''Basic System Types'''
 
'''Basic System Types'''

Revision as of 16:40, 2 December 2018

The aim of this is to show the student the difference between Continuous and Discrete signals and systems, and how to identify them.

Signal

A signal is a function, so when we say a continuous time signal or a discrete time signal we really mean continuous time functions and discrete time functions.

Continuous Time (CT) Signals

A continuous time signal is a function that is continuous, meaning there are no breaks in the signal. For all real values of t you will get a value. $ f(t), t\subset \mathbb{R} $ CT signals are ususally represented by using $ x(t) $, having a parentheses and the variable t.

Discrete Time (DT) Signals

A discrete time signal is a signal whose value is taken at discrete measurements. With a discrete time signal there will be time periods of n where you do not have a value. DT signals are represented using the form $ x[n] $. Discrete signals are approximations of CT signals

Systems

A system transforms one signal into a different signal

Continuous Time (CT) System

A continuous time system can be likened to an analog to analog system. It takes in an analog(CT) signal and outputs ad different analog signal

Discrete Time (DT) System

A discrete time system can be likened to a discrete to discrete system. It takes in DT signal and outputs a different DT signal. Recordings are a good example for DT systems because when you record a sound you are taking samples at very close together time points to digitally recreate the sound

Basic System Types

CT DT
Time Delay $ x(t) \rightarrow [timeshift] \rightarrow y(t) = x(t-t_0) $ $ x[n] \rightarrow [timeshift] \rightarrow y[n] = x[n-n_0] $
Time Reversal $ x(t) \rightarrow [timereversal] \rightarrow y(t) = x(-t) $ $ x[n] \rightarrow [timereversal] \rightarrow y[n] = x[-n] $
Time Scaling $ x(t) \rightarrow [timescaling] \rightarrow y(t) = x(at) $ $ x[n] \rightarrow [timeshift] \rightarrow y[n] = x[an] $

Examples of CT and DT systems

CT System DT System
$ noise\, from\, lips\, \rightarrow [trumpet]\rightarrow trumpet\, noise $ $ recorded\, noise \rightarrow [software\, to \, sound\, like\, trumpet] \rightarrow trumpet\, sound $
$ visual \, of \, cat \rightarrow [ hand\, drawn \, cat] \rightarrow picture\, of \, cat $ $ visual\, of\, cat\, \rightarrow [camera\, picture] \rightarrow picture\, of\, cat $
$ sound \rightarrow [analog\, microphone] \rightarrow louder\, sound $ $ sound \rightarrow [digital\, microphone] \rightarrow louder\, sound $

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett