Abstract

The extended binary phase shift keying (EBPSK) is an efficient modulation technique, and a special impacting filter (SIF) is used in its demodulator to improve the bit error rate (BER) performance. However, the conventional threshold decision cannot achieve the optimum performance, and the SIF brings more difficulty in obtaining the posterior probability for LDPC decoding. In this paper, we concentrate not only on reducing the BER of demodulation, but also on providing accurate posterior probability estimates (PPEs). A new approach for the nonlinear demodulation based on the support vector machine (SVM) classifier is introduced. The SVM method which selects only a few sampling points from the filter output was used for getting PPEs. The simulation results show that the accurate posterior probability can be obtained with this method and the BER performance can be improved significantly by applying LDPC codes. Moreover, we analyzed the effect of getting the posterior probability with different methods and different sampling rates. We show that there are more advantages of the SVM method under bad condition and it is less sensitive to the sampling rate than other methods. Thus, SVM is an effective method for EBPSK demodulation and getting posterior probability for LDPC decoding.

1. Introduction

Nowadays, wireless communication is playing a very important role in our daily life. The growing demands on wireless multimedia services and products lead to increasing needs for radio spectrum and data rates. Thereby, the research on modulations with high bandwidth efficiency is on focus [1]. In order to satisfy the higher and higher demand for communication systems, an extended binary phase shift keying (EBPSK) system with very high spectra efficiency is introduced in [2]. A special impacting filter (SIF) which can produce high impact at the phase jumping point, narrow in bandwidth, and great improvement in SNR, was applied at the demodulator [3]. Therefore, a simple amplitude detector followed would perform the demodulation of EBPSK signals [4]. However, the conventional threshold decision may not be best to achieve the optimum performance, and the SIF used in EBPSK demodulator brings more difficulty in obtaining posterior probability for low-density parity check (LDPC) codes decoding. A simple and general bit metric generation method is proposed by Hyun and Yoon [5] for the soft information to initial channel decoding. We modify the scheme to suit our system and the method is referred to as MHY in this paper. Meanwhile, nonlinear detectors are specifically designed to get the optimum performance of a blind multiuser detector [6, 7] and nonlinear channel equalization [810] and providing accurate posterior probability estimates (PPEs) for LDPC decoding [11, 12]. All results have shown that a nonlinear demodulator performs similar to an optimum receiver. One of the goals of this paper is the analysis of nonlinear demodulation with the channel decoder. We make use of the fact that the demodulator performance should not only be measured by low BER, but also in its ability to provide accurate PPEs that can be exploited by a soft-input channel decoder to achieve capacity. In this paper, we will introduce a nonlinear demodulation technique called the support vector machine (SVM) classifier [13]. The design approach is completely novel, where we select only a few samples of the SIF output for SVM training and testing at intermediate frequency (IF) without downconversion. We propose to measure the performance of this demodulator after an LDPC channel decoder, and the ability of SVM to provide accurate posterior probability predictions boosts the demodulator performance compared to the MHY method.

The rest of the paper is organized as follows. Section 2 is devoted to introducing SVM. We present the receiver scheme in Section 3 and briefly describe the EBPSK modulation and LDPC decoding. In Section 4, we include illustrative experiments to compare the performance of the proposed demodulators. We conclude in Section 5 with some final comments.

2. Support Vector Machine

The SVM is a classifier introduced by Cortes and Vapnik [14], which can realize the same performance as the so-called artificial neural networks (ANNs) for classification. Generally, ANN has the problem of a local minimum. On the other hand, the SVM is mathematically transparent and can provide global and unique solutions.

2.1. Binary Classification of SVM

For the binary classification problem, the training set consists of vectors from the pattern space , and to each vector a classification . During the initial training stage, a decision function is constructed via where is a Lagrangian constant, is a kernel function, maps the training data vector into the high-dimensional feature space, and is a bias term.

Define a coefficient vector , such that then the training is completed by solving the following optimization problem: where is the tradeoff parameter between the training error and the margin of the decision function, and is a slack variable to compensate for any nonlinearly separable training points.

In this paper, the SVM demodulator uses two types of kernel functions to compare the performance with each other. The first is the simplest linear kernel, shown as

The second is a more popular radial basis function (RBF) kernel, shown as where controls the width of the function.

2.2. Complexity Analysis

The complexity of training an SVM for binary classification is , using the sequential minimal optimization [15], and Platt’s method adds a computational complexity of . However, the SVM demodulator should be analyzed for the testing stage only because the training time is very small compared with the actual testing time. The main focus thus becomes analyzing the complexity required for the computing decision function in (1), which is using the simplest kernel. This issue will be discussed in detail later. A great amount of complexity can be reduced further in (1) if the expression is simplified as follows: where is the number of support vectors, and the constants and can be precomputed before the testing stage to save the computation time. Therefore, the complexity of the SVM demodulator is .

2.3. Probabilistic Outputs of SVM

Instead of predicting the label, many applications require a posterior class probability . The transformation of SVM output into posterior probabilities has been proposed by Platt in [16]. Platt’s method squashes the SVM soft output through a trained sigmoid function to predict posterior probabilities: where , let each be an estimate of . The best parameter setting is determined by solving the following regularized maximum likelihood problem: where , .

Furthermore, log and exp could easily cause an overflow, if is large, and is a “catastrophic cancellation” when is close to one. The problem can usually be resolved by reformulation [17]:

If then use (11), else use (10). Then (7) can be rewritten as follows:

From (12), we can see that SVM does not provide PPE and its output needs to be transformed, before it can be interpreted as posterior probabilities; therefore, the posterior probability is an approximate one.

3. Communication System

3.1. EBPSK Modulation

EBPSK is a modulation method with high frequency spectra efficiency, which is defined as follows: where and are modulation waveforms corresponding to bit “0” and bit “1,” respectively, is the bit duration, is the phase modulation duration, and is the modulating angle. Obviously, if and , (13) degenerates to the classical binary phase shift keying (BPSK) modulation.

3.2. LDPC Decoding

LDPC codes can be decoded by an iterative message-passing (MP) algorithm which passes messages between the variable nodes and check nodes iteratively. If the messages passed along the edges are probabilities, then the algorithm is also called belief propagation (BP) decoding, which is the optimal if there are no cycles or cycles are ignored. Moreover, with BP decoding, complicated calculations are distributed among simple node processors, and after several iterations, the solution of the global problem is available. The steps of BP decoding are as follows.(1)Initialization: , where is the soft information of channel outputs.(2)Horizontal step: the MAP output from to : (3)Vertical step: updating the message from to : (4)Tentative output: if all parity check equations are satisfied or the maximum iteration number is reached, stop iteration, else return to Step .

In this paper, we focus on the initialization step for the posterior probabilities obtained by the nonlinear demodulator.

3.3. System Model

Figure 1 shows the receiver of EBPSK system. Suppose the system is synchronized, the signal of the channel output can be expressed as , where is Gaussian white noise with zero mean. Input into a SIF, and then the output signal can be expressed as , where is the impulse response of SIF. In order to reduce the demodulation complexity, we select a few sample points as the features for SVM training and testing. Then, using the decision function (1), we can get the binary output as follows: Then, we can get the posterior probability and through (12): finally, we use to initiate the LDPC decoder.

4. Simulation Results and Discussions

In this section, we illustrate the performance of the proposed SVM demodulation and its soft output for LDPC decoding. Unless specified otherwise, all simulations assume that the system had 3000 random symbols for training and the reported BER is computed using 105 symbols and we average the results over 1000 independent trials with random training and test data. We choose , , , as the parameters of EBPSK modulation. LDPC codes are also applied to measure the BER performance of the communication system and the accurate posterior probability obtained by the SVM method. During simulations, we use a 12 rate regular LDPC code with 1000 bits per codeword and 3 ones per column. The whole system was simulated under MATLAB.

4.1. Kernel Selection and Demodulation

In this subsection, the performance of the SVM demodulator, using the kernel functions (4) and (5), introduced in Section 2, is compared. For the RBF kernel, a 10-fold cross-validation sweep from the training samples was used to find the optimum parameters of and . A similar search was conducted for the linear kernel, but it only has the parameter to adjust. Table 1 summaries the optimum SVM model obtained after the parameter search.

The linear kernel has less support vectors than the RBF one; therefore, it has a less computational complexity and thus would perform faster. In order to compare the BER performance fairly, both kernels used by the SVM receiver were classifying exactly the same received signals.

Figure 2 shows the BER performance of the SVM demodulator when employing different kernels; also, the performance of conventional threshold decision is analyzed. Evidently, the linear kernel, though much simpler, has slightly better performance than the RBF kernel. Moreover, the SNR gain between the SVM method and the threshold decision is around 1.8 dB; therefore, a linear SVM is chosen for the task. Training on a “worse-case” scenario works well (SNR = −7 dB in this case), proving that the SVM receiver needs not frequently retraining in different SNRs.

4.2. Kernel Optimization

To optimize the linear kernel, the only controlling parameter is , which restrains the maximum size of the Lagrangian dual variable. The SVM detector is tested on the 20 sets of 20000 noisy sequences at SNR = 2 dB for various values. The results are shown in Figure 3. While the error performance for various is very similar, it is still ideal to choose a model with the least number of support vector (SV) in order to reduce the complexity. In this case, when is beyond 6, the model gives the same number of SV because variable is no longer constrained by . The correct rate remains around 99.47%, as shown in Figure 4.

The training size for the SVM detector is another parameter that the designer needs to control. In general, for any machine learning algorithms, the training size should be as large as possible to improve the prediction of the unknown testing data. The tradeoff in this application is the increased time required to produce and collect the training data. Figures 5 and 6, respectively, show the SVM demodulator’s error performance and the number of SVs required on the same system as stated above with different training sizes. When the parameter is fixed at 2, and with a training size of about 200, the performance of the SVM detector would reach to its limit where the increase of SVs would not improve its accuracy.

4.3. Posterior Probability Estimates

In order to reduce the complexity of the SVM analyzed in Section 2, we select only a few samples from the filter output as the features for training and testing (i.e., in this case). We depict the probabilities obtained by the SVM output of SNR = −9 dB in Figure 7. The signal in Figure 7 is submerged in noise, so the optimal performance cannot be achieved by using a conventional threshold decision. Yet, the probability which the demodulator output by SVM technique is accurate while a source symbol sequence is transmitted, and the noise from the part which did not carry any information of the waveform of symbol “1” is almost removed.

To understand the difference in PPEs, we have plotted the curves for the SVM and the MHY in Figures 8(a) and 8(b), respectively, with SNR = −5 dB. We depict the estimated probabilities versus the ones when a source symbol sequences with all ones are transmitted. We can appreciate that the SVM PPEs are closer to “1” and less spread, most of the values of demodulation output are between 0.9 and 1. Thereby, SVM estimates are closer to the true posterior probability, which explains its improved performance with respect to the MHY, when we measure the BER after the LDPC decoder.

In a previous subsection, we have shown that the demodulator is based on an SIF and SVM classifier, when we compare performances at a low BER. In this section, we focus on the performance after the sequence has been corrected by an LDPC decoder. The ability of SVM to provide accurate posterior probability predictions boosts the demodulator performance compared to the MHY method.

From Figure 8, we can understand that the improved performance of the SVM with respect to the MHY is based on its ability to provide accurate PPEs. In Figure 9, we can appreciate that the SVM-LDPC significantly reduces the BER at lower SNR, because the PPEs are more accurate and the LDPC decoder can rely on these trustworthy predictions. Also, Figure 9 shows that the performance of SVM-RBF-LDPC is a little more superior to SVM-linear-LDPC, it is not the same as the results in Section 4.1 which are analyzed without channel coding. Moreover, the SVM-linear-LDPC decoding outperforms the MHY-LDPC decoding by 4.5 dB and by 18 dB without channel coding when and sampling rate . In Figure 10, we compare the BER performance of the SVM-LDPC with MHY-LDPC by a different sampling rate. Compared to the MHY-LDPC, the SVM-LDPC can upgrade more than 4.6 dB, 1.7 dB, and 1.2 dB for , , and , respectively. This means that the performance of SVM-LDPC improved significantly while the sampling rate is low, and it is not sensitive to the sampling rate for SVM-LDPC. Also, Figure 10 illustrates that it is more superior for the SVM demodulator than MHY in a bad condition.

We have shown that SVM-LDPC is far superior to the MHY method. This result shows that using a method that can predict accurately the PPEs allows the LDPC decoding algorithm to perform to its fullest.

5. Conclusions

In this paper, we introduce a nonlinear demodulator which is a novel solution for the EBPSK scheme. We have shown that the performance can be significantly improved by using a linear kernel for demodulation, which has a less computational complexity thus saves the computation time.

SVM is a nonlinear probabilistic classifier that produces accurate PPEs. The performance comparisons of different probabilistic demodulators at the output of an LDPC channel decoder are made, which has shown that the SVM outperforms the MHY with probabilistic output.

The SVM probability output method does not need to estimate the channel noise power , and uses only a few samples as the features of SVM for training and testing, which reduces the complexity significantly.

A simulator of the system was designed and the BER performance was significantly improved for the SVM-LDPC comparing with the MHY-LDPC approach. Moreover, the SVM method is more robust to sampling rate than MHY method.

Yet, the performance of the system can be improved significantly at the cost of complexity, and the probability is still approximate. More investigations are undertaken to reduce the computational complexity of this approach and test its performance under more severe channel conditions, such as the fading channel.

Acknowledgment

The authors would like to thank the support of the National Natural Science Foundation of China (NSFC) under Grant 61271204.