1. Introduction
Orthogonal Frequency Division Multiplexing (OFDM), as a wireless communication scheme, has been widely used in wireless sensor networks, broadcast multicast transmission systems, cooperative relay systems, and deep-space communications systems. Specifically, an OFDM system is essentially a type of multicarrier modulation, which realizes the parallel transmission of high-speed serial data via frequency division multiplexing. It has an intensive ability to resist multipath fading. However, the peak-to-average power ratio (PAPR) is still a challenge in the designed system [
1]. When the signal peak exceeds the linear region of the amplifier, signal distortion and mutual interference occur between subcarriers [
2,
3,
4]. In addition, the higher PAPR dilutes the orthogonality between subcarriers and reduces performance in the communication system [
5,
6,
7]. In the last decade, a large number of PAPR reduction schemes have been proposed. Among them, fountain code-based methods are the most attractive.
Luby transform (LT) codes are a type of erasure code with an unlimited rate [
8]. The fountain codes only obtain a subset of coded symbols, which is the same as or slightly larger than the source symbol, and the source symbol can easily be recovered. Therefore, the LT codes obtain a performance close to the Shannon limit on the erasure channel. For the entire encoding and decoding process, the encoder in LT codes generates unlimited encoded packages according to the degree distribution, and the decoder accurately restores the original data from any set of encoded packets. Therefore, designing for the degree distribution is capable of enhancing the performance of LT codes. Morteza Hashemi [
9] developed feedback-based fountain codes with a dynamically adjusted nonuniform symbol selection distribution, which enhanced the intermediate decoding rate and performance. A poisson distribution (PD) was combined with the robust soliton distribution (RSD) degree distribution by Yao [
10], which enhanced the decoding performance. Esa Hyytiä utilized an iterative optimization algorithm to design the degree distribution, from which the idea was borrowed from the importance sampling theory [
11].
In this paper, we design statistical degree distribution (SD) under a scenario that utilizes fountain codes to control the PAPR. First, we combine the variation in PAPR probability and the complementary cumulative distribution feature with the RSD to design a PRSD, which enhances the smaller degree value produced. Subsequently, a particle swarm optimization (PSO) algorithm is used to search the optimal degree value between the BED and PRSD according to the minimum average degree principle. Simulations demonstrate that the proposed method performs better than the RSD in decoding while maintaining the same PAPR thresholds.
The remaining parts of the paper are organized as follows: In
Section 2, the scheme that utilizes fountain codes to control the OFDM system PAPR and classic degree distribution is introduced. Subsequently, we develop and analyze the proposed statistical degree distribution in
Section 3. To verify the effectiveness of the proposed method, the simulation results are given in
Section 4. The conclusions are presented in
Section 5.
2. Materials and Methods
2.1. Fountain Codes for the OFDM System PAPR
The signal that uses orthogonal frequency division is superimposed by multiple orthogonal subcarriers under different amplitudes and phases. However, the signal has a noteworthy peak power in the case of large, superimposed subcarriers, which results in mutual interference and distortion between subcarriers [
12].
The OFDM signal in the time domain is given as
where
denotes an input symbol sequence in the frequency domain,
N represents subcarriers,
T represents a period of input symbol, and
NT is a period of OFDM signal. The signal is generated by summed modulated subcarriers, and each of them is separated by 1/
NT. In addition,
t is a continuous time index.
After the Nyquist sampling process, the OFDM signal is expressed as
Therefore, the PAPR of the signal is defined as the ratio of peak power to average power.
where
represents the mathematical expectation of the signal power.
The LT code is a classic fountain code, and reference [
8] offers detailed explanations. Reference [
12] uses the LT codes to control the PAPR, in which the reduction process in the signal domain transforms into the processing of non-rate-coded packets in the information domain. The representation of the system model is shown in
Figure 1.
Figure 1 depicts a typical configuration that employs the fountain codes to control the PAPR in the OFDM system. For simplicity, the guard interval, channel estimation, and synchronization analysis are unnecessary, as they do not affect the process. The receiver is basically synchronized with the transmitter. Moreover, each coded packet contains N symbols on finite fields through N-point inverse discrete Fourier transform (I-DFT) operations for modulations. The PAPR-Control in the block diagram is used to detect whether the PAPR exceeds the threshold y0. If the PAPR exceeds the threshold, the OFDM symbol is discarded. Each data packet has its PAPR value, and the probability is simulated by Equation (3). If the receiver obtains enough encoded packets and decodes successfully, the transmitter terminates encoding and sending packages.
Specifically, the encoding packages are divided into two groups named M1 and M2 in the PAPR controller. The M1 group is composed of packages where the PAPR is less than the predetermined threshold y0, whereas the M2 group owns packages with a higher PAPR threshold. After encoding, the sending process selects packets in the M1 group to send to the receiver and deletes the M2 group. The whole process is depicted in four steps, and reference [
12] offers detailed explanations of the process.
Step 1. Calculate source packets for the PAPR and divide them into two groups. The first group consists of packages with PAPRs less than y0, and the others are in the second group, M2.
Step 2. The system has finished encoding and selecting M1 groups to send.
Step 3. The receiver performs the belief propagation (BP) decoding algorithm until the information is completely recovered.
Step 4. When the information is recovered, the fountain code encoder stops transmitting.
2.2. LT Codes
The LT code, which was invented by Michael Luby for the Binary Erasure Channel, is a type of linear rateless code based on graph theory. Each code symbol is generated by a linear combination that sets randomly selected information symbols. The research of LT codes consists of encoding, decoding algorithms, and designed degree distribution. The decoding process in LT codes is relatively simple, while the encoding is complex [
13,
14]. The efficiency of encoding and decoding is significantly improved as the packet lengths increase.
In the encoder, the encoding scheme is equally divided into k groups from the original data, and each code group is generated through the following steps:
Step 1. Select a degree value d from the degree distribution set randomly.
Step 2. Select d original groups in the k groups randomly.
Step 3. The XOR operation is performed in the original groups to generate encoding groups.
Step 4. The above steps are repeated until decoding is successful.
Figure 2 describes the encoding process with a degree value of 3 (
d = 3). The empty squares represent the original groups, and the black squares represent the LT encoding groups.
The receiver performs the decoding process after receiving M encoding packets (M > k). In the decoder, a BP or Gaussian elimination algorithm is utilized to recover information. The BP decoding algorithm has the advantage of lower complexity and decoding operation when compared with the GE algorithm [
15]. The process of the BP decoding algorithm is described as follows:
Step 1. Find the encoding groups with degree 1 (d = 1) and begin the decoding process.
Step 2. The rest of the translated original group makes an exclusive-OR operation with the neighboring group, and it replaces the original code group while deleting its connection relationship.
Step 3. Repeat Step 2 until the decoding is successful.
The overall system with a fountain encoder and decoder is described in
Figure 3. A large number of encoding groups are generated according to the degree distribution function in the encoding process. Similarly, decoding recovery is realized according to the degree of encoding packages and the neighbor relation information. Therefore, the key factor that affects LT code performance is the degree distribution function.
2.3. Degree Distribution in LT Codes
Reference [
15] describes the typical degree distribution function for LT codes, and we introduce some of them as preparation, which is crucial for further analysis. The classic ideal soliton distribution (ISD) and RSD are defined as follows:
Definition 1. ISDThe ideal soliton distribution (ISD) distribution definition satisfies
The LT codes are initially encoded according to the ISD. However, the expected number of degree values 1 is only 1 at the end of the encoding process. The expected number 1 indicates the number of coding symbols connected to only one information symbol among the k information symbols in the decoding process, and it is easy to fail in decoding. Therefore, the RSD, which has two parameters c and the expected number R is developed, and it adjusts the degree 1 in the decoding. Luby proposes and adds R to it to generate the RSD.
Definition 2. RSDThe RSD definition satisfies
where
,
c is a constant with
, and
represents the probability of decoding failure with
. The RSD is composed of
and
, and function is defined as follows:
Similarly, the BED that enhances the efficiency in the initial stage of the decoding process is defined as follows [
14].
Definition 3. BEDThe BED definition satisfies
It is worth noting that the degree distribution design must obey three characteristics.
The ratio of degree value 2 should be the largest. When k → ∞, the ratio should be close to 1/2.
The ratio of degree 1 is smaller than that of degree 2, and greater than 0.
The average degree determines the complexity of the code and should be as small as possible.
3. Algorithm Development for Statistical Distribution
In this section, we follow the three characteristics and redesign the statistical degree distribution based on the probability of the PAPR threshold.
3.1. Design for PRSD
The degree distribution function of fountain codes not only determines the complexity of encoding and decoding but also affects the success rate of decoding. Because the M2 group is deleted during the transmission process, the receiver remarkably increases the decoding cost when the system has a small, controlled threshold. Therefore, the statistical characteristic of the PAPR is used in combination with the RSD, which increases the probability of a smaller degree value. The statistical characteristic of the PAPR typically uses the statistics cumulative distribution function (CDF) and CCDF to express, and the relationship between CDF and CCDF is given as:
Because the amplitude of the OFDM symbol obeys the Rayleigh distribution, its power y obeys the
distribution in freedom with mean value 0 and variance 1. Therefore, the CDF function is given as:
The key factor in the design process is the controlling process, which maintains that the probability of degree 1 is close to . The probability of decoding failure δ represents the probability that k deviates from the mean of the ripple length. The PAPR controlling process deletes a large number of encoding packets in the M2 groups when threshold y0 is set low. To decode successfully, more encoding packages with degrees 1 and 2 are required in the decoding process. However, RSD limitedly generates degree 1, 2, and other smaller degree values with insufficient encoding packages; the decoding cost increases strikingly. Therefore, we consider optimizing the RSD by using the statistical characteristics of the PAPR. Equation (11) decreases the probability density greater than the threshold as the threshold increases. We define m to represent the probability that the symbol power is less than the threshold, and the CCDF function is combined with the RSD. The deviation degree of the smaller degree value is obviously less than that of the larger degree value. Therefore, the production of smaller degrees is higher than that of large degrees under the same decoding failure probability δ.
In addition, we designate the degree distribution as PRSD. The variation of function
τ(
d) is redefined as:
where
R represents
, and
D = [
k/R].
3.2. Statistical Degree Distribution Designed
The ripple is the set of degree 1 during LT decoding, which reflects the connection between decoding performance and degree distribution. The BED has a large expectation ripple in the initial stage, and it reduces the failure probability of decoding. The probability of BED degree production is decreased with the increase of k in Equation (9). Because the performance in the decoding and encoding process is determined by degree values 1 and 2, the BED initially achieves a remarkable decoding success rate.
Therefore, the performance advantages of PRSD and BED are combined in the proposed method, and we regard the D-dimensional parameter quantity generated by PRSD and BED as the solution in the D-dimensional space. The statistical degree distribution is obtained in the solution space via PSO according to the criterion in which the average degree value is the lowest. The results of each particle in the solution space represent the value of the degree distribution. The initial value of each degree ratio is from the PRSD and BED, and the range is defined from the maximum and minimum values of the BED and PRSD.
where
ζ(
d) is the value of the BED, and
μ(
d) represents the PRSD.
The objective function is given.
where
is the average degree, and
represents the probability of each degree value. The constraint of the function is designed as follows:
The process of searching each particle is described.
where
I is the number of particles;
J is the dimension of the search space;
s is the number of iterations;
c1 and
c2 are constant, and
r1 and
r2 are random numbers between 0 and 1;
represents the velocity of particles;
are locations for particles. Similarly,
and
represent the best location for a single particle and population, respectively. Additionally, the velocity and position of each particle are updated according to Equations (16) and (17), respectively. The design process of the statistical degree distribution is described in
Table 1.
4. Simulations
In this section, the performance of the decoding cost is evaluated in terms of different conditions. The simulations deploy 100, 400, and 800 original packages that are analyzed in detail under the same PAPR threshold. The proposed method is compared with RSD and Poisson-moved-robust soliton distribution (PM-RSD) which was designed by Zhang [
16], and we set the parameter
δ to 0.1,
c to 0.3, and the number of system subcarriers from 8 to 32. Similarly, the BPSK modulation and belief propagation algorithm are applied for the encoding and decoding process. To improve the efficiency of the simulation, we limit the cost to thirty times for the original packets. In addition, the parameters
c1 and
c2 are set to 2 in the PSO algorithm. Similarly, the maximum number of iterations is 200, and the dimensions are set to 100, 400, and 800.
The condition in which the number of 100 original packages and 32 subcarriers are used is evaluated for decoding performance. The simulations are performed 100 times, and the results are averaged for analysis. In addition, the range of the threshold is set from 5.05 to 9.5 in the PAPR controlling process, and the comparison of the proposed SD, RSD, and PM-RSD are revealed in
Figure 4.
Figure 4 depicts the number of encoding packets sent after successful decoding. The minimum average degree value of the proposed method is 4.91, where probabilities of degrees 1 and 2 are 0.045 and 0.498, respectively. It is evident from the results that the proposed method performed better than RSD, and it reduced 152 packages under the threshold of 7. The maximum number of decoding required with RSD, MRSD, and the proposed method is 747, 725, and 640, respectively, when the controlling threshold is set to 5.05. The variation of decoding cost is basically stabilized when the PAPR threshold is over 8.5, and the performance of different degree distributions gradually converges when the threshold exceeds 9. In addition, the proposed method has remarkable performance at lower thresholds owing to the smaller degree values increased.
The probability of degree 2 is indicated in
Figure 5 under the above condition. There is a probability of 0.498 and 0.475 in the maximum and minimum, respectively, with the proposed method applied, and PM-RSD is 0.491 and 0.462, respectively. Similarly, the probability of degree value 2 is significantly enhanced in the proposed method compared with RSD under different PAPR thresholds. The maximum distinction is 0.188 for the probability between RSD and the proposed method under the threshold of 5.5. In addition, the probability of degree 1 is 0.045 and 0.033 under the proposed method and RSD, respectively.
The performance of the proposed method, along with the RSD and PM-RSD, are presented in
Figure 6. The parameters in the original encoding packets and subcarriers are set to 400 and 16, respectively, and
δ and
c stay the same as the above simulation. Similarly, the parameters of the PSO algorithm are consistent with the previous results. It is clear in
Figure 5 that the proposed method performed well. The maximum distinction of encoding packages is 140 between the RSD and the proposed method under the threshold of 6.5. The maximum number of decoding packages is 1094 in the proposed method when the threshold is 5, whereas the minimum number of packages is 418 with a threshold of 9.5. Conversely, the maximum and minimum decoding packages are 1198 and 453, respectively, in the RSD. Similarly, the average degree and packages in
Table 2 reveal that the proposed method performed well compared with RSD and PM-RSD.
The rate of decoding is illustrated in
Figure 7, and the threshold is set to 5.5 and 7.5 during 400 original packages. It is worth noting that the success rate in the initial decoding of the proposed method is better than the RSD and PM-RSD on account of combined BED. Similarly, the proposed method performs better with the same decoding rate when compared with RSD and PM-RSD.
The average number, average degree, maximum number, and minimum number in the proposed method and other distributions considered in the comparison are summarized in
Table 2,
Table 3 and
Table 4. Similarly, the average number, average degree, maximum number, and minimum number in the proposed method and other distributions considered in the comparison are summarized in
Table 3 and
Table 4.
Table 4 reveals that the maximum decoding packages in the proposed method are reduced by 995 when compared with RSD. The proposed degree distribution performs well in average degree and decoding cost compared to RSD and PM-RSD. Simulations and results demonstrate that the proposed method has reduced the cost of decoding when the same PAPR threshold is controlled.