(TBD)
(TBD)
(TBD)
(TBD)
RC and RRC filters are generally implemented as FIR (Finite Impulse Response) filters. The linear-phase property of FIR filters makes them. Also, FIR filters are easy-to-implement and efficient. See our FIR Filter FAQ for more FIR information.
The frequency responses of RC and RRC filters are fully specified by a single paramter, the "rolloff factor"; this is a number between 0.0 and 1.0. It often is symbolized as either alpha or beta. But to design a FIR filter that will actually implement an RC or RRC response, you also need two more parameters, the number of taps ("NTaps"), and the number of samples per symbol ("
RC and RRC filters can be designed in either the time domain (FIR impulse reponse) or the frequency domain (FIR frequency response). To design in the time domain, calculate the FIR filter coefficients directly from a formula (see below). To design in the frequency domain, use the definition of the RC or RRC response to fill an array representing the RC/RRC frequency response. Then, use the Inverse Discrete Fourier Transform (IDFT) to calculate the FIR filter's impulse response (coefficients).
See dspGuru's Raised-Cosine and Root-Raised-Cosine Formulas page.
(TBD)
This FAQ is still Under Construction.