Next Article in Journal
Examination of Abnormal Behavior Detection Based on Improved YOLOv3
Previous Article in Journal
Novel Dual Beam Cascaded Schemes for 346 GHz Harmonic-Enhanced TWTs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Robust Adaptive Filtering Algorithm for Self-Interference Cancellation with Impulsive Noise

School of Marine Science and Technology, Northwestern Polytechnical University, Xi’an 710072, China
*
Author to whom correspondence should be addressed.
Submission received: 18 December 2020 / Revised: 7 January 2021 / Accepted: 14 January 2021 / Published: 16 January 2021
(This article belongs to the Section Circuit and Signal Processing)

Abstract

:
Self-interference (SI) is usually generated by the simultaneous transmission and reception in the same system, and the variable SI channel and impulsive noise make it difficult to eliminate. Therefore, this paper proposes an adaptive digital SI cancellation algorithm, which is an improved normalized sub-band adaptive filtering (NSAF) algorithm based on the sparsity of the SI channel and the arctangent cost function. The weight vector is hardly updated when the impulsive noise occurs, and the iteration error resulting from impulsive noise is significantly reduced. Another major factor affecting the performance of SI cancellation is the variable SI channel. To solve this problem, the sparsity of the SI channel is estimated with the estimation of the weight vector at each iteration, and it is used to adjust the weight vector. Then, the convergence performance and calculation complexity are analyzed theoretically. Simulation results indicate that the proposed algorithm has better performance than the referenced algorithms.

1. Introduction

The integrated system of underwater detection and communication (ISUDC) [1] and in-band full-duplex (IBFD) underwater acoustic communication (UWC) [2] face the problem of SI, which is caused by the near-end transmission [3]. SI has a negative impact on the subsequent extraction of useful signals, so SI cancellation is necessary and mainly studied in the analog domain and the digital domain [4]. In most related research, the adaptive filter is the main solution used in digital SI cancellation.
The main application of SI cancellation technology underwater is the full-duplex underwater acoustic communication. Traditionally, the adaptive filter reconstructs SI and eliminates SI by estimating the impulse response of the SI channel [5]. For the full-duplex UWC system, SI is efficiently canceled by the recursive least-squares (RLS) adaptive filter for single-carrier communication [6]. For the multiple SI paths generated by the reflection of the sea surface and seabed, a two-stage SI cancellation strategy with two hydrophones is proposed for the multiple SI paths [7]. However, most research on SI cancellation assumes that the environmental noise is white Gaussian noise. Unfortunately, there is some non-Gaussian impulsive noise in the practical application environment [8], and the performance of the traditional adaptive filtering algorithms deteriorates severely with the non-Gaussian impulsive noise [9]. Many methods have been researched to eliminate the adverse effects of impulsive noise on the conventional algorithms. The maximum correntropy criterion (MCC) algorithm was presented and successfully applied to the adaptive filter for impulsive environment noise [10,11]. A novel robust normalized least mean absolute third (RNLMAT) algorithm has been proposed by using the third-order in the estimation error as the normalization [12], and it provides good robustness and filtering accuracy in impulsive noises. Some researchers used the cost function to suppress the performance degradation caused by excessive iteration error. The arctangent function has been introduced into the normalized least mean squares (NLMS) algorithm (Arc-NLMS) to resist impulsive noise [13]. However, the impulse response of the SI channel usually requires a high-order adaptive FIR filter to cover, and this filter has high computational complexity and slower convergence. Moreover, the colored input signals also lead to slower convergence [14]. The sub-band adaptive filter (SAF) and the normalized SAF (NSAF) [15] algorithms have been proposed to address this problem. The input signal is decomposed into sub-band signals and processed by the adaptive filter, respectively. Subsequently, an improved SAF algorithm has been proposed, minimizing Huber’s cost function [16], which has good robustness to impulsive noises. The NSAF algorithm requires a low-order filter and decorrelation to the input signal.
The SI channel may be sparse for SI cancellation in some scenarios, and the sparsity of the channel causes the performance of some classic adaptive algorithms to deteriorate [17,18]. Some proportionate adaptive filtering algorithms have been proposed for the sparse SI channel, like the proportionate NLMS (PNLMS) algorithm, the proportionate NSAF (PNSAF) algorithm, the improved PNLMS (IPNLMS) algorithm, and improved PNSAF (IPNSAF) algorithm [19]. The general zero attraction proportionate normalized maximum correntropy criterion algorithm was proposed in [20], and it has a superior performance for a sparse system in a non-Gaussian noise environment. In addition, the impulsive noise and sparse SI channel often coexist in practical application, so the sparse system identification in impulsive noise is a common problem [21]. For example, the channels of UAC have sparse characteristics [22]. Some relevant adaptive filtering algorithms are studied for this problem, and the work in [23] incorporated MCC into the proportionate-type adaptive filtering to develop a proportionate MCC (PMCC) algorithm for sparse system identification, while the work in [24] improved the convergence speed with the underlying system sparsity.
However, most existing adaptive SI cancellation algorithms aim at the single state of the SI channel, and the performance of some algorithms is greatly reduced when the SI channel changes. Unfortunately, the most SI channel is a time-space-frequency variant channel, such as the underwater acoustic channel [25]. Therefore, an improved IPNSAF algorithm based on the sparsity of the SI channel and the arctangent function has been proposed for the impulsive noise with the variable SI channel, and its application has been considered in ISUDC. The main content is arranged as follows: Firstly, the NSAF algorithm and impulsive noise model are introduced. Secondly, the derivation process of the proposed algorithm is described. Furthermore, the convergence performance and computational complexity of the proposed algorithm are analyzed theoretically. Finally, several simulation experiment results are presented to prove the effectiveness of the proposed algorithm.

2. NSAF Algorithm and Impulsive Noise Model

2.1. Review of the NSAF Algorithm

For the original NSAF algorithm, the desired output signal d ( n ) is as follows:
d ( n ) = u T ( n ) w 0 + η ( n )
where w 0 is the unknown weight vector, which should be estimated, and the length of w 0 is M. u ( n ) = [ u ( n ) , u ( n 1 ) , , u ( n M + 1 ) ] is the input signal; the environment noise η ( n ) is the white Gaussian noise; and the variance of η ( n ) is σ η 2 . The structure of the NSAF algorithm is shown in Figure 1.
Subsequently, u ( n ) , d ( n ) , and η ( n ) are divided into N sub-band signals by the filters H 0 ( z ) , H 1 ( z ) , , H N 1 ( z ) , respectively. u i ( n ) , d i ( n ) , and η i ( n ) are the corresponding sub-band signals, i = 0 , 1 , , N 1 . The sub-band signals y i ( n ) and d i ( n ) are critically decimated to generate the signals y i , D ( k ) and d i , D ( k ) , respectively. y i , D ( k ) = u i T ( k ) w ( k ) is the output of the ith sub-band filter. In each of the above equations, n indicates the sequence number of the original signal, and k indicates the sequence number of the decimated sequences. Therefore, the input signal, the desired output signal, and the output error can be represented as:
U ( k ) = [ u 0 ( k ) , u 1 ( k ) , , u N 1 ( k ) ]
d D ( k ) = [ d 0 , D ( k ) , d 1 , D ( k ) , . . . , d N 1 , D ( k ) ] = U T ( k ) w 0 + η ( k )
e D ( k ) = d D ( k ) U T ( k ) w ( k ) = [ e 0 , D ( k ) , e 1 , D ( k ) , . . . , e N 1 , D ( k ) ]
The original NSAF algorithm is proposed with the principle of minimal disturbance, and the Lagrangian multiplier method is used to determine the optimal solution. Thus, the update weight vector of the NSAF algorithm is obtained as follows:
w ( k + 1 ) = w ( k ) + μ i = 0 N 1 e i , D ( k ) u i ( k ) u i ( k ) 2 + δ
where μ is the step-size, · indicates the norm of a vector, and the term δ is the regularization parameter.

2.2. The α -Stable Distribution Impulsive Noise

For SI cancellation in ISUDC, the environmental noise (wave noise, wind noise, biological activity, etc.) is a non-Gaussian distribution in the underwater acoustic channel. Its amplitude is much higher than its uniform value at some moments, and it has remarkable pulse characteristics. The impulsive noise with the α -stable distribution is more consistent with the description of this noise model in the actual environment by related research [26], and its characteristic function can be expressed as:
f ( t ) = exp { j δ t γ | t | α 1 + j β sgn ( t ) S ( t , α ) }
with the notation:
S ( t , α ) = tan α π 2 , when α 1 ; 2 π log | t | , when α = 1 .
Form Equation (6), we know that the characteristic function can be determined by α , β , γ , δ . The four parameters reflect the different characteristics of the impulse noise; α ( 0 , 2 ] represents the characteristic factor; β [ 1 , 1 ] represents the symmetry parameter; γ > 0 represents the dispersion parameter; and δ represents the location parameter. The impulse noise mentioned in the following research is generated by this impulse noise model.

3. Proposed Algorithm

3.1. Arctangent Cost Function

To improve the robustness of the original NSAF algorithm against the impulsive noise, the arctangent cost function is applied to the LMS algorithm [27], and the updated weight vector is adjusted. The relationship between w ( k ) and the arctangent cost function can be expressed as follows:
J w ( k ) = E arctan β e i ( k ) u i ( k ) 2 2 β
where β ( 0 < β 100 ) is the control parameter, and it reflects the cost function to the output error e i ( k ) .
The arctangent cost function is simple to construct and only needs e i ( k ) and input signal u i ( k ) , and two variables can be obtained directly. Its calculation complexity is small, which is convenient for engineering implementation. The input signal is divided into several sub-bands by an adaptive filter, respectively, in the NSAF algorithm. According to Equation (8), we apply the arctangent cost function to the NSAF algorithm and can get:
J w ( k ) = i = 0 N 1 E arctan β e i , D ( k ) u i ( k ) 2 2 β
To reduce the iteration error along the direction of the iteration, Equation (9) can be transformed as the following equation by the negative stochastic gradient method.
J ( w ( k ) ) = i = 0 N 1 E u i ( k ) e i , D ( k ) u i ( k ) 2 + β 2 e i , D 4 ( k ) u i ( k ) 2
so the weight update formula is written as:
w ( k + 1 ) = w ( k ) + μ i = 0 N 1 e i , D ( k ) u i ( k ) u i ( k ) 2 + β 2 e i , D 4 ( k ) u i ( k ) 2
According to Equation (11), the output error e i , D ( k ) is small when there is no impulsive noise, and β 2 e i , D 4 ( k ) / u i ( k ) 2 tends to zero with the increasing of the iteration times. The signal is distorted, and the amplitude increases sharply when the impulsive noise appears. As a result, β 2 e i , D 4 ( k ) / u i ( k ) 2 increases sharply, and the latter term of the weight update formula tends to zero, that is the descending direction tends to be unchanged. Therefore, the weight vector update error resulting from the impulsive noise can be effectively reduced.
Hence, the weight vector hardly changes, and it is approximately equal to the weight vector of the previous step when impulsive noise occurs. The weight vector update is close to the NSAF algorithm when there is no impulsive noise. Therefore, the improved NSAF algorithm is insensitive to the impulsive noise and has excellent impulsive noise resistance. This algorithm is an improved NSAF algorithm based on the arctangent cost function, so it is called Arc-NSAF.

3.2. Arc-IPNSAF Algorithm

The proportionate adaptation technique can be combined with the Arc-NSAF algorithm to adapt to the sparse SI channel. We introduce this technique into the Arc-NSAF algorithm, and w ( k ) is represented as:
w ( k + 1 ) = w ( k ) + μ i = 0 N 1 e i , D ( k ) Q ( k ) u i ( k ) u i T ( k ) Q ( k ) u i ( k ) + β 2 e i , D 4 ( k ) u i ( k ) 2
The gain matrix Q ( k ) = d i a g { q 1 ( k ) , q 2 ( k ) , , q M ( k ) } is an M × M diagonal matrix, and its diagonal elements can be calculated as follows:
q m ( k ) = 1 κ 2 M + 1 + κ | w m ( k ) | 2 w ( k ) 1 + ξ
with ξ a small positive constant and the control parameter κ [ 1 , 1 ] , and it is usually taken as −0.5 or zero.

3.3. Improved Arc-IPNSAF Algorithm

The underwater acoustic channel is a stochastic acoustic propagation channel with time, space, and frequency varying, and the sparsity of the channel varies with the environment. The degree of sparsity for a channel [28] can be quantified as follows:
ψ ( w 0 ) = M M 1 1 w 0 1 M w 0 2
Obviously, we can get 0 ψ ( w 0 ) 1 by Equation (14). The sparser the channel is, the larger the value ψ ( w 0 ) is. Since w 0 is unknown, w ( k ) is used to approximate substitution w 0 at each iteration, and the sparsity estimates for each iteration are shown below:
ψ ^ ( w ( k ) ) = M M M 1 w ( k ) 1 M w ( k ) 2
Apparently, ψ ^ ( w ( k ) ) will gradually converge to ψ ( w 0 ) with the increasing of the iteration times. Therefore, the sparsity of the channel can be estimated and quantified in each iteration of the algorithm.
Analyzing Equation (12) again, the control parameter β in Equation (12) has some effect on the performance of the algorithm. Some simulation results are used to illustrate the effect of the control parameter on the algorithm. The performance is evaluated by the normalized mean squared deviation (NMSD), which is:
N M S D = 10 l o g w ^ ( k ) 2 2 w 0 2 2
We define w ^ ( k ) = w 0 w ( k ) . NMSD reflects the closeness between the estimated weight vector w ^ ( k ) and the real weight vector w 0 , and it can also be regarded as the steady-state error of the algorithm. Figure 2 shows the performance comparison in three different SI channels with different β .
Figure 2 shows the influence of β on the convergence speed and steady-state error of the algorithm. Comparing the performance of the algorithm with different β in the same SI channel, we can know that the steady-state error decreases with an increase of β , and the convergence speed decreases. The sparsity of the SI channel also affects the convergence speed and steady-state error of the algorithm. Comparing the performance of the algorithm with the same β in different SI channels, the convergence speed decreases with the increase of the sparsity, while the steady-state error decreases. Therefore, we make a compromise on the convergence speed and steady-state error of the algorithm and improve the robustness of the algorithm to the SI channel with different sparsity. It is necessary to take a relatively large value of β when the sparsity of the SI channel is large, so that the algorithm can obtain a smaller steady-state error. Similarly, β should take a relatively small value to obtain a faster convergence speed when the sparsity of the SI channel is small. According to the relevant research on the influence of the sparsity of the SI channel on the performance of IPNLMS algorithm in [29,30], we construct the adaptive control parameter β ( k ) with the sparsity measurement values ψ ^ ( w ( k ) ) to approximate the curve of the relationship, which is expressed as:
β ( k ) = ϵ , if k < M N ; γ · e λ ( ψ ^ ( w ( k ) ) 1 ) , others .
where ϵ is an initial value, which is a small positive constant. γ determines the amplitude change, and λ determines the rate of change; they are constants greater than one. When γ = 1 , the corresponding conversion function values β ( k ) with different λ are as shown in Figure 3.
As shown in Figure 3, the larger the value of λ , the faster the changer of β ( k ) is, and the smaller the value of β ( k ) . Therefore, β ( k ) should be larger for the sparse channel and smaller for the dispersive channel. Based on the relationship between sparseness and the optimal value of β , as well as the simulation analysis, γ = 80 and λ = 8 are used in the subsequent research. Then, we replace β in Equation (12) with β ( k ) , and we can get the final weight vector update equation of Arc-IPNSAF based on sparsity control.
w ( k + 1 ) = w ( k ) + μ i = 0 N 1 e i , D ( k ) Q ( k ) u i ( k ) u i T ( k ) Q ( k ) u i ( k ) + β 2 ( k ) e i , D 4 ( k ) u i ( k ) 2
The proposed algorithm is an improved IPNSAF algorithm based on sparsity control and the arctangent cost function, so we call the above proposed algorithm Sc-Arc-IPNSAF. The proposed algorithm can be applied to the same signal types as the traditional NSAF algorithm. The main iterative process of the algorithm is shown is shown as Algorithm 1.
Algorithm 1: Proposed the Sc-Arc-IPNSAF algorithm
Initialization: 
w ( 0 ) = 0 ;
Parameter: 
λ , γ and ξ are predefined;
  1:
Update:
  2:
   For each iteration k
  3:
      1. Calcuate the sparsity ψ ^ ( w ( k ) ) of the SI channel
  4:
          ψ ^ ( w ( k ) ) = M M M 1 w ( k ) 1 M w ( k ) 2
  5:
      2. The adaptive control parameters β ( k )
  6:
          β ( k ) = ϵ , if k < M N ; γ · e λ ( ψ ^ ( w ( k ) ) 1 ) , others .
  7:
 
  8:
      3. Obtain the gain proportional matrix Q ( k )
  9:
          q m ( k ) = 1 κ 2 M + ( 1 + κ | w m ( k ) | 2 w ( k ) 1 + ξ )
10:
      4. Weight vector update
11:
          w ( k + 1 ) = w ( k ) + μ i = 0 N 1 e i , D ( k ) Q ( k ) u i ( k ) u i T ( k ) Q ( k ) u i ( k ) + β 2 ( k ) e i , D 4 ( k ) u i ( k ) 2
12:
   End

4. Algorithm Performance Analysis

4.1. Convergence Performance

The convergence performance of the Sc-Arc-IPNSAF algorithm is analyzed. To calculate the analysis, substitute w ^ ( k ) = w 0 w ( k ) into Equation (18); we can get:
w ^ ( k + 1 ) = w ^ ( k ) μ Q ( k ) U ( k ) Λ 1 ( k ) e D ( k )
with Λ ( k ) = U T ( k ) Q ( k ) U ( k ) + φ I , and the notation I expresses an M × M identity matrix, and φ = β 2 ( k ) e i , D 4 ( k ) / u i ( k ) 2 .
Define e a ( k ) = U T ( k ) w ^ ( k ) and e b ( k ) = U T ( k ) w ^ ( k + 1 ) ; their physical meanings are the a-priori and b-posteriori sub-band error vectors, respectively. It can be noted that e a ( k ) and e b ( k ) do not contain the error of the system noise, so we can get:
e b ( k ) = e a ( k ) μ U T ( k ) Q ( k ) U ( k ) Λ 1 e D ( k )
Assume that U ( k ) is column full rank, so U T ( k ) Q ( k ) U ( k ) is invertible. Substitute Equation (20) into Equation (19), and define U ( k ) Q 1 ( k ) 2 = U T ( k ) Q 1 ( k ) U ( k ) as the squared weighted Euclidean norm of U ( k ) . Then, taking the expectation on both sides and supposing k + , we have:
lim k + w ^ ( k + 1 ) Q 1 ( k ) 2 lim k + w ^ ( k ) Q 1 ( k ) 2 = lim k + E e b T ( k ) U T ( k ) Q ( k ) U ( k ) 1 e b ( k ) lim k + E e a T ( k ) U T ( k ) Q ( k ) U ( k ) 1 e a ( k )
It is known that φ goes to zero as the number of iterations increases k , so we can get lim k + E U T ( k ) Q ( k ) U ( k ) lim k + E Λ ( k ) . Substituting Equation (20) into Equation (21) results in:
lim k + w ^ ( k + 1 ) Q 1 ( k ) 2 lim k + w ^ ( k ) Q 1 ( k ) 2 μ 2 lim k + E e D T ( k ) Λ 1 ( k ) e D ( k ) 2 μ lim k + E e a T ( k ) Λ 1 ( k ) e D ( k )
When the algorithm is convergent and stable, w ^ ( k ) Q 1 ( k ) 2 should decrease monotonically, and it tends to a stable value. Therefore, the left side of the Equation (22) tends to zero. Following this requirement, if the algorithm can converge to a stable state, μ has to be constrained as follows:
0 < μ < 2 lim k + E e a T ( k ) Λ 1 ( k ) e D ( k ) lim k + E e D T ( k ) Λ 1 ( k ) e D ( k )
In a noiseless situation, e D ( k ) is approximately equal to e a ( k ) , and the maximum value for the right side of Equation (23) is two. Based on this fact, the step-size must satisfy 0 < μ < 2 when the algorithm can converge to a stable state.
Meanwhile, analyze Equation (22) again. The algorithm converges to a stable state when the number of iterations k , and we can know that the left side of Equation (22) tends to zero. Let us assume that sub-band system noise η i ( k ) and input signal u i ( k ) are statistically independent. Equation (22) is rewritten as:
( 2 μ ) i = 0 N 1 lim k + E e a , i 2 ( k ) Λ ( k ) = μ i = 0 N 1 lim k + E η i 2 ( k ) Λ ( k )
Because of the inherent decorrelation property of the sub-band structure, each signal in the sub-bands is independent by critical decimation, so Equation (24) is approximated as:
( 2 μ ) lim k + E e a , i 2 ( k ) Λ ( k ) = μ lim k + E η i 2 ( k ) Λ ( k ) .
When the algorithm is effective, the disturbance of Λ ( k ) is small for a high-order adaptive filter in the process of iterative convergence, such that:
( 2 μ ) lim k + E e a , i 2 ( k ) E Λ ( k ) = μ lim k + E η i 2 ( k ) E Λ ( k )
Simplify Equation (26); it can be given as:
E e a , i 2 ( ) μ 2 μ E η i 2 ( ) .
Then, substituting Equation (27) into Equation (22) yields the excess mean squared error (EMSE) of the steady-state for the Sc-Arc-IPNSAF algorithm.
J E M S E ( ) = 1 N i = 0 N 1 lim k + E e i , D 2 ( k ) ,
where σ η i 2 expresses the variance of η i , and its physical meaning is the power of the sub-band system noise. Meanwhile, inserting Equation (27) into Equation (28) leads to the theoretical steady-state EMSE, expressed as:
E M S E ( ) μ 2 μ 1 N i = 0 N 1 σ η i 2 .
According to [28], the steady-state MSE can be calculated based on Equation (29) as follows:
M S E ( ) E M S E ( ) + 1 N i = 0 N 1 σ η i 2 2 2 μ 1 N σ η i 2
The above expressions show that the steady-state EMSE and MSE depend on the system noise of each sub-band σ η i 2 and the number of sub-bands N, independent of G ( k ) .

4.2. Computational Complexity

The computational complexity of the Sc-Arc-IPNSAF algorithm is analyzed and compared with other referenced algorithms in this section. The computation complexity of these algorithms is mainly represented by M, N, and the length of analysis filter L. For the Sc-Arc-IPNSAF algorithm, the sparsity estimation of the SI channel and the coefficient calculation of the arctangent cost function need additional M / N + 4 multiplications and 3 M / N addition for each sub-band in each iteration. Moreover, the calculation of β 2 ( k ) e i , D 4 ( k ) / u i ( k ) 2 needs additional M / N + 6 multiplication and M / N addition.
Table 1 shows that the Sc-Arc-IPNSAF algorithm has the highest computational complexity, and the MCC algorithm is the lowest because the sparsity of the SI channel is estimated. The coefficient of the cost function is adaptively adjusted to satisfy the SI channel with different sparsity. The Sc-Arc-IPNSAF algorithm only increases the 2M + 10N multiplication and 3M−3N addition compared with the IPNSAF algorithm. As a comparison, the additional computational complexity of Sc-Arc-IPNSAF is still in the same order of magnitude as other referenced algorithms, and it can be acceptable and easy to implement in engineering hardware.
The memory requirements of each algorithm can be calculated according to the storage of the filter structure and the data storage required in the iterative process. The memory requirement of the traditional NSAF algorithm is M(N + 1) + N(3L + 4) + 2 [14]. Because the IPNSAF algorithm needs to calculate the gain matrix, it requires an additional N M + 2 memory to store the gain matrix and the parameters compared with the NSAF algorithm. The Sc-Arc-IPNSAF algorithm needs to store the sparsity of the SI channel ψ ^ ( w ( k ) ) , the control parameters β ( k ) , and φ . Therefore, it needs an additional 3N memory compared with the IPNSAF algorithm. Therefore, we can get the memory requirements of the algorithms, as shown in Table 2.

5. Simulation

The proposed algorithm is evaluated in different system identification scenarios. Considering the application of the SI channel with variable sparsity, three different SI channels with 512 coefficients are used in the following simulation experiments. The impulse response of three SI channels is shown in Figure 4. For all algorithms, the initial weight vector w ( 0 ) = 0 , the initial step-size μ 0 = 0.1 , and the relevant parameters of the NSAF class algorithms are set to L = 64 , N = 8 . Therefore, we can get that each iteration of the proposed algorithm requires 5201 multiplications and 5760 additions according to Table 1. The two-order autoregressive (AR(2)) signal is used as an input signal to validate the proposed algorithm. Furthermore, SI is the communication signal leaked from the transmitter in ISUDC, so the BPSK modulated signal as the common communication signal is also used as another input signal to validate the feasibility of SI cancellation in ISUDC. For the BPSK modulated signal, the frequency bandwidth is 4–8 kHz, the sampling frequency is f s = 48 kHz, and the carrier frequency is f c = 6 kHz. The performance of the algorithms is compared with the same number of iterations. In the simulation experiment, when the input signal is the AR(2) signal, the number of iterations is set to 119,500, and the number of iterations is set to 180,000 when the input signal is the BPSK signal. The purpose of SI cancellation is to improve the performance of target parameter estimation, and the direction of arrival (DOA) is an important estimation parameter of ISUDC, so we compare the DOA estimation performance for the output signal after the SI cancellation. We consider two kinds of noise models in the following simulation experiments, the white Gaussian noise and the α -stable distribution impulsive noise.

5.1. White Gaussian Noise

When the environment noise is the white Gaussian noise and the SNR is 40 dB, different algorithms are compared in three SI channels with different sparsity. Then, independent Monte Carlo simulation experiments are conducted 1000 times to obtain these results as Figure 5 and Figure 6.
The above simulation results show the NMSD results of different algorithms when the input signal has white Gaussian noise. As can be seen, the IPNSAF and the Sc-Arc-IPNSAF algorithms have similar performance, and even better than the others when the BPSK signal is input. Meanwhile, the IPNSAF and the Sc-Arc-IPNSAF algorithms have faster convergence speed than the others with the AR(2) signal input. In comparison, the Arc-IPNSAF algorithm without sparsity control has a slower convergence speed as the sparsity of the SI channel increases, but it is superior to the MCC algorithm. Therefore, the Sc-Arc-IPNSAF algorithm has excellent performance under the white Gaussian noise environment, and it is robust to the SI channel with different sparsity.

5.2. Impulsive Noise

When the environment noise is the α -stable distribution impulsive noise, which is produced by Equation (6), α , β , γ , δ = 1.2 , 0 , 0.2 , 0 . The power of impulsive noise is set as σ I 2 = 1000 σ y 2 , where σ y 2 is the power of the filter output for each sub-band y i ( k ) . Then, different algorithms are compared in sparse, quasisparse, and dispersive SI channels with different input signals. Figure 7 and Figure 8 are obtained by Monte Carlo simulation experiments conducted 1000 times.
As can be seen from Figure 7 and Figure 8, the Sc-Arc-IPNSAF algorithm has a faster convergence speed for different SI channels, and its NMSD is smaller when the BPSK signal is input. Still, the NSAF and the IPNSAF algorithms are ineffective and cannot eliminate SI normally. In addition, the Sc-Arc-IPNSAF algorithm has stable performance for different SI channels and is better than the MCC, Arc-NLMS, Arc-IPNLMS, NSAF, and IPNSAF algorithms when the AR(2) signal is input. Unfortunately, it is unacceptable that the convergence speed of the Arc-IPNSAF algorithm drops sharply under the dispersive SI channel. Therefore, the Sc-Arc-IPNSAF algorithm improves the robustness for different sparsity SI channels with sparsity control.
To compare the robustness of the algorithm with different impulsive noises, γ in the α -state distribution function is set to different values ( γ = 0.1:0.1:0.5). Monte Carlo simulation experiments conducted 1000 times obtain the results in Figure 9 and Figure 10.
From the simulation results, the performance of these algorithms deteriorates with the increase of γ , and these algorithms without sparsity control fail as γ increases to some degree. Moreover, the Sc-Arc-IPNSAF algorithm has a low steady-state NMSD for different SI channels when the BPSK signal is the input signal. The Arc-type algorithms without sparsity control have a significant difference in performance under the different sparsity SI channels. The Sc-Arc-IPNSAF algorithm has stable performance for different SI channels, and the Arc-IPNSAF has similar performance in the sparse and quasisparse SI channels. Besides, the Sc-Arc-IPNSAF algorithm also has the best performance when the SI channel is dispersive, but the Arc-IPNSAF algorithm has the worst performance.
In other words, the proposed Sc-Arc-IPNSAF algorithm has good robustness and performance for different input signals and SI channels. Especially for the BPSK communication signal, the proposed Sc-Arc-IPNSAF algorithm has the best performance compared to the other referenced algorithms.

5.3. DOA Estimation Performance after SI Cancellation

In this simulation, consider the application of SI cancellation in ISUDC. For the integrated system, the transmitter transmits the BPSK communication modulation signal, and the signal parameter is as mentioned above. The receiver is an eight element uniform line array (ULA), and the separation between the elements is a half wavelength. The underwater speed of sound is c = 1490 m/s, and we assume that the SI direction is 0. In this section, the multiple signal classification (MUSIC) algorithm is used to estimate the DOA.
Compare the beamforming spectrum of the received signal after SI cancellation by different algorithms. In the simulation, the directions of two targets are at 5 and 5, and impulse noise is added to the target echo. The power of the target echo to the power of the SI ratio is called SIR, and the SIR is −16 dB in the subsequent simulation. The spatial spectra of the received signal after SI cancellation are as follow.
Figure 11 shows the spatial spectra of the received signal processed by different SI cancellation algorithms under three different SI channels. We know that the target cannot be estimated correctly without SI cancellation processing because the SI masks the target. While the two targets can be estimated after some adaptive filtering processing, the DOA estimation value of the received signal processed by the proposed algorithm is closest to the real value, which indicates that the estimation accuracy is the highest. The proposed algorithm has the optimal performance for different SI channels. Therefore, the Sc-Arc-IPNSAF algorithm has a good effect on the SI cancellation of ISUDC.

6. Conclusions

An improved IPNSAF algorithm is proposed for the SI channel with varying sparsity in impulsive noise, and it is called the Sc-Arc-IPNSAF algorithm. The proposed Sc-Arc-IPNSAF algorithm has a similar performance to the original NSAF algorithm when there is no impulsive noise. To suppress the error caused by the impulsive noise, the arctangent cost function is introduced so that the algorithm can resist impulse noise interference. Meanwhile, for the SI channel with varying sparsity, the sparsity of the SI channel is estimated and used to control the weight vector further. Comparing with some referenced algorithms, the simulation results confirm that the Sc-Arc-IPNSAF algorithm has a fast convergence speed, low NMSD, and good robustness against impulsive noise and a variable SI channel. From the results of DOA estimation, the SI cancellation improves the accuracy of DOA estimation, and the proposed algorithm has better performance of SI cancellation in ISUDC.

Author Contributions

Conceptualization, W.S.; methodology, J.L.; software, J.L.; investigation, L.Z.; supervision, Q.Z.; formal analysis, J.S.; project administration, Q.Z. All authors read and agreed to the published version of the manuscript.

Funding

This research was supported by the National Key R&D Program of China under Grant 2016YFC1400203, the National Natural Science Foundation of China (61531015, 61701529), and the Fundamental Research Funds for the Central Universities (3102019HHZY030013).

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Lu, J.; Zhang, Q.; Shi, W.; Zhang, L. High accuracy phase-matching delay estimation method based on phase correction. Iet Electron. Lett. 2020, 56, 456–459. [Google Scholar] [CrossRef]
  2. Qiao, G.; Gan, S.; Liu, S.; Song, Q. Self-Interference channel estimation algorithm based on Maximum-Likelihood estimator in In-Band Full-Duplex Underwater Acoustic communication system. IEEE Access 2018, 6, 62324–62334. [Google Scholar] [CrossRef]
  3. Qiao, G.; Gan, S.; Liu, S.; Ma, L.; Sun, Z. Digital self-interference cancellation for asynchronous in-band full-duplex underwater acoustic communication. Sensors 2018, 18, 1700–1716. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Li, C.; Zhao, H.; Wu, F.; Tang, Y. Digital Self-Interference Cancellation with Variable Fractional Delay FIR Filter for Full-Duplex Radios. IEEE Commun. Lett. 2018, 22, 1082–1085. [Google Scholar] [CrossRef]
  5. Ahmed, E.; Eltawil, A.M. All-Digital Self-Interference Cancellation Technique for Full-Duplex Systems. IEEE Trans. Wirel. Commun. 2015, 14, 3519–3532. [Google Scholar] [CrossRef] [Green Version]
  6. Shen, L.; Henson, B.; Zakharov, Y.; Mitchell, P. Digital self-interference cancellation for full-duplex underwater acoustic systems. IEEE Trans. Circ. Syst. 2020, 67, 192–196. [Google Scholar] [CrossRef] [Green Version]
  7. Shen, L.; Henson, B.; Zakharov, Y.; Mitchell, P. Two-Stage Self-Interference Cancellation for Full-Duplex Underwater Acoustic Systems. In Proceedings of the OCEANS 2019-Marseille, Marseille, France, 17–20 June 2019; pp. 1–6. [Google Scholar]
  8. Zha, D.; Qiu, T. Underwater sources location in non-Gaussian impulsive noise environments. Digit. Signal Process. 2006, 16, 149–163. [Google Scholar] [CrossRef]
  9. Mula, S.; Gogineni, V.C.; Dhar, A.S. Robust Proportionate Adaptive Filter Architectures Under Impulsive Noise. IEEE Trans. Very Large Scale Integr. (Vlsi) Syst. 2019, 27, 1223–1227. [Google Scholar] [CrossRef]
  10. Liu, W.; Pokharel, P.P.; Principe, J.C. Correntropy: Properties and Applications in Non-Gaussian Signal Processing. IEEE Trans. Signal Process. 2007, 55, 5286–5298. [Google Scholar] [CrossRef]
  11. He, R.; Hu, B.G.; Zheng, W.S.; Kong, X.W. Robust Principal Component Analysis Based on Maximum Correntropy Criterion. IEEE Trans. Image Process. 2011, 20, 1485–1494. [Google Scholar]
  12. Xiong, K.; Wang, S.; Chen, B. Robust normalized least mean absolute third algorithms. IEEE Access 2019, 7, 10318–10330. [Google Scholar] [CrossRef]
  13. Fu, Z.; Lin, Y. Robust Proportionate Adaptive Filtering Algorithms Against Impulsive Interference. In Proceedings of the International Conference on Computer, Mechatronics and Electronic Engineering 2017, Xiamen, China, 24–25 December 2017; pp. 258–264. [Google Scholar]
  14. Kuo, S.M.; Gan, W.S.; Lee, K.A. Subband Adaptive Filtering: Theory and Implementation; Wiley: Hoboken, NJ, USA, 2009. [Google Scholar]
  15. Lee, K.A.; Gan, W.S. Improving Convergence of the NLMS Algorithm Using Constrained Subband Updates. IEEE Signal Process. Lett. 2004, 11, 736–739. [Google Scholar] [CrossRef]
  16. Yu, Y.; Zhao, H.; He, Z.; Chen, B. A robust band-dependent variable step size NSAF algorithm against impulsive noises. Signal Process. 2016, 119, 203–208. [Google Scholar] [CrossRef]
  17. Diniz, P.S.R. Adaptive Filtering: Algorithms and Practical Implementation; Springer: Boston, MA, USA, 2002. [Google Scholar]
  18. Sayed, A.H. Fundamentals of Adaptive Filtering; Wiley: Hoboken, NJ, USA, 2003. [Google Scholar]
  19. Kadkhodazadeh, A.S. A family of proportionate normalized sub-band adaptive filter algorithms. J. Frankl. Inst. 2011, 348, 212–238. [Google Scholar]
  20. Li, Y.; Wang, Y.; Albu, F.; Jiang, J. A general zero attraction proportionate normalized maximum correntropy criterion algorithm for sparse system identification. Symmetry 2017, 9, 229. [Google Scholar] [CrossRef] [Green Version]
  21. Pelekanakis, K.; Chitre, M. Adaptive Sparse Channel Estimation under Symmetric alpha-Stable Noise. IEEE Trans. Wirel. Commun. 2014, 13, 3183–3195. [Google Scholar] [CrossRef]
  22. Pelekanakis, K.; Liu, H.; Chitre, M. An Algorithm for Sparse Underwater Acoustic Channel Identification under Symmetric alpha-Stable Noise. In Proceedings of the OCEANS 2011 IEEE-Spain, Santander, Spain, 6–9 June 2011. [Google Scholar]
  23. Ma, W.; Zheng, D.; Zhang, Z.; Duan, J.; Chen, B. Robust proportionate adaptive filter based on maximum correntropy criterion for sparse system identification in impulsive noise environments. Signal Image Video Process. 2018, 12, 117–124. [Google Scholar] [CrossRef]
  24. Gogineni, V.C.; Mula, S. Improved proportionate-type sparse adaptive filtering under maximum correntropy criterion in impulsive noise environments. Digit. Signal Process. 2018, 79, 190–198. [Google Scholar] [CrossRef]
  25. Kochanska, I. Assessment of Wide-Sense Stationarity of an Underwater Acoustic Channel Based on a Pseudo-Random Binary Sequence Probe Signal. Appl. Sci. 2020, 10, 1221. [Google Scholar] [CrossRef] [Green Version]
  26. Peng, S.; Chen, B.; Sun, L. Constrained maximum correntropy adaptive filtering. Signal Process. 2017, 140, 116–126. [Google Scholar] [CrossRef] [Green Version]
  27. Zeng, J.; Lin, Y.; Shi, L. A Normalized Least Mean Square Algorithm Based on the Arctangent Cost Function Robust Against Impulsive Interference. Circ. Syst. Signal Process. 2016, 35, 3040–3047. [Google Scholar] [CrossRef]
  28. Yu, Y.; Zhao, H. Proportionate NSAF algorithms with sparseness-measured for acoustic echo cancellation. Aeu-Int. J. Electron. Commun. 2017, 75, 53–62. [Google Scholar] [CrossRef] [Green Version]
  29. Liu, L.; Fukumoto, M.; Zhang, S. A variable parameter improved proportionate normalized LMS algorithm. IEEE Asia Pac. Conf. Circ. Syst. 2008, 201–204. [Google Scholar]
  30. Hirano, G.; Shimamura, T. A modified IPNLMS algorithm using system sparseness. In Proceedings of the 2012 International Symposium on Intelligent Signal Processing and Communications Systems, Taipei, Taiwan, 4–7 November 2012; pp. 876–879. [Google Scholar]
Figure 1. The structure of normalized sub-band adaptive filtering (NSAF).
Figure 1. The structure of normalized sub-band adaptive filtering (NSAF).
Electronics 10 00196 g001
Figure 2. Normalized mean squared deviation (NMSD) curves of Arc-improved proportionate NSAF (IPNSAF) with different β under different self-interference (SI) channel environments.
Figure 2. Normalized mean squared deviation (NMSD) curves of Arc-improved proportionate NSAF (IPNSAF) with different β under different self-interference (SI) channel environments.
Electronics 10 00196 g002
Figure 3. The adaptive control parameter β ( k ) varies with sparsity value ψ ( w 0 ) when λ = 2 , 4 , 6 , 8 .
Figure 3. The adaptive control parameter β ( k ) varies with sparsity value ψ ( w 0 ) when λ = 2 , 4 , 6 , 8 .
Electronics 10 00196 g003
Figure 4. The impulse response of three SI channels with different sparsity ψ ( w 0 ) .
Figure 4. The impulse response of three SI channels with different sparsity ψ ( w 0 ) .
Electronics 10 00196 g004
Figure 5. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the AR(2) signal.
Figure 5. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the AR(2) signal.
Electronics 10 00196 g005
Figure 6. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the BPSK signal.
Figure 6. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the BPSK signal.
Electronics 10 00196 g006
Figure 7. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the AR(2) signal.
Figure 7. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the AR(2) signal.
Electronics 10 00196 g007
Figure 8. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the BPSK signal.
Figure 8. NMSD of different algorithms in sparse, quasisparse, and dispersive SI channels, and the input signal is the BPSK signal.
Electronics 10 00196 g008
Figure 9. Steady-state NMSD with different λ for the AR(2) signal.
Figure 9. Steady-state NMSD with different λ for the AR(2) signal.
Electronics 10 00196 g009
Figure 10. Steady-state NMSD with different λ for the BPSK signal.
Figure 10. Steady-state NMSD with different λ for the BPSK signal.
Electronics 10 00196 g010
Figure 11. The spatial spectra.
Figure 11. The spatial spectra.
Electronics 10 00196 g011
Table 1. Computational complexity of updating w ( k ) for one iteration. MCC, maximum correntropy criterion; IPNLMS, improved proportionate normalized least mean squares; Sc, sparsity control.
Table 1. Computational complexity of updating w ( k ) for one iteration. MCC, maximum correntropy criterion; IPNLMS, improved proportionate normalized least mean squares; Sc, sparsity control.
AlgorithmMultiplicationAddition
MCC2M + 62M
Arc-NLMS4M + 84M − 1
Arc-IPNLMS6M + 96M − 2
NSAF3M + 3 N L + 13M + 3 N L − 3N
IPNSAF5M + 3 N L + 15M + 3 N L + 2 M / N − 3N
Arc-NSAF4M + 3 N L + 6N + 14M + 3 N L − 3N
Arc-IPNSAF6M + 3 N L + 6N + 16M + 3 N L + 2 M / N − 3N
Sc-Arc-IPNSAF7M + 3 N L + 10N + 18M + 3 N L + 2 M / N
Table 2. Memory requirements for each algorithm.
Table 2. Memory requirements for each algorithm.
AlgorithmMemory
MCC2M + 5
Arc-NLMS2M + 6
Arc-IPNLMS3M + 8
NSAFM(N + 1) + N(3L + 4) + 2
IPNSAFM(2N + 1) + N(3L + 4) + 4
Arc-NSAFM(N + 1) + N(3L + 5) + 2
Arc-IPNSAFM(2N + 1) + N(3L + 5) + 4
Sc-Arc-IPNSAFM(2N + 1) + N(3L + 7) + 4
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lu, J.; Zhang, Q.; Shi, W.; Zhang, L.; Shi, J. Robust Adaptive Filtering Algorithm for Self-Interference Cancellation with Impulsive Noise. Electronics 2021, 10, 196. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics10020196

AMA Style

Lu J, Zhang Q, Shi W, Zhang L, Shi J. Robust Adaptive Filtering Algorithm for Self-Interference Cancellation with Impulsive Noise. Electronics. 2021; 10(2):196. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics10020196

Chicago/Turabian Style

Lu, Jun, Qunfei Zhang, Wentao Shi, Lingling Zhang, and Juan Shi. 2021. "Robust Adaptive Filtering Algorithm for Self-Interference Cancellation with Impulsive Noise" Electronics 10, no. 2: 196. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics10020196

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop