博碩士論文 110521170 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:18 、訪客IP:18.216.78.190
姓名 張家豪(Chia-Hao Chang)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 合成孔徑雷達背向投影演算法效能分析與硬體實作
(Performance Analysis and Hardware Implementation of Back Projection Algorithm for Synthetic Aperture Radar)
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2030-1-7以後開放)
摘要(中) 合成孔徑雷達通常裝置在飛機或衛星上,隨著載體移動對地表發射訊號,回波訊號經由演算法處理,可以不受天氣狀況影響,產生高解析度的二維成像。在成像演算法方面,研究兩種雷達掃描模式下適用的演算法,聚光燈掃描模式下包含了極座標演算法與背向投影演算法;帶狀掃描模式下為背向投影演算法與測距都普勒演算法。首先,以點目標物的成像模擬與成像標準進行比較,確認效能。接著,對於帶狀掃描模式下真實衛載雷達資料,由於背向投影演算法需要額外的雷達位置與數位高度模型才能進行成像,設計了一個線性地理關係模型以解決此問題,並比較背向投影演算法與測距都普勒演算法的成像效能。基於上述模擬,最終選定通用掃描模式且成像效能更好的背向投影演算法,同時為了達成即時成像的目標,需要設計硬體加速器以縮短處理時間,硬體上主要包含兩個區塊,測距方向壓縮與方位方向處理。在測距方向壓縮,改為使用頻域匹配濾波器提升計算效率,而為了增加可配置性,採用座標旋轉數位計算方法來取代乘法器與查找表,實現複數乘法。在方位方向處理,是將訊號格點處理為成像格點,步驟包含訊號內插、都普勒效應補償與累加,為了避免頻繁從高頻寬記憶體存取資料,以降低能量消耗與提升資料使用效率,將1024×1024的成像切分為多個固定大小的子區域,基於資料排程分析,決定長形子區域尺寸,並採用對角左下的處理順序,可以有效避免從記憶體重複讀取相同資料,與直接採用方形處理子區域以及測距方向水平處理流程相比有效降低外部記憶體存取次數至8/896。
摘要(英) Synthetic Aperture Radar (SAR) is a payload on aircrafts or satellites for surveillance. It transmits signals to the earth′s surface as the platform moves. The echo signals are processed through imaging algorithms to generate high-resolution 2D image that is unaffected by weather. Two types of radar scan modes are studied. In spotlight scan mode, we investigate Polar Format Algorithm (PFA) and Back Projection Algorithm (BPA). In stripmap scan mode, the BPA and the Range Doppler Algorithm (RDA) are employed and compared. First, the imaging performance is evaluated through simulation of reflection from a point target. Next, the real satellite SAR data in the stripmap scan mode are used. Although the BPA requires additional radar position and digital elevation model for imaging, a linear geographic relationship model is developed to address this issue. The imaging performance of the BPA is compared to that of RDA. Based on the simulations, BPA is ultimately selected for its compatibility with both scan modes and superior imaging performance. To achieve real-time imaging, a hardware accelerator is designed to reduce processing time. The hardware consists of range compression and azimuth processing blocks. In range compression, a frequency domain matched filter is used to improve efficiency. To enhance configurability, the COordinate Rotation DIgital Computer (CORDIC) is adopted to replace multipliers and look-up tables. In azimuth processing, signal grids are transformed into image grids through signal interpolation, Doppler compensation, and accumulation. To reduce frequent data access from external high bandwidth memory and the energy consumption, the imaging size 1024×1024 is divided into multiple fixed-size tiles. Based on data scheduling procedure analysis, a rectangular tile size with diagonal lower left processing sequence can effectively eliminate data reloading redundancy and achieve a reduced data access ratio of only 8/896.
關鍵字(中) ★ 合成孔徑雷達
★ 背向投影演算法
關鍵字(英) ★ Synthetic Aperture Radar
★ Back Projection Algorithm
論文目次 第一章 緒論 1
1.1 研究動機 1
1.2 研究方法 1
1.3 論文組織 3
第二章 合成孔徑雷達成像演算法 4
2.1 合成孔徑雷達成像系統 4
2.2 適用於聚光燈掃描模式演算法 8
2.2.1 極座標演算法(Polar Format Algorithm, PFA) [5] 8
2.2.2 背向投影演算法(Back Projection Algorithm, BPA)[6] 17
2.3 通用掃描模式演算法 31
2.3.1 背向投影演算法(Back Projection Algorithm, BPA)[7] 31
2.3.2 線性內插器與二次拋物線內插器 40
2.3.3 雷達位置準確度影響 43
第三章 帶狀掃描模式之背向投影演算法真實衛載資料成像 53
3.1 線性地理關係模型 53
3.2 RADARSAT-1成像模擬與比較 55
3.3 SENTINEL-1成像模擬與比較 65
3.4 ALOS成像模擬 72
第四章 通用掃描模式之背向投影演算法硬體評估 76
4.1 運算複雜度 76
4.2 即時成像時間與硬體套數 79
4.3 測距方向壓縮硬體評估 81
4.3.1 匹配濾波器 81
4.3.2 複數乘法 82
4.3.3 座標旋轉數位計算位元寬度量化 84
4.4 資料排程分析 87
第五章 硬體實作 109
5.1 測距方向壓縮硬體架構 109
5.1.1 匹配濾波器相位角度計算硬體架構 110
5.1.2 指數位元抽取與返還硬體架構 112
5.1.3 座標旋轉數位計算硬體架構 113
5.2 方位方向處理硬體架構 115
5.3 資料流說明 116
5.4 計算時間預估 117
第六章 結論 119
參考文獻 120
參考文獻 [1] 陳柏達, "適用於合成孔徑雷達之即時都普勒參數估測硬體設計與實作, " 碩士論文, 國立中央大學電機工程學系, 2024
[2] 林家兆, "適用於合成孔徑雷達之測距都普勒演算法即時成像硬體實作與系統整合, " 碩士論文, 國立中央大學電機工程學系, 2022
[3] Ian G. Cumming, Frank H. Wong , "Digital Processing of Synthetic Aperture Radar Data – Algorithms and Implementation," Artech House Publishers, Jan. 2005.
[4] Alaska Satellite Facility, Jun. 2014, “Alaska Satellite Facility Data Search” Available: https://asf.alaska.edu/
[5] A. W. Doerry, "Basics of polar-format algorithm for processing synthetic aperture radar images", Sandia National Laboratories Report No. SAND2012-3369, 2012.
[6] A. Doerry, E. Bishop and J. Miller, "Basics of backprojection algorithm for processing Synthetic Aperture Radar images", Sandia National Laboratories Report No. SAND2016-1682, 2016.
[7] M. I. Duersch, "Backprojection for Synthetic Aperture Radar", Ph.D. thesis, 2013.
[8] M. Horowitz, "Computing’s energy problem (and what we can do about it)", Proc. International Solid-state Circuits Conference (ISSCC), pp. 10-14, Feb. 2014.
[9] L. Gorham and L. Moore, "SAR image formation toolbox for MATLAB", Proc. SPIE, vol. 7699, pp. 46-58, Apr. 2010.
[10] Y. Wang, J.-w. Li, J. Chen, H.-p. Xu and B. Sun, "A parameter-adjusting polar format algorithm for extremely high squint SAR imaging", IEEE transactions on geoscience and remote sensing, vol. 52, no. 1, pp. 640-650, 2013.
[11] D. Zhu, S. Ye and Z. Zhu, "Polar format algorithm using chirp scaling for spotlight SAR image formation", IEEE Trans. Aerosp. Electron. Syst., vol. 44, no. 4, pp. 1433-1448, Oct. 2008.
指導教授 陳聿廣 蔡佩芸(Yu-Guang Chen Pei-Yun Tsai) 審核日期 2025-1-15
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明