Summary 2
Summary 2
DSP Applications:
Noise removal from image
Image enhancement
Digital photography
Medicine
Authentication
|Pag e1
Analog to Digital Converter (ADC)
ADC can be viewed as a three step process.
1-Sampling
Fs=1/Ts is the sampling rate given in samples per second.
Fs>=2Fm to avoid aliasing distortion.
2-Quantization
Quantization: The process of converting discrete-time continuous valued signal into discrete-time discrete
valued (digital) signal
We need to encode each sample value in order to store it in b bits memory location.
But as b is limited, we have to consider a finite values of samples.
For example
o If b = 2, we can have 2^b=4 different possible sample values.
o If b = 4, we can have 2^b=16 different possible sample values.
Important Discrete Time Signals
The basic digital functions (signal or sequence) are
Unit Impulse
Unit Step
Rectangular Signal
Real value exponential
Sinusoidal Signal
Unit Impulse Unit Step Rectangular Signal Real value exponential Sinusoidal Signal
δ[n] U[n]
|Pag e2
Operations on Signals
Signal addition Y (n) = X1(n) + X2(n).
Sample summation
Y (n) = ∑𝑛𝑛=𝑛1 𝑥(𝑛) = 𝑥(𝑛1) + 𝑥(𝑛1 + 1) + … … 𝑥(𝑛)
Sample product
Y (n) = ∏𝑛𝑛=𝑛1 𝑥(𝑛) = 𝑥(𝑛1). 𝑥(𝑛1 + 1) . … … 𝑥(𝑛)
Time reversal
Y (n) = X (-n). Is obtained by reflecting X (n) about n=0.
|Pag e3
Classification of digital signal
Even & Odd Signals
Periodic Signals
Memory Causality
System with memory: output value is If the system depend on past input sample
depend on past/future input sample then the system will be causal.
Y (n) =x (n-1)-x^2(n+2). Y (n) =x (n-1).
Memoryless system: output value doesn't If the system depend on future input sample
depend on past/future input sample then the system will be noncausal.
Y (n) =x (n)-x^2(n). Y (n) =x (n+1).
|Pag e4