Compressed Sensingbasedfor SAR Sparse Signal Reconstruction using L1-Regularized Least Square Algorithm

DOI : 10.17577/IJERTV4IS060287

Download Full-Text PDF Cite this Publication

Text Only Version

Compressed Sensingbasedfor SAR Sparse Signal Reconstruction using L1-Regularized Least Square Algorithm

Nabil Girgis, Ahmed Saleh Amein Military Technical College (MTC) Cairo, Egypt

Hazem Zakaria,M. Abo Elenean El Desoky

Military Technical College (MTC) Cairo, Egypt

Abstract Synthetic Aperture Radar (SAR) Imaging techniques now form an important field in remote sensing; the high-resolution images from aircraft and satellites are now used for terrain mapping and target identification, and many other applications. Targeting based missions which represented in the military surveillance and reconnaissance usually results in a very high dynamic range SAR images caused by a few very bright objects (manmade objects) and many low scattering coefficients (background).The proposed algorithm used the Compressive Sensing CS framework for exploiting this image data nature (represented in the redundancy in the data modeled as sparsity) in compressing SAR Images based on L1- regularized Least Square algorithm for reconstructing compressed data which enhance the overall system performance such as reduction of the onboard memory requirements and improvement of the downloadtransmission link capabilities for downloading the large amount of data produced by the high resolution SAR images.

KeywordsSAR image compression; Compressive Sensing

I.INTRODUCTION

Synthetic-Aperture Radar (SAR) has seen wide applications in remote sensing and mapping. Synthetic aperture radar technology has provided terrain structural information to geologists for mineral exploration, oil spill boundaries on water to environmentalists, sea state and ice hazard maps to navigators, and reconnaissance and targeting information to military operations.

Synthetic aperture radar (SAR) is a radar imaging technology that is capable of producing high-resolution images of the stationary surface targets and terrain.The high resolution in the range direction is achieved by using large bandwidth signals while the high resolution in the azimuth direction is achieved by synthesizing a large aperture using platform motion [2]. The SAR data collection geometry requires that the received data has to be focused before obtaining an image comprehensible to the human eye. The generated data had to be stored on-board or transmitted to a ground station via a dedicated data link. Therefore, some form of compression on the raw data provides an attractive option for SAR systems design. SAR systems in practice mostly use the simplest methods because of their low computational requirements; recently an attractive idea is to apply results of the rapidly developing field of compressed sensing in compressing SAR data. Unlike traditional compression/decompression methods, compressed sensing

allows very simple non-adaptive compression schemes at the expense of a significantly increased complexity for the decompression [1], [5], [7].

The key idea is to exploit redundancy in the data modeled as sparsity in an appropriate dictionary. The novel theory of compressive sensing (CS) also known under the terminology of compressed sensing, compressive sampling or sparse recovery.

In this paper we introduce a proposed compressive sensing (CS) compression scheme for compressing a high dynamic rang SAR images based on L1-Least Square algorithm for reconstructing compressed data. The quality of images produced by proposed algorithm is evaluated using image quality parameters measurements such as Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR) and Relative Error (RE). This Project is implemented in MATLAB and a few visualization enhancement features, which facilitates processing data and producing desired output.

  1. SAR IMAGE DATA NATURE AND BASIC PROPERTIES

    1. SAR Image data nature

      SAR data is acquired from a moving platform by emitting at close intervals a band pass microwave radar signal in direction of a specific area, or scene as illustrated in Fig.1, and sampling the signal backscattered by the ground objects. When the size of the scene is small compared to its distance to the radar platform, the curvature of the wave front of the radar signal over the scene can be neglected. This approximation results in a simple interpretation of SAR data in the Fourier domain (2D Fourier transform of the scene) and is the basis of a SAR processing technique referred to as polar format algorithm. In this approximation, each received signal only contains information averaged over the scene in a direction orthogonal to the direction of propagation of the emitted radar signal [9].

      In the Fourier domain, each received signal thus contains information included in a radial line orthogonal to the averaging direction, i.e. in the direction of propagation. Consequently, the whole SAR data approximately correspond to a polar grid in the Fourier domain, a natural consequence of this bandpass property is that SAR images are complex- valued. In order to form the SAR image, the polar grid data

      are interpolated to a rectangular grid from which the image is computed by means of an inverse DFT.

      In practice, the angular range of the polar grid is often very small, in which case the polar grid can already be well approximated by a rectangular grid. For this reason, we will simply assume in this paper that the raw data correspond to the 2D Fourier transform of the SAR image.

      Fig.1. shows the SAR data acquisition system.

    2. SAR Image properties

    There are three main properties of SAR images; the first one is the noise-like characteristics of SAR images. The second one is their often very high dynamic range caused by a few very bright objects and finally the compressibility of SAR Images.

    • Noise-Like Characteristics:As the output of a coherent imaging system, SAR images are extremely noisy. This feature comprises two aspects. First, the magnitude of the SAR image contains what is referred to as speckle noise which can be efficiently modeled as multiplicative exponential white noise. Second, the phase of the image can also be modeled as uniform white noise in [0,2].

    • Dynamic Range: In General, the radiation emitted by the radar antenna is scattered when hitting the ground and only a very small proportion of the energy is reflected in the direction of the antenna. This typically happens in natural areas without any man-made objects. However, in some cases, a much larger proportion of the energy is reflected towards the antenna. A well-known cause for this phenomenon is the presence of corner shapes which are very common in man-made objects, building or vehicles. As a consequence, SAR images containing man-made objects typically have very bright pixels located on those objects while the background of the image is much darker. Moreover, these bright pixels are usually highly localized. For a building, only a few edges and corners appear as very bright in the SAR image. In practice, the brightest pixels of a SAR image can typically be (103) times larger than the background pixels.

    • Compressibility of SAR images:Due to their noise-like properties, complex-valued SAR images are very difficult to compress efficiently, unlike images without noise that have the same good compression properties as in most natural images. However the multiplicative noise provides

    the whole image with high entropy, thus significantly reducing its compressibility in any dictionary. For this reason, typical sparsifying transforms used in image processing such as wavelet transforms do not result in good sparse approximations for SAR images.

  2. <>COMPRESSED SENSING BASED ACQUISITION FOR SAR

    According to compressed sensing theory, a discrete signal or image expressed as a vector RN can be exactly reconstructed with a reduced number of samples compared to the Nyquist rate provided that it is sparse in some basis: = xwhere RN×N is a matrix whose columns are the basis vectors, and RN is a vector with a small number of non-zero components K<< N [14].

    In a compressed sensing framework [9], the signal/image is acquired through linear projections: y = , where y RM is the measurement vector and RM×N is referred to as the measurement matrix, considering the k-sparse representation x which results in the measurement equation.

    = . (1)

    In order to recover a k-sparse vector x, the number of measurements M must be at least greater than k but can be significantly smaller than the signal/image dimension K<M<<N. While this cannot be achieved with any combination of measurement matrix and basis, it has been shown that several classes of random measurement matrices allow it for any basis with high probability.Given the measurements y, the reconstruction of the sparse vector x can beachieved by searching for the sparsest vector x compatible with the measurements [11].

    This is usually referred to as the 0 optimization problem where x = argminx x 0 subject toy = x , where the pseudo-norm . 0corresponds to the number of non-zero elements. As it is well known, this is a combinational problem which cannot be solved directly in practice. The two most common approaches are therefore to replace it with an P optimization problem with0< p 1or to use a greedy algorithm such as Orthogonal Matching Pursuit.

    In order to define a compressed sensing based acquisition scheme for SAR images, three elements must be specified: a basis where the data are assumed sparse (or close to sparse), a measurement operator and a reconstruction algorithm, these aspects shall be discussed below.

    A. Sparse representation of SAR Images

    According to the statistics properties of SAR images which indicate that there is no basis or dictionary where the data can be assumed sparse. For this reason, it seems a priori impossible to acquire with a decent quality a whole SAR image in a compressed sensing framework. But, the very bright objects often related to man-made structures or vehicles are typically sparse in the space domain and slightly sparser in a wavelet domain. The image RN can thus be decomposed into two components f = + , where corresponds to the sparse bright objects and fn to the remaining non-sparse areas.

    In this decomposition, the sparse component is typically larger than the other component because the bright objects are often several orders of magnitude brighter than the background of the image, thus compensating for their limited spatial support. If the image is represented in an orthonormal wavelet basis this property is preserved, leading to a decomposition

    = xs + xn where xs is sparse and larger than xn . Thus, when bright objects are present, the whole SAR image can be assumed close to sparse in a wavelet basis.

    Ground targets

    Fig.2. shows an example of SAR images data sparsity property. This is because the bright objects in each SAR image often related to man-made structures or vehicles are typically sparse in the space domain, the number of resolution cells of bright objects man-made objects (useful targets) in the received SAR image is typically much smaller than the number of resolution cells of natural areas without any man- made objects (background scattering coefficients) in the illuminated scene by the SAR system [10].

    Ground targets

    Unuseful back ground

    correspond to uniformly randomly selected Fourier coefficients of the SAR image. If F RN×N is the matrix representing the 2D DFT operator, we define the measurement matrix M ×N as a random subset of M lines of F.

    The incoherence property of the matrix, , is used to ensure that the matrix, , is sparse matrix by determining the number of measurements, M, by:

    M const k log N

    k

    Where, M, is the number of measurements, N, is the number of Nyquist rate samples (length of the SAR image data), k, is the number of the highest scattering coefficients, and (Const) is considered as the under sampling factor, its value is determined according to desired reduction ratio in the SAR image data length.

    C. Reconstruction algorithms

    There are different types of algorithms which are used for sparse reconstruction such as convex optimization algorithms which require very few measurements but are computationally more complex. On the other extreme are combinatorial algorithms, which are very fast, but require many measurements that are sometimes difficult to obtain. Greedy algorithms are in some sense a good compromise between those extremes concerning computational complexity and the required number of measurements; in this paper we introduce one of the most powerful convex optimization algorithm in sparse reconstruction of SAR data which so called L1- regularized Least Square algorithm.We will illustrate this

    Unuseful back ground

    (a)

    Sea targets

    (b)

    method on a simulated and real SAR imaging data in the next section IV.

    Sea targets

  3. L1- REGULARIZED LEAST SQUARE ALGORITHM

    Unuseful back ground

    Unuseful back ground

    We consider a linear model of the form

    = + ,

    Where x R is the vector of unknowns (original signal/Image), y R is the vector of observations, R is the noise, and A R × is the data matrix [12].

    (c) (d)

    When m nand the columns of Aare linearly independent,

    2

    we can determine xby solving the least square problem of minimizing the quadratic loss 2, where 2=

    Fig.2. Examples of SAR images data sparsity property.

    Fig.2. (a), (b) Shows SAR images of a ground forces, many ground targets (tanks) can be seen as bright spots in this images due to corner reflections with low background scattering coefficients .in (c), (d) Shows another SAR images of an area of the sea near a busy port, many sea targets (ships) can be seen as bright spots in this images due to corner reflections.

    1. Designing Sensing Matrix (Measurement Operator)

      As previously mentioned, SAR raw data can be assimilated to samples of the Fourier transform of the SAR image. Among the classes of generic measurement matrices used for compressed sensing, this naturally calls for the partial Fourier matrix [4], [6], [8] class where the measurements y

      ( 2)1/2 denotes the 2-norm of x.

      Whenm, the number of observations, is not large enough compared to n, simple least-squares reversion leads to over-fit, so a standard technique to prevent over-fitting is 2- regularization [ ], which can be written as

      2 2

      2 + 2

      (2)

      Where > 0 is the regularization parameter.

      1-Regularized Least Squares. Substitute a sum of absolute values for the sum of squares used in 2- regularization (2), to obtain

      2

      2 + 1

      (3)

      Where 1 = denotes the 1 norm of x and > 0 is the regularization parameter, equation (3) stand for 1-regularized LSP. This problem always has a solution, but it need not be unique. We list some basic properties of 1-regularized LS, shows the differences with the 2- regularized LS.

      • Nonlinearity. From (2) shows the 2-regularization produces a vector x, which is a linear function of the observation vector y. by contrast 1-regularized LS, which is not linear in y.

      • Limiting behavior as 0. Unlike 2-regularized LS as 0. 1-regularized LS, the limiting point has the minimum 1-norm among all points that satisfy

        = 0.

      • Finite convergence to zero as . For 2- regularized LS, the optimal solution tends to zero,as . For 1-regularized LS, however the convergence occurs for a finite value of :

        = 2 (4)

        Where = denotes the -norm of the vector x. For , the optimal solution of the 1- regularized LSP (3) is 0. In contrast, the optimal solution to the 2-regularized LSP is zero only in the limit as .

        Recently, the idea of 1-regularization has been receiving alot of interest in signal processing and statistics. In signal processing, the idea of 1-regularization comes up in several contexts including basis pursuit denoising [13] and a signal recovery method from incomplete measurements. Some of these problems do not have the standard form (3) but have a more general form

        2 +

        Compressed sensing or compressive sampling [11] attempts to exploit the sparsity or compressibility of the true (signal/SAR image) in the transform domain by solving a problem of the form

        2

        2 + 1 (6)

        Where the variable is Rn , = [ 1, , m ]T Rm ×n is called the compressed sensing matrix, > 0 is the regularization parameter, and Wis called the sparsifying transform.

        When Wis invertible, we can reformulate the compressed sensing problem (6) as the 1-regularized LSP

        2

        2 + 1

        (7)

        Where the variable is x Rn and the measurement matrix

        A = 1 R × and y R .

        We will illustrate this method on a simulated and real SAR imaging data set.After the SAR images is passes through the image formation process steps it goes through the compression module for storing and or download to the ground station. The reconstruction algorithm based on 1- regularized LS is used for reconstructing the original signal/Image data.

        In order to assess the performance of the proposed method many measuresof image quality such as (MSE, NMSE, PSNR and RE) is performed for performance evaluation of the proposed algorithm [8].

      • Mean Square Error MSE.The mean square error is one of the most commonly used performance measures in image and signal processing. For an image of size N × M it can be defined as follow,

    1 1

    = 1 , [, ] 2

    (5)

    2 =1

    =0 =0

    Where 0 are regularization parameters (The variables that correspond to = 0 are not regularized). This general problem can be reformulated as a problem of the form (3).

  4. PROPOSED ALGORITHM OFSAR SPARSE SIGNAL RECONSTRUCTION USINGL1-REGULARIZED LS

    Letbe an unknown vector inR . Suppose that we have

    Where x n, m the original image and x [n, m] is the decompressed image.

    • Normalized Mean Square Error MSE. MSE is normalized with the variance of the original signal to give NMSE,

      = =

      , [, ]

      =

      ,

      mlinear measurements of an unknown signal/image

      = , + , = 1, ,

      Where ·,· denotes the usual inner product, Rm is the noise, and i Rn are known signals. Traditional reconstruction methods require at least n samples. Suppose we know a prior knowledge that is compressible or has a sparse representation in a transform domain, descried by W Rn×n (after expanding the real and imaginary parts of the SAR image coefficients). In this case, if i are well chosen, then the number of measurements m is intensely smaller than the size n which is necessary [13].

      = =

      Signal to Noise Ratio SNR. SNR can be defined as,

      =

      • Peak Signal to Noise Ratio PSNR. PSNR is the most commonly used performance measure for image processing applications. It can be defined as,

        Fig.4 shows examples of test image after reconstructionusing the proposed method at different subsampling ratios,

        = 10 10

        2

        Sub- sampling ratio

        Reconstructed image

        3-D Magnitude plot

        Azi

        mut

        Am

        15 % h

        p

        Azimuth Range

        Range

        Azi

        30 % mut

        h

        Range

        Am p

        Azimuth Range

        50 % Azi

        mut

        h

        Range

        Am p

        Azimuth Range

        Azi

        75 % mut

        h

        Range

        Am p

        Azimuth

        Range

        85 % Azi

        mut

        h

        Range

        Am p

        Azimuth Range

      • Relative Error RE. RE of reconstruction image is defined as follow,

    =

    =1

    =1

    I , I , 2 1/2

    =1

    =1

    I , 2

    Where , denotes the original image of scattering coefficients for illuminated scene, and , is the reconstructed one. Apparently, the lower the value of RE is, the better the reconstructed performance will be.

  5. SIMULATION AND RESULTS

    In order to assess the performance of the proposed algorithms using the compressive sensing framework, we consider two case studies (Fig. 3, Fig 5). First case ; Simulated SAR image of bouing 727 airplane with very bright objects, second case; two real SAR images of sea targets at two different territories from two different sensors. Typical results of the proposed method are shown in (Fig.5).

    1. Case 1: Simulated SAR Image

      Azi

      mut A

      h m

      p

      Range

      Azimuth

      Range

      Fig.3 Simulated SAR Image with the 3-D Magnitude plot.

      Fig.3 shows a simulated SAR image of bouing 727 aircraft at the left side with data files are written as a complex 2-D matrix, at the right side the 3-D amplitude plot describe the data value of each cell. Each row of the matrix corresponds to a range cell, and each column corresponds to a pulse in a burst,for each pulse, 64 complex range samples were saved. The file contains 256 successive pulses. Motion compensation and range processing have been applied to the data.The proposed algorithm is checked for the simulated image using different subsampling ratios (missing samples).

      Fig.4. Example of the simulated Image after the reconstruction with the proposed algorithm at different sub-sampling ratios.

      The first column corresponds to the subsampling ratio (Compression Ratio), the second column corresponds to the reconstructed images, and the last column corresponds to the 3-D amplitude plot of the reconstructed image.

      Table.1. shows the Mean Square Error MSE, Peak Signal to Noise Ratio PSNR and the Relative Error RE respectively

      Sub-sampling ratio

      Mean square error (MSE)

      Peak signal to noise ratio (PSNR)/ dB

      Relative error RE

      15 %

      0.0885

      72.483

      0.0066

      30 %

      0.7783

      63.041

      0.0197

      40 %

      1.777

      59.455

      0.0297

      50 %

      4.296

      55.621

      0.0462

      60 %

      10.938

      51.563

      0.0737

      75 %

      62.904

      43.966

      0.1767

      85 %

      124.17

      41.012

      0.2482

      between the original and the reconstructed images using the proposed methods for different subsampling ratio.

      Azi mut h

      Range

      Am p

      Azimuth

      Range

      Table.1. MSE, PSNR and RE of the test image at different sub-sampling ratios.

      The values show that as the subsampling ratio (compression ratio) increases the (MSE) and relative error (RE) increases on the other hand the (PSNR)decreases and vise-versa.

      Here the proposed method gives a perfect performance in reconstructing the original signal/image in case of lower subsampling (Between 15 % and 50 % missing samples), and an acceptable performance in case of moderate subsampling (Between 50 % and 75 % missing samples), and a poor quality in recovery of the original signal/image in case of higher subsampling (More than 75 % missing samples).

    2. Case 2: Real SAR Images

    a) b)

    Fig.6. Real SAR Images of two different sea targets.

    Fig.6.a),b)shows a subset SAR imagesfrom (fig.5) of two different Sea targetswith size (256 x 256) at the left side andwith data files are written as a complex 2-D matrix, at the right side the 3-D amplitude plot describe the absolute data value of each cell.

    Next (fig.7) are examples of real SAR imagesafter reconstructionusing the proposed method at different subsampling ratio (missing samples).

    Sub- sampling ratio

    Image (a)

    Image (b)

    15 %

    Azi mut h

    A

    zi m ut

    30 %

    Range

    Range

    Fig.5.Real SAR Images in different locations acquired by two different sensors.

    50 %

    Fig.5.a),b) shows real SAR images of sea targets (ships), which looks like very bright spots due to corner reflections with low background scattering coefficient describing the flat areas sea/ground. In order to make it simpler we take subset images (256 × 256) pixels as in (fig.6) to use it with the proposed method of compressing and reconstructing the original image data with lower computational time.

    a)

    Azi Am

    mut p

    h

    75 %

    Range

    b)

    Azimuth

    Range

    85 %

    By analyzing these results (fig.8) shows the graph of the NMSE analysis curve and (fig.9) shows the graph of the PSNR analysis.

    Fig.7. Real SAR Images after reconstruction with the proposed method.

    The first column corresponds to the subsampling ratio (Compression Ratio), the second column corresponds to the reconstruction of image (a), and the last column corresponds to the reconstruction of image (b).

    In case of lower subsampling (Between15 % and30 % missing samples), we observe that the1-regularized LS allows a perfect recovery of the main objects (targets), as well as the flat background area has the same performance of recovering the original signal.

    In case of moderate subsampling (Between50 % and75 % missing samples), we observe that the 1-regularized LS allows the recovery of the main objects (targets), However the flat areas where the statistics of the images are similar to stationary white noise are almost recovered with little distortion.

    In case of higher subsampling (More than 75 % missing samples), we observe that the 1-regularized LS allows an approximated recovery of the main objects (targets) with lower quality, and an apparent distortion in the flat background areas.

    Table.2. shows the Mean Square Error MSE, Peak Signal to Noise Ratio PSNR and the Relative Error RE respectively between the original and the reconstructed images using the proposed methods for different subsampling ratio, using the real SAR images.

    Sub- sampling ratio

    (MSE)

    (PSNR) / dB

    Relative error RE

    Image (a)

    Image (b)

    Image (a)

    Image (b)

    Image (a)

    Image (b)

    15 %

    105.252

    68.797

    59.9002

    60.5307

    0.0276

    0.0319

    30 %

    238.39

    137.461

    56.3496

    57.5246

    0.0416

    0.045

    40 %

    347.209

    183.009

    54.7166

    56.2817

    0.0502

    0.0519

    50 %

    572.427

    256.738

    52.5453

    54.8115

    0.0645

    0.0615

    60 %

    956.89

    342.897

    50.3139

    53.5548

    0.0833

    0.0711

    75 %

    2675

    742.103

    45.8492

    50.2018

    0.1393

    0.1046

    85 %

    17725

    7357.5

    37.636

    40.239

    0.3587

    0.3294

    Table.2. MSE, PSNR and RE of the real images at different sub-sampling ratios.

    Table.2. shows that by increasing the subsampling ratio (compression ratio) results inincreasing the (MSE) and relative error (RE) on the other hand the (PSNR)decreases.

    N M SE

    Compression ratio CR

    Fig.8. Graph for NMSE analysis at different compression ratios.

    From the Fig.8, it can be seen that as the compression ratio increases over (CR> 0.3 0r missing samples < 70 %) the Normalized Mean Square Error NMSE decreases, which means that the images are perfectly recovered with very high quality, and for the lower compression ratio ( CR< 0.3 or missing samples > 70 % ) the NMSE increases, which means that the images are poorly recovered with low quality, the apparent changes in NMSE at lower CR between image (a) and image (b) is due to the variation of the dynamic range of each image

    Also the Peak Signal to Noise Ratio PSNR graph (Fig.9) can used in evaluating the proposed algorithm, by get a relation between compression ratio and the value of the PSNR, it can be seen that, as the compression ratio increases over (CR > 0.3 0r missing samples < 70 %) the value of the PSNR is greater than (45 dB) which considered the recovered image as an excellent image.

    PS N R

    Compression ratio CR

    Fig.9. Graph for PSNR analysis at different compression ratios.

  6. CONCLUSION

This paper presents a sparse reconstruction method for SAR imaging based on CS theory, which aims to sparse targets reconstruction using less samples than Nyquist samples by solving1-regularized Least Square problem LSP.

The presented method greatly improves the imaging performance of SAR, when the target space is sparsein a very high dynamic range SAR images caused by a few very bright objects (manmade objects) and many low scattering coefficients (background). Simulated results show a superior performance of the presented method which significantly suppresses the distortions of the main objects (targets) at higher subsampling ratios.This can enhance the overall system performance such as reduction of the onboard memory requirements and improvement of the download transmission link capabilities for downloading the large amount of data produced by the high resolution SAR imaes.

REFERENCES

[1]D. Donoho, Compressed sensing, IEEE Trans. Inf. Theory , vol.52,no.

4, pp. 12891306, Apr. 2006.

[2]D. Donoho and Y. Tsaig,Fast solution of l1 -norm minimization prob- lems when the solution may be sparse, Manuscript 2006 [Online].Available: http://www.stanford.edu/

[3]D. Donoho, M. Elad, and V. Temlyakov, Stable recovery of sparseOvercomplete representations in the presence of noise, IEEE Trans.Inf. Theory , vol. 52, no. 1, pp. 6 18, Jan. 2006.

  1. E.J.Cand`es, J.Romberg, and T.Tao, Robust uncertainty principles:Exact signal reconstruction from highly incomplete frequency information, IEEE Trans. Info. Theory, vol. 52, no. 2, pp. 489509, Feb. 2006.

  2. Compressive sampling Emamnuel J. Candès Proceedings of the International Congress of Mathematicians, Madrid,Spain,2006

  3. Development of Compression Algorithms for Remotely Sensed SAR Data (IJESIT) Volume 2, Issue 4, July 2013.

  4. Sparse Reconstructionfor SAR imagingbased on CS.S.-J. Wei, X.-L. Zhang, J. Shi, and G. Xiang,Chengdu 610054, China.

  5. SyntheticApertureRadar(SAR)ImageCompression.GunerArslanandMages hValliappan

  6. Compressed sensing based compression of SAR raw data.Gabriel Rilling, Mike Davies and Bernard Mulgrew.University of Edinburgh.United Kingdom.

[10]E. Candès, J. Romberg, and T. Tao, Stable signal recovery from in- complete and inaccurate measurements, Commun. Pure Appl. Math.,vol. 59, no. 8, pp. 12071223, 2005.

[11]J. Fuchs, Recovery of exact sparse representations in the presence ofnoise, IEEE Trans. Inf. Theory , vol. 51, no. 10, pp. 3601 3608, Oct.2005.

[12] E. Hale, W. Yin, and Y. Zhang, A fixed-point continuation method for l1-regularized minimization with applications to compressed sensing,

Manuscript 2007 [Online]. Available: http://www.dsp.ece.rice.edu/cs/ [13]An Interior-Point Method for Large-Scale L1-Regularized Least

SquaresSeung-Jean Kim , Member, IEEE , K. Koh, M. Lustig, Stephen

Boyd , Fellow, IEEE, andDimitryGorinevsky, 2007.

[14]Matthew Herman and Thomas Strohmer. Compressed sensing radar.Acoustics, Speech and Signal Processing, 2008. ICASSP 2008. IEEEInternational Conference on, pages 15091512, 31 2008-April 4

2008.

Leave a Reply