Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AMD logo

AMD Vitis™ AI Engine Tutorials

Refer to the Vitis™ Development Environment on amd.com
Refer to the Vitis™ AI Development Environment on amd.com

Back-Projection for Synthetic Aperture Radar on AI Engines

Version: Vitis 2025.2

Abstract

Synthetic Aperture Radar (SAR) [1] creates a 2D or 3D image of stationary objects or landscapes from a moving platform such as an airplane or spacecraft. The distance the platform travels over the target creates a large synthetic antenna aperture. This mimics a much larger antenna array yielding superior image resolution. Signal processing combines coherently many radar pulses collected from multiple platform positions above the target. Many algorithms exist to perform SAR. The Back-Projection (BP) algorithm for SAR is one of the easiest to understand and has $O(N^3)$ operations for an $N\times N$ image. While this computational cost is high, BP lends itself to parallel processing [2] and finds use in practical systems. This tutorial builds a reference design for BP-based SAR on AI Engines. Using the GOTCHA data set [3] with 586 radar pulses, the SAR engine achieves ~2.5 frames per second for a $512\times 512$ image with fewer than 32 tiles. With eight instances of the engine, the design achieves close to 19 frames per second using approximately 224 tiles.

Table of Contents

  1. Introduction
  2. System Model
  3. System Partitioning
  4. BackProject Engine
  5. Multiple Engines
  6. Design Builds
  7. Conclusion
  8. References
  9. Support
  10. License

References

[1]: M. Soumekh, "Synthetic Aperture Radar Signal Processing with MATLAB Algorithms," Wiley, April 1999.

[2]: L.A. Gorham & L.J. Moore, "SAR Image Formation Toolbox for MATLAB," SPIE Defense, Security, and Sensing, Orlando, FL, 2010.

[3]: U.S. Air Force, "GOTCHA Volumetric SAR Data Set," U.S. Air Force Sensor Data Management System.

Support

GitHub issues are used to track requests and bugs. For questions, go to support.xilinx.com.

License

Components: xilinx-images

images in the documentation

Components: xilinx-files

The MIT License (MIT)

Copyright (c) 2025 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright © 2025 Advanced Micro Devices, Inc

Terms and Conditions