To transmit digital signals over a channel, pulse shaping must be performed in the baseband section of the transmitter to convert the digital signal into a pulse signal; after the pulse signal reaches the receiver, the digital signal is restored through sampling and decision-making in the baseband section.
Pulse Shaping#
Rectangular Pulse#
The easiest pulse waveform to implement is the rectangular pulse. Taking the digital signal "00010110" as an example, at the transmitting end, "0" can be mapped to a positive pulse, and "1" can be mapped to a negative pulse. When sampling at the receiving end, if the signal level is positive, it is "0"; if the signal level is negative, it is "1".
However, the frequency spectrum of the rectangular pulse signal is infinitely wide, so distortion occurs when transmitted over a channel with limited bandwidth, which may even lead to sampling decision distortion, making it impossible to recover the digital signal.
Sinc Pulse#
The Sinc pulse signal has two advantages:
- The frequency spectrum bandwidth of the Sinc signal is limited, so there is no distortion when transmitted over a channel with limited bandwidth.
- When one symbol reaches its maximum amplitude, the amplitudes of other symbols are exactly zero, meaning that symbols do not interfere with each other, achieving no inter-symbol interference.
Taking the digital signal "00010110" as an example, "0" is mapped to a positive pulse, and "1" is mapped to a negative pulse.
The waveform after pulse shaping at the transmitting end is as follows:
The sampling decision at the receiving end is as follows:
Baseband Filter#
Ideal Low-Pass Filter#
To shape the pulse into a sinc waveform, simply input the unit impulse signal into an ideal LPF to obtain the sinc pulse signal.
If the bandwidth of the LPF is B, the output sinc pulse signal waveform is as follows:
As long as the sending interval of the sinc pulse signal is set to $\frac{1}{B}$, which means the symbol transmission rate $R_B=2B$, inter-symbol interference can be achieved.
Raised Cosine Roll-off Filter#
Using an ideal low-pass filter to filter the unit impulse signal results in a sinc pulse signal with a relatively large tail oscillation amplitude and a slow decay rate. When there is a timing deviation, inter-symbol interference can be significant. Considering that actual systems always have some timing errors, pulse shaping generally does not use an ideal low-pass filter but instead uses a raised cosine roll-off filter, which has a small tail amplitude and fast decay, beneficial for reducing inter-symbol interference and lowering timing requirements.
The frequency response of the raised cosine roll-off filter is:
where
The frequency response curve of the raised cosine roll-off filter is as follows:
The unit impulse response of the raised cosine roll-off filter is:
where is a very important parameter of the raised cosine roll-off filter, known as the roll-off factor.
When , the raised cosine roll-off filter is an ideal low-pass filter with bandwidth B.
When , the frequency response and unit impulse response of the raised cosine roll-off filter are as follows:
At this time, the bandwidth of the filter is .
When , the frequency response and unit impulse response of the raised cosine roll-off filter are as follows:
At this time, the bandwidth of the filter is .
When using a raised cosine roll-off filter for pulse shaping, to achieve no inter-symbol interference, the time interval between pulse signals must be , that is, the symbol rate is .
Since the raised cosine roll-off filter will broaden the bandwidth, under a given symbol rate , the frequency spectrum bandwidth of the baseband signal is .
Eye Diagram#
The eye diagram can be used to evaluate the inter-symbol interference situation of a system.