<< Chapter < Page | Chapter >> Page > |
The raised cosine pulse with nonzero has the following characteristics:
Thus, we have seen several examples of Nyquist pulses: rectangular, Hamming, sinc, and raised cosine with avariety of roll off factors. What is the general principle that distinguishesNyquist pulses from all others? A necessary and sufficient conditionfor a signal with Fourier transform to be a Nyquist pulse is that the sum (over all ) of be constant. To see this, use the sifting property ofan impulse [link] to factor from the sum:
Given that convolution in the frequency domain is multiplication in the time domain [link] , applying the definition of the Fourier transform,and using the transform pair (from [link] with and )
where , this becomes
If is a Nyquist pulse, the only nonzero term in the sum is , and
Thus, the sum of the is a constant if is a Nyquist pulse. Conversely, if the sum of the is a constant, then only the DC term in [link] can be nonzero, and so is a Nyquist pulse.
Write a M
atlab routine that implements the raised cosine
impulse response
[link] with rolloff
parameter
. Hint: If you have trouble
with “divide by zero” errors, imitate the code in
srrc.m
. Plot the output of your program for a
variety of
. Hint 2: There is an easy way to
use the function
srrc.m
.
Use your code from the previous exercise, along with
pulseshape2.m
to apply raised cosine
pulse shaping to a random binary sequence.Can you spot the appropriate times to sample “by eye?”
Use the code from the previous exercise and
eyediag.m
to draw eye diagrams for the raised cosine pulse
with rolloff parameters
,
,
,
,
.
Compare these to the eye diagrams for rectangular andsinc functions. Consider
TRUE or FALSE: The impulse response of a series combination of any -second-wide pulse shape filter and its matched filter form a Nyquist pulse shape fora -spaced symbol sequence for any .
Consider the 1.2 msec wide pulse shape shown in [link] .
Neither nor are Nyquist pulses.
Intersymbol interference occurs when data values at one sample instant interfere with the data values at anothersampling instant. Using Nyquist shapes such as the rectangle, sinc, and raised cosine pulses removes the interference,at least at the correct sampling instants, when the channel is ideal. The next sections parlay this discussion ofisolated pulse shapes into usable designs for the pulse shaping and receive filters.
Notification Switch
Would you like to follow the 'Software receiver design' conversation and receive update notifications?