Yong Wangand Rongzheng Zhang
(1.Research Institute of Electronic Engineering Technology,Harbin Institute of Technology,Harbin 150001,China;2.Key Laboratory of Marine Environmental Monitoring and Information Processing,Ministry of Industry and Information Technology,Harbin 150001,China)
Abstract:High-resolution of Inverse Synthetic Aperture Radar(ISAR)in the azimuth direction can be achieved by increasing the coherent accumulation angle of the target rotation.However,in practice,the coherent accumulation angle may be small.In this paper,a novel algorithm for high-resolution ISAR imaging based on the SParse Iterative Covariance-based Estimation(SPICE)is proposed.As a nonparametric sparse spectrum estimation algorithm,the SPICE algorithm does not need to set any parameters and it converges globally,so it can realize high quality imaging with limited measurements.In addition,a fast implementation of the SPICE algorithm based on the Gohberg-Semencul(G-S)factorization is introduced in this paper.The ISAR imaging of simulated and measured data was analyzed to illustrate the effectiveness of the novel approach.
Keywords:ISAR;high-resolution;SPICE;fast implementation
ISAR imaging system obtains the high range resolution by transmitting wideband signals and the azimuth resolution by the coherent accumulation of the target echo to achieve a Range-Doppler image.Due to the fact that the actual system may have a limited number of echoes or some of the echoes are subject to strong interference,the resolution of the traditional FFT-based Range-Doppler algorithm may not be able to meet the requirements.When the coherent accumulation angle is limited,it is necessary to use the super-resolution method for ISAR imaging[1-2].
At present,most common ISAR super-resolution imaging methods are mainly classified into the nonparametric spectral estimation[3-5]and the Compressive Sensing(CS)[6-8].The nonparametric spectrum estimation has a wide range of applications because no parameter needs to be set,while its resolution improvement is limited and the calculation is cumbersome.The CS algorithm exploits the sparseness of the echo at the scattering point,which makes a breakthrough to the Nyquist sampling theorem and can obtain a higher resolution.However,the use of the algorithm needs to predict the sparsity level of the signal and may lose part of the information.
In this paper,a nonparametric sparse spectrum estimation algorithm for ISAR imaging based on SPICE[9-11]is proposed.The algorithm uses the sparseness of the signal without setting any parameters,which can effectively improve the resolution of ISAR imaging.In order to reduce the amount of calculation,this paper also introduces a fast implementation of the SPICE algorithm based on the G-S factorization[12-13]. The ISAR imaging of simulated and measured data can illustrate the effectiveness of the SPICE algorithm.
The structure of this paper is as follows.The ISAR imaging principle is introduced in Section 2.Section 3 presents the principle of SPICE and the fast implementation of the SPICE algorithm is described in Section 4.The imaging results are discussed in Section 5 with the conclusions drawn in Section 6.
The general situation of ISAR imaging is that the radar does not move while the target moves.To simplify the model,as shown in Fig.1,we assumed that the translational component of the target motion has been compensated,leaving only the rotational component.
Fig.1 The turntable imaging geometry
It is assumed that during the observation process,the target turns a small angle against the reference point.At a slow time,the signal in each range cell can be expressed as
where λ denotes the wavelength,ω is the angular velocity of rotation,σidenotes the magnitude of the scattering point,and(xi,yi)denotes the position of the scattering point.If tmis small,then sin(ω tm) ≈ω tmand cos(ω tm)≈ 1.Therefore,the signal within each range cell can be represented as single frequency signals as follows:
In practice,there are only a few effective scattering points in a range cell,so the SPICE algorithm can be used to improve the resolution.
Let K denote the number of sampling points in the frequency domain.If y=[y(t1),…,y(tN)]Tdenotes a time domain signal of length N,ak=[exp(j ωkt1),…,exp(j ωktN)]Tdenotes a Fourier vector at ωk,then we can rewrite formula(2)in the sparse form as follows:
where
where H represents the conjugate transpose and
Using the covariance fitting criterion,the following optimization problem is obtained
For the convenience of calculation,Eq.(8)is changed to the following constraint minimization problem
During the iteration,we can fix P to calculate the update of β,and the results can be obtained from Ref.[4]as follows:
After completing the update of β,P needs to be calculated by using formula(9).Since the scattering points of the target are independent from each other,the minimum update of each frequency point can be calculated separately.So Eq.(9)can be reduced to the following form
The optimal solution is
It can be seen from the above analysis that,through iterative operations,the values of{pk}K+Nk=1and β are updated alternately so that the algorithm runs stably.According to Ref.[9],for any initial value
{pk≥0},the results of the iteration will converge to the optimal solution.However,the initialization ofby the single-frequency least-squares(SFLS) method can accelerate the convergence speed.
The iteration of SPICE needs the calculation of the inverse of the covariance matrix R-1in Eq.(10),and the computational cost of computing R-1is O(N3).Since the running time of the SPICE algorithm is dominated by calculating the inverse of the covariance matrix,a method is introduced in this section for the fast calculation of R-1in the SPICE algorithm.R is rewritten as
Suppose that the noise variance is constant throughout the slow time,i.e.,σ1= … = σN= σ.RNbecomes a Toeplitz and Hermitian matrix,so we can use the method in Refs.[6-7] to perform G-S factorization to reduce the amount of computation for inversion.First,RNis expressed as
Let LN(t,Z)= [t,Zt,…,ZN-1t].ZNdenotes an M×M strictly lower-triangular matrix with ones on the first sub-diagonal and zeros everywhere else.So we can use G-S factorization to write R-1as
where
From the above analysis,it can be seen that only wN-1and αN-1are needed to get R-1, and the calculation of wN-1and αN-1by the Levinson-Durbin algorithm[12,14]requires only N2operations.In Eq.(17),both LN(t1,ZN)and LN(t2,ZN)are triangular Toeplitz matrices,so the FFT can be used to calculate R-1y in Eq.(10)[14].Compared with the direct calculation of R-1, the proposed method greatly reduces the amount of computation for each iteration.
The fast implementation ofthe SPICE algorithm can be summarized as follows:
Initialization:
Calculate{pk}K+Nk=1using SFLS and calculate wkin Eq.(8).
The(i+1)th iteration:
1)Construct the covariance matrix R in Eq.(5)using FFT with O(Klog2K)flops[13];
2)Calculate wN-1and αN-1using the Levinson-Durbin(L-D)-type algorithm with O(N2)flops;
3)Calculate R-1y using FFT with O(N2log2N)flops,calculate β by Eq.(10),and then updateby Eq.(12)with O(N2K)flops;
4)Stop the iterative operation according to the predetermined threshold.
To verify the proposed method,we simulated a multi-component sinusoidal signal.The amplitude and frequency of the four components are(0.5,1.46 Hz),(1.0,2.34 Hz),(1.5,3.26 Hz),and(1.5,3.46 Hz).SPICE algorithm was used for spectral estimation of this signal.The number of sampling points is 128.Fig.2 showsthe relationship between the energy difference and the number of iterations for adjacent iterations of the SPICE algorithm.
Fig.2 Relation between the energy difference and the number of iterations of SPICE
In practical applications,we can assume that the iteration converges when the energy difference is less than one percent of the total energy and the number of iterations is usually less than ten.Fig.3(a)is the result of spectrum estimation by FFT,which indicates that if FFT is used directly,the resolution cannot meet the requirement due to the small number of sampling points.Fig.3(b)is the result of SPICE,which shows that the SPICE algorithm had lower sidelobes and is more accurate for the amplitude estimates than the FFT.
Fig.3 Results of spectrum estimation by FFT and SPICE
Fig.4 shows the flowchart for ISAR imaging using the SPICE algorithm.Motion compensation was performed on the high resolution range image,and the azimuth compression of the signal in each range cell wasthen performed using the improved SPICE algorithm proposed in this paper.In this experiment,the FFT,Iterative Adaptive Approach(IAA)[3,15],and the SPICE algorithm were compared.
Fig.4 ISAR imaging using the SPICE algorithm
The simulated MIG-25 data was used for the ISAR imaging experiment.Thestepped-frequency radar worksat 9 GHz and the pulse repetition frequency is 15 kHz.A total of 512 pulses, 64 samples were collected from each pulse.Figs.5(a)-(c)show the results of MIG-25 imaging by FFT,IAA,and the fast implementation of SPICE algorithm,respectively.It can be seen that both IAA and SPICE algorithm can improve the resolution of the image,while the SPICE algorithm works better than the IAA.
Fig.5 Results of MIG-25 imaging by FFT,IAA,and the fast implementation of SPICE algorithm
The entropy of the three images was calculated to compare their resolutions,whose results were 7.859 9,7.272 5,and 6.549 6,respectively,which indicates that the ISAR image obtained by the SPICE algorithm has the best focus performance.
In order to verify the effectiveness of the SPICE in practice,the measured data from the Yak-42 plane was used.The radar transmits an LFM signal at a carrier frequency of 5 520 MHz with a bandwidth of 400 MHz.The pulse repetition frequency is 400 Hz.Here we only use 128 consecutive pulses.Fig.6(a)shows the result of Yak-42 imaging by FFT,which was blurry due to the short accumulation time.Fig.6(b)illustrates the result of IAA,which indicates that the IAA algorithm can improve the resolution of ISAR imaging.Fig.6(c)is the imaging result of the fast implementation of SPICE algorithm,which shows that the image quality was further improved.
Fig.6 Results of Yak-42 imaging by FFT,IAA,and the fast implementation of SPICE algorithm
The entropy of the three images was calculated,in which the image using FFT was 7.327 3,using IAA was 7.042 7,and using the fast implementation of SPICE algorithm was 6.613 1,among which the image resolution using the SPICE algorithm was the highest.
In this paper,a novel high-resolution imaging algorithm based on SPICE is proposed to solve the problem of short accumulation time of ISAR imaging.The basic principles of ISAR imaging and SPICE algorithm were briefly described,and a fast implementation of the SPICE was introduced.The amount of calculation was reduced by G-S factorization and FFT.Experiments on simulated MIG-25 data and measured Yak-42 data show that the proposed algorithm can significantly improve the resolution of ISAR imaging.
Journal of Harbin Institute of Technology(New Series)2019年3期