1 What is the relation between bandpass, baseband ,complex envelop and pre
envelop?
2 Some useful Fourier Transforms
3 Random process definitions
is Stationary: If all its statistics do not change with shift of origin
is Wide Sense Stationary: If the mean is constant, and
where autocorrelation is defined as Note, if is real, then is real and even
Note: must be WSS if it is ergodicSo ergodic process has constant mean.
4 How to determine Hilbert transform of a signal?
input . Find which is Hilbert transform of defined as
An easy way is to first find which is the Fourier transform of and then inverse it to find
Where is Fourier transform of
5 How to find Power Spectrum (PSD) of a random signal
input: random signal
output: PSD of
Algorithm:
Find autocorrelation of
Find the Fourier Transform of . The result is the PSD of called
Another method (this below works if not random ) , why? can’t find FT for random
process?
Find Fourier Transform of
Find the
6 What is the relation between variance and power for a random signal ?
Variance is the sum of the total average normalized power and the DC power. For the a
signal whose mean is zero, How to find average, power, PEP, effective value (or the RMS) of
a periodic function?
Let be a periodic function, of period , then The average power is Effective value, or the
RMS value is For example, for
To find PEP (which is the peak envelope power), find the complex envelope , then find the
average power of it. i.e.
7 How to find the SNR for sampling quantization?
Suppose we have a message that is sampled. Assume we have bits to use for encoding the
sample levels. Hence there are levels of quantizations. We want to find the ration of the
signal to the noise power. Noise here is generated due to quantization (i.e. due to the
rounding off values of during sampling).
This is the algorithm:
Input: , the number of bits for encoding, absolute maximum value of the message , the pdf
of the message is is random message or function if it is deterministic (such as
)
Find the quantization step size
Find of the error is where is the step size found in (1), hence
If is deterministic find
If is random, find , this is called the second moment of the pdf
Hence find for noise quantisation comes down to finding the power in the message
.
Examples: For sinusoidal message , . For random with PDF which is uniform distributed ,
for random which is AWGN. Do this later
8 How to determine coding of a number from quantization?
Given an analog value say and given a maximum absolute possible value to be , and given
the number of bits available for coding to be , the following are the algorithm to generate the
quantized version of , called
8.1 sign magnitude
Input:
output:
Let called the step size
Let which is the quantization level
If then end if
if then else endif
return in base 2
8.2 ones complement
Input:
output:
Let called the step size
Let which is the quantization level
If then end if
If then else endif
return in base 2
8.3 offset binary
Input:
output:
Let called the step size
Let which is the quantization level
If then
if then
end if
else
if then
end if
end if
return in base 2
8.4 2’s complement
Input:
output:
Let called the step size
Let which is the quantization level
If then
if then
end if
else
if then
end if
end if
return in base 2
9 How to derive the Phase and Frequency modulation signals?
For any bandpass signal, we can write it as Where is the complex envelope of . For
PM and FM, the baseband modulated signal, has the form Hence the above
becomes
But , hence the above becomes The above is the general form for PM and FM. Now, for PM,
and for FM, . Hence, substituting in (1) we obtain and
10 How to obtain the phase deviation and the frequency deviation for angle modulated
signal?
From the general form for angle modulated signal (see above note) The phase deviation is .
And the maximum phase deviation is simply the maximum of
Now, to find the frequency deviation, we need a little bit more work. Start with Where is
the instantaneous frequency in Hz. But
11 How to quickly determine SNR from ?
First find , for to find use the following
, where is the transmission bandwidth, and is the baseband bandwidth. For , . For , . For ,
12 How to determine figure of merit for DSB-SC using coherent detector?
Figure of merit, is defined as where is the signal-to-noise ratio on output from modulator,
and is signal-to-noise ratio for the channel, assuming channel has AWGN added. The
following diagram shows the calculations. I used a coherent demodulator.
Question: Verify the above.
13 How to determine figure of merit for AM transmission using coherent detector?
14 How to determine figure of merit for AM using envelope detector?
And
Now assuming , the above simplifies to Hence
Now find
Now, to find , which is the envelope of
Now, assuming and , then the above simplifies to now apply the DC blocker, we
obtain We notice, that for Large , this detector gives the same result as coherent
detector.
For small , it is better to use the coherent detector than the envelope detector.
15 How to determine figure of merit for SSB using coherent detector?
The difference here is that SSB signal has transmission bandwidth and not as in all the
previous signals. Assume we are working with upper sideband. Analysis is the same for lower
sideband. Where is a constant. Usually but we will leave it as for now. is the Hilbert
transform of
Assume , we obtain
Hence
After low pass filter, we obtain Hence,
Hence
Hence
16 How to determine figure of merit for VSB using coherent detector?