ECE Undergraduate Laboratories
ECE 489 Communications Systems Laboratory

Lab 3- Introduction to Digital Communications-BPSK Modulation

1. Theoretical Background

In the first two experiments, you had experimented the analog modulation techniques AM and FM respectively. Now, the next step is one of the linear modulation technique in digital communications, namely, Binary Phase Shift Keying (BPSK). As known that digital communications are very wide, and you have already taken ECE481. Therefore, we will not include every topic analyzed in digital communications. However, we believe that the overview sections are necessarily be prepared to prevent any gap in your mind. If any point is not clear, please see the course instructor.

Fundamentals of Digital Communications (Overview)

The system model for a digital communication system is given in the following figure;


Fig 1
Figure 1: Configuration of the Digital Communication Systems

Digital communication has a modulator and demodulator in the same way as in analog communication. The modulator produces an analog signal that is based on the digital data to be transmitted. This analog signal is transmitted over a channel, a cable, or radio waves [1] (in our case, using SDR). The demodulator receives the transmitted signal and constructs an estimate of these digital data.

The digital information M consists of k_b bits. Therefore, it has 2^(k_b ) different and possible messages, and each with different probability such as

$$π_i=0,1,…,2^(k_b )-1$$

For instance,

$$if k_b=1 (binary)→M∈{0,1} with probability π_0,π_1 $$ $$ k_b=2 →M∈{00,01,10,11} similarly, 2^2=4→ M∈{0,1,2,3} \:\: with\:\: probability \:\: π_0,π_1,π_2,π_3$$

It does not necessarily to have all probabilities are equal, however we can say that

$$for k_b=1 →π_0+π_1=1$$

$k_b=2 →π_0+π_1+π_2+π_3=1$ Thus, the total probability is always equivalent to 1.

Ideally, we want to design a digital modulator and demodulator, so that the probability of the error P(M ̂≠M) is small.

Since the up-convertor and the down-convertor processes are performed by the USRP, we can use the baseband representation of the signals.


Fig 2
Figure 2: Baseband Representation of the System

Fig 3
Figure 3: Digital Modulator and Up-Conversion

Digital Demodulator


Fig 4
Figure 4: Digital Demodulation and Down-Conversion

Baseband Demodulation

The baseband demodulation structure is expressed as


Digital Demodulator


Fig 5
Figure 5: Baseband Demodulation

Threshold Test>

Since the distribution for two bits are Gaussian, the region between two distributions generates error messages. In order to reduce the probability of the error, which is the primary goal of designs, we set a threshold level. As seen in Figure 5, if the distribution is greater than γ, therefore the message is received as 1 or vice versa.


Fig 6
Figure 6: Two Gaussians to Demonstrate Probability of Error

As you can see in figure 6, blue marked distribution represents $π_0 f(V_I (T_P )|M=0)$ and the red one is $π_1 f(V_I (T_P )|M=1)$, where $π_0$ and $π_1$ are the probabilities w.r.to bits 0 and 1, and f(.)s are the Gaussian distributions. The intersection is called error region. In such cases, we assume that $π_0=π_1=\frac{1}{2}$    therefore,   $γ=\frac{(m_1+m_0)}{2}$ (In Figure 6, $m_1=-1,\:\:m_2=3$).

$f(V_I (T_P )│M=0)=\frac{1}{\sqrt{2πσ_{NI}^2}} e^{-\frac{V_I-m_0}{2σ_{NI}^2}}$ and $f(V_I (T_P )│M=1)=\frac{1}{\sqrt{2πσ_{NI}^2}} e^{-\frac{V_I-m_1}{2σ_{NI}^2}}$ , where the variance is the PSD of the noise, $σ_{NI}^2=N_0 \int\limits_{-\infty}^{\infty}|H(f)|^2 df$ (depends on the noise only)

The mean values are as in the followings

$$m_0=Re\{x_{z,0} (t)*h(t)\},t→T_p$$ $$m_1= Re\{x_{z,1} (t)*h(t)\},t→T_p$$

The probability of error is

$$P_B (ϵ)=π_0 P(M ̂=1│M=0)+π_1 P(\overset{\wedge}{M} =0│M=1)$$ $$\genfrac{}{}{0pt}{}{π_0 f(V_I (T_p)|M=0)>π_1 f(V_I (T_p)|M=1)) ⇒ M ̂=0}{π_0 f(V_I (T_p)|M=0)<π_1 f(V_I (T_p)|M=1)) ⇒ M ̂=1}{\bigg\} ∴ Maximum\: Posteriori\: Bit \:Demodulator\: (MAPBD)}$$ $$$$ P

_B (ϵ) in terms of Q-function yields (assuming that π_0=π_1=1/2) (please see your definition of Q-function)

$$P_B (ϵ)=Q(√η)=Q((m_1-m_0)/(2σ_NI )) $$

Matched Filter Realization: H(f)

Matched filter is the filter that is being used to minimize the probability of error $P_B (ϵ)=Q(√η)$, where P_B (ϵ) is derived previously, $P_B (ϵ)=Q((m_1-m_0)/(2σ_NI ))$ [2]

Please note that we also assume $π_0=π_1=1/2, therefore γ=(m_1+m_0)/2$.

Here, we will not derive the matched filter’s formula.

$$H(f)={x_(z,1)^* (f)-x_(z,0)^* (f)} e^(j2πfT_P )$$ $$h(t)=x_(z,1)^* (-t+T_p )-x_(z,0)^* (-t+T_p)$$

The mean values are

$$m_i=Re{x_(z,i) (t)*h(t)},t→T_p, \:\: where\:\: i=0,1$$

, and the variance

$$σ_{NI}^2=\frac{N_0}{2} ∫_{-∞}^{+∞}|H(f)|^2 df=\frac{N_0}{2} ∫_{-∞}^{+∞}|x_{z,1} (t)-x_{z,0} (t)|^2 dt$$

, where $∆_E (1,0)=∫_{-∞}^{+∞}|x_{z,1} (t)-x_{z,0} (t)|^2 dt$ is called Squared Euclidian Distance (SED)

Therefore, SED can also be found as

$$∆_E (1,0)=E_1+E_0-2Re{ρ_10}√(E_1 E_0 )$$

, where ρ_10 is the correlation coefficient between the waveforms $x_{z,1} (t) and x_{z,0} (t)$, then

$$ρ_{10}=ρ_{01}=\frac{1}{√E_1 E_0} ∫x_{z,1}^* (t) x_{z,1} (t)dt \:\:\: ,-1≤ρ≤1$$

Thus, we can rewrite the mean values are,

$$ \genfrac{}{}{0pt}{}{m_0=-E_0+\sqrt{E_0 E_1} Re\{ρ_{01} \}}{m_1=E_1-\sqrt{E_0 E_1} ReRe\{ρ_{01} \}} \bigg\} ∴ m_1-m_0=∆_E (1,0)$$ Since $γ=\frac{(m_1+m_0)}{2}→=\frac{E_1-E_0}{2}$ and the effective SNR, $η=\frac{(m_1-m_0)^2}{4σ_{NI}^2}=\frac{(∆_E (1,0))^2}{2N_0 ∆_E (1,0) }=\frac{∆_E (1,0)}{2N_0}$

Finally, the probability of bit error is

$$P_B (ϵ)=Q(\sqrt{\frac{(∆_E (1,0)}{2N_0 })})$$

BPSK: Union bound and Constellations

Since the BPSK is a single bit transmission, $x_(z,i)$ $(t)$ is defined as $(2^1=2)$

$$x_(z,i)=\Bigg\{ \genfrac{}{}{0pt}{}{(x_(z,1) (t)=\sqrt{\frac{E_B}{T_p}} , 0≤t≤T_p (for M=1)}{x_(z,0) (t)=-\sqrt{\frac{E_B}{T_p}}, $0≤t≤T_p (for M=0))} $$

The probability of bit-error is calculated for BPSK as

$$P_B (ϵ)=Q\Bigg(\sqrt{\frac{2E_b}{T_P} \Bigg)}$$

Linear Modulation

$x_(z,i) (t)$ has the form of $$x_{z,i} (t)=d_i √(E_B ) u(t)$$

, where d_i is the constellation points in I-Q plane and $i=0,1,…,2^(k_b )-1$, and $u(t)$ has waveform with unit energy, then

$$1/k_b sum_{i=0}^{2^(k_(b -1)} |d_i |^2=k_b $$

The constellation for BPSK is $Ω_d=\{d_0,d_1 \}=\{-1,1\}$ as seen in Figure 7


Fig 7
Figure 7: Constellation for BPSK

Performance Metrics

Probability of Error

The probability of the word error is defined as

$$P_w (ϵ)=P(\overset{\wedge}{M} ̂≠M)$$

for a single bit transmission,

$$P_B (ϵ)=P(\overset{\wedge}{M} ̂≠M)$$

Spectral Efficiency

$$η_B=\frac{R_B}{B_T} , where B_T \:\:is\: the\: bandwidth\: of\: the\: x_c (t), $$

and the $R_B$ is the bit rate (bit/sec) is defined as $R_B=\frac{k_b}{T_P}$ , where $k_b$ is the number of bits and $T_p$ is the duration of the $x_c (t)$

Transmission SNR

$$ SNR= \frac{Power\: of \:the \:received \:signal(X_C (t) or X_z (t))}{Power\: of\: the\: received\: noise(W_c (t)or W_z (t))} $$

Energy of a signal can be found as

$$E_i=∫|x_{z,i} (t)|^2 dt$$ $$E_B=π_0 E_0+π_1 E_1$$

References

[1] Michael P. Fitz, Fundamentals of Communication Systems, pp. 12.2, 2007, McGraw-Hill

[2] ] Michael P. Fitz, Fundamentals of Communication Systems, section. 13.4.2, 2007, McGraw-Hill