Root-raised-cosine filter

In signal processing, a root-raised-cosine filter (RRC), sometimes known as square-root-raised-cosine filter (SRRC), is frequently used as the transmit and receive filter in a digital communication system to perform matched filtering. This helps in minimizing intersymbol interference (ISI). The combined response of two such filters is that of the raised-cosine filter. It obtains its name from the fact that its frequency response, H_{rrc}(f), is the square root of the frequency response of the raised-cosine filter, H_{rc}(f):

H_{rc}(f) = H_{rrc}(f)\cdot H_{rrc}(f)

or:

|H_{rrc}(f)| = \sqrt{|H_{rc}(f)|}

Why it is required

To have minimum ISI (Intersymbol interference), the overall response of transmit filter, channel response and receive filter has to satisfy Nyquist ISI criterion. Raised-cosine filter is the most popular filter response satisfying this criterion. Half of this filtering is done on the transmit side and half is done on the receive side. On the receive side, the channel response, if it can be accurately estimated, can also be taken into account so that the overall response is Raised-cosine filter.

Mathematical Description

The impulse response of a root-raised cosine filter multiplied by √Ts, for three values of β: 1.0 (blue), 0.5 (red) and 0 (green).

The RRC filter is characterised by two values; β, the roll-off factor, and Ts the reciprocal of the symbol-rate.

The impulse response of such a filter can be given as:

h(t) = \begin{cases}
 \dfrac{1}{\sqrt{T_s}} \left( 1-\beta+4\dfrac{\beta}{\pi} \right),
       & t = 0 \\

\dfrac{\beta}{\sqrt{2T_s}}
\left[
\left(1+\dfrac{2}{\pi}\right)\sin\left(\dfrac{\pi}{4\beta}\right) +
\left(1-\dfrac{2}{\pi}\right)\cos\left(\dfrac{\pi}{4\beta}\right)
\right],
       & t = \pm \dfrac{T_s}{4\beta} \\

\dfrac{1}{\sqrt{T_s}} \dfrac{\sin\left[\pi \dfrac{t}{T_s}\left(1-\beta\right)\right] + 4\beta\dfrac{t}{T_s}\cos\left[\pi\dfrac{t}{T_s}\left(1+\beta\right)\right]}{\pi \dfrac{t}{T_s}\left[1-\left(4\beta\dfrac{t}{T_s} \right)^2 \right]},
       & \mbox{otherwise}
\end{cases},

though there are other forms as well.

Unlike the raised-cosine filter, the impulse response is not zero at the intervals of ±Ts. However, the combined transmit and receive filters form a raised-cosine filter which does have zero at the intervals of ±Ts. Only in the case of β=0 does the root raised-cosine have zeros at ±Ts.

References

This article is issued from Wikipedia - version of the 7/15/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.