Digital Signal Processing (DSP) Terminology
Advertisement
This page describes terms related to Digital Signal Processing (DSP). It covers concepts like OFDM, OFDMA, FFT, Interpolation, Decimation, Correlation, Convolution, FIR, IIR, Scrambler, Interleaver, Convolution Encoder, Reed Solomon Encoder, etc.
DSP Terms
DSP Terms | Basic Description | RF Wireless World Reference |
---|---|---|
OFDM | Full form is Orthogonal Frequency Division Multiplexing. It is a multi-carrier system wherein different data symbols are transmitted over multiple carriers densely packed side by side. It helps in increasing the data rate of the system. | |
OFDMA | Full form is Orthogonal Frequency Division Multiple Access. In this technique, resource allocation is done on both time and frequency axis for each user. | |
FFT | The technique used to convert a time-domain signal to its frequency domain version. It is used for various calculations as well as for representing the signal in its frequency domain view. | |
Interpolation | The technique used to increase the sampling rate of a signal. | |
Decimation | The technique used to decrease the sampling rate of a signal. | |
Correlation | The technique used to compare two time-domain signals. There are auto and cross-correlations which help explore matching and unmatching parts between the two signals. | |
Convolution | The technique used to filter out a time-domain signal for various applications such as filtering, adding the channel response, etc. | |
FIR | Stands for Finite Impulse Response. | |
IIR | Stands for Infinite Impulse Response. | |
Scrambler | The circuit used to remove long strings of ones and zeros. This helps in meeting adjacent channel interference requirements. The main gate is the EX-OR gate used in this circuit. | |
Interleaver | This is basically a permutation technique which permutes the data such that they will not be contiguously transmitted over the adjacent subcarriers. The adjacent symbols get distributed over the subcarriers. Position of bits which are supposed to get mapped over the modulation symbols is also changed here. | |
Reed Solomon Encoder | It works in tandem with an RS decoder at the receiver side and a Reed Solomon encoder at the transmitter side. It is a FEC (Forward Error Correction) technique used to correct blocks of errors. | |
Convolution Encoder | It works in tandem with a Viterbi decoder at the receiver and a Convolution encoder at the transmitter. It is a FEC technique used to correct bits of error. |