Some Common Antenna Radiation Patterns

A Radiation Pattern is a 3 dimensional description of how an antenna radiates power in the surrounding space. This pattern is usually measured at a sufficient distance from the antenna known as the far-field. In simple words it is the power radiated in a certain direction with reference to an omni-directional antenna (a theoretical antenna that radiates   equally in all the directions). Given below are the radiation patterns for some common antenna types. Dipole Antenna 3D Radiation Pattern Although the Radiation Pattern is a 3 dimensional quantity it is usually sufficient to describe it in two orthogonal planes (one […]

Read more

Antenna Gain and Directivity

Antenna Gain and Directivity are two terms that are sometimes not that well understood. The Antenna Gain and Directivity are related through the following equation. G(θ,φ)=E*D(θ,φ) That is, the Antenna Gain in a particular direction is equal to the Directivity in that direction multiplied by the Antenna Efficiency. Antenna Directivity is the ratio of energy transmitted (or received) by the antenna in a particular direction to the energy transmitted (or received) in that direction by an isotropic source. This is also known as the Directive Gain. The Antenna Gain (also known as the Power Gain) seems to be a better […]

Read more

E-field of a Dipole Antenna

In the previous post we plotted the E-field of a half wave dipole. We now turn our attention to higher antenna lengths such 1,1.5 and 2.0 times the wavelength. The E-field pattern is a three dimensional pattern, however, we only plot the E-field in a 2D plane along the axis of the dipole. It is observed that as the antenna length is increased from 0.5*wavelength to 1.0*wavelength the antenna becomes more directional. However, as the length is further increased from 1.0*wavelength to 1.5*wavelength and 2.0*wavelength sidelobes begun to appear. These sidelobes are an unwanted phenomenon in a typical telecommunications application. […]

Read more

Half Wave Dipole Antenna

A dipole antenna is a simple antenna that can be built out of electrical wire. The most common dipole antenna is a half wave dipole which is constructed from a piece of wire half wavelength long. The wire is split in the center to connect the feeding wires. The E-field of the antenna has a circular pattern along a plane which cuts the axis of the antenna perpendicularly and is similar to a figure of 8 in a plane along the axis of the antenna [3D pattern]. The exact E-field can be calculated as: The MATLAB code for generating the […]

Read more

Implementing a Non-Uniformly Spaced Tapped Delay Line Channel Model

Question: Since you are good on fundamentals I would like to ask you a question that puzzles me. LTE channels models are defined at irregular time intervals as shown in [1]. The EPA, EVA and ETU channel taps can best be described as being sampled at multiples of 10 nsec. However, LTE signal is sampled at multiples of 3.84 MHz (Ts=260.416667 nsec). So how does one perform convolution operation. Answer: Empirical multipath channel is usually characterized as a τ-spaced tapped delay line (TDL), whose power delay profile (PDP) is either uniformly spaced, or more frequently, spaced with arbitrary time delay(s). […]

Read more

WINNER-II Path Loss Model

In simple terms the path loss is the difference between the transmitted power and the received power of a wireless communication system. This may range from tens of dB to more than a 100 dB e.g. if the transmitted power of a wireless communication system is 30 dBm and the received power is -90 dBm then the path loss is calculated as 30-(-90)=120 dB. Path loss is sometimes categorized as a large scale effect (in contrast to fading which is a small scale effect). According to the WINNER-II model the path loss can be calculated  as: Here d is the […]

Read more

QAM Theoretical BER in AWGN

Quadrature Amplitude Modulation (QAM) is an important modulation scheme as it allows for higher data rates and spectral efficiencies. The bit error rate (BER) of QAM can be calculated through Monte Carlo simulations. However this becomes quite complex as the constellation size of the modulation schemes increases. Therefore a theoretical approach is sometimes preferred. The BER for Gray coded QAM, for even number of bits per symbol, is shown below. Gray coding ensures that a symbol error results in a single bit error. The code for calculating the theoretical QAM BER for k even (even number of bits per symbol) […]

Read more

Computationally Efficient Rayleigh Fading Simulator

We had previously presented a method of generating a temporally correlated Rayleigh fading sequence. This was based on Smith’s fading simulator which was based on Clark and Gan’s fading model. We now present a highly efficient method of generating a correlated Rayleigh fading sequence, which has been adapted from Young and Beaulieu’s technique [1]. The architecture of this fading simulator is shown below. This method essentially involves five steps. 1. Generate two Gaussian random sequences of length N each. 2. Multiply these sequences by the square root of Doppler Spectrum S=1.5./(pi*fm*sqrt(1-(f/fm).^2). 3. Add the two sequences in quadrature with each other […]

Read more

A Rayleigh Fading Simulator with Temporal and Spatial Correlation

Just to recap, building an LTE fading simulator with the desired temporal and spatial correlation is a three step procedure. 1. Generate Rayleigh fading sequences using Smith’s method which is based on Clarke and Gan’s fading model. 2. Introduce spatial correlation based upon the spatial correlation matrices defined in 3GPP 36.101. 3. Use these spatially and temporally correlated sequences as the filter taps for the LTE channel models. We have already discussed step 1 and 3 in our previous posts. We now focus on step 2, generating spatially correlated channels coefficients. 3GPP has defined spatial correlation matrices for the Node-B […]

Read more