关键词: |
Synthetic aperture radar, Parallel computing, Operating systems, Image processing, Algorithms, Radar pulses, Field programmable gate arrays, C++ programming language, Off the shelf equipment, Computer hardware, Backprojection, Raspberry pi, Factorized backprojection |
摘要: |
Traditional Synthetic Aperture Radar (SAR) systems are large, complex, and expensive platforms that require significant resources to operate. The size and cost of the platforms limits the potential uses of SAR to strategic level intelligence gathering or large budget research efforts. The purpose of this thesis is to implement the factorized back projection SAR image processing algorithm in the C ++ programming language and test the code's performance on a low cost, low size, weight, and power (SWAP) computer : a Raspberry Pi Model B. For a comparison of performance, a baseline implementation of filtered backprojection is adapted to C from pre-existing MATLAB code. The factorized back projection algorithm shows a computational improvement factor of 2-3 compared to filtered backprojection. Execution on a single Raspberry Pi is too slow for real-time imaging. However, factorized backprojection is easily parallelized, and we include a discussion of parallel implementation across multiple Pis. |