Performance Comparison of Relay-Based Covert Communications: DF, CF and AF

Jihwan Moon1

  • 1Department of Mobile Convergence Engineering, Hanbat National University, Daejeon 34158, Republic of Korea.

PubMed
Summary

This study compares covert communication performance in decode-and-forward (DF), compress-and-forward (CF), and amplify-and-forward (AF) relay systems. CF or AF relays generally outperform DF relays under specific power conditions, impacting covert rate optimization.

Related Concept Videos

Differential Relays01:20

Differential Relays

Differential relays are used to protect generators, buses, and transformers by comparing electrical quantities at different points. When a fault occurs, the difference in current between the two points triggers the relay to operate, opening the circuit breaker. Under normal conditions, the current entering (i1) and leaving (i2) a generator are equal. When a fault occurs, however, these currents become unequal, and the difference current flows in the relay operating coil, causing the relay to...
145
Pilot and Numeric Relaying01:21

Pilot and Numeric Relaying

Pilot relaying is a type of differential protection used in power systems. It compares electrical quantities at the terminals of equipment via a communication channel instead of direct relay interconnection. This method is essential for transmission lines where the terminals are far apart, typically up to 80 km for lines with 69 to 115 kV ratings. Four types of communication channels are used for pilot relaying:
87
Directional Relays01:25

Directional Relays

Directional relays, essential for managing unidirectional fault currents, enhance the safety and efficiency of power systems. On power lines equipped with directional relays, faults downstream (to the right) of the current transformer typically cause the fault current to lag the bus voltage by approximately 90 degrees, known as the forward direction. In contrast, upstream (left-side) faults may result in the fault current leading the bus voltage by nearly 90 degrees, termed the reverse...
125
Comparison between RL and RC circuits01:24

Comparison between RL and RC circuits

An RC circuit consists of resistance and capacitance, while in an RL circuit, capacitance is replaced by an inductor. RL and RC circuits are first-order differential circuits that store energy. An RC circuit stores energy in the electric field, while an RL circuit stores energy in the magnetic field. When connected to a battery, an RC circuit charges the capacitor, causing the current to decrease from maximum to zero upon being fully charged. This increases the voltage across the capacitor from...
4.0K
Discrete-Time Fourier Series01:20

Discrete-Time Fourier Series

The Discrete-Time Fourier Series (DTFS) is a fundamental concept in signal processing, serving as the discrete-time counterpart to the continuous-time Fourier series. It allows for the representation and analysis of discrete-time periodic signals in terms of their frequency components. Unlike its continuous counterpart, which utilizes integrals, the calculation of DTFS expansion coefficients involves summations due to the discrete nature of the signal.
For a discrete-time periodic signal x[n]...
280
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
348