天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

NCS成像算法的并行模型設(shè)計(jì)和優(yōu)化

發(fā)布時(shí)間:2018-04-23 10:51

  本文選題:雷達(dá)成像算法 + NCS算法; 參考:《南京大學(xué)》2014年碩士論文


【摘要】:SAR合成孔徑雷達(dá)成像系統(tǒng)是先進(jìn)的微波對(duì)地觀察系統(tǒng),經(jīng)過(guò)幾十年的發(fā)展,其用途已經(jīng)滲透到科學(xué)和工程的各個(gè)領(lǐng)域。合成孔徑雷達(dá)成像算法中基于FFT快速傅里葉變換的頻域算法解決了與方位頻率的相關(guān)性問(wèn)題,但是不利于高分辨率、低頻情況下的并行計(jì)算,其中NCS算法就是其中的一種。NCS成像算法對(duì)源數(shù)據(jù)的處理主要包括了FFT/IFFT和復(fù)數(shù)計(jì)算以及一些轉(zhuǎn)置、倒序等等。本文介紹了并行計(jì)算及NCS算法實(shí)現(xiàn)所使用的多核系統(tǒng)架構(gòu),同時(shí)介紹了NCS算法的具體實(shí)現(xiàn)流程。對(duì)NCS算法的整體系統(tǒng)架構(gòu)和運(yùn)算簇、轉(zhuǎn)置簇以及運(yùn)算簇中的FFT模塊進(jìn)行了詳細(xì)闡述。同時(shí)介紹了如PRAM等常用的并行計(jì)算模型,并對(duì)其性能進(jìn)行了詳細(xì)分析,為NCS算法的性能評(píng)測(cè)提供了理論基礎(chǔ)。在具體設(shè)計(jì)上,本文介紹了在Linux環(huán)境下的NCS算法的具體實(shí)現(xiàn)。NCS算法中最重要的模塊為FFT運(yùn)算模塊和矩陣轉(zhuǎn)置模塊,而FFT模塊在計(jì)算過(guò)程中所耗費(fèi)時(shí)間占整個(gè)程序的大部分,因此本文對(duì)于FFT模塊的設(shè)計(jì)和實(shí)現(xiàn)進(jìn)行了重點(diǎn)闡述。NCS算法模型是基于存儲(chǔ)器精確的系統(tǒng)模型,存儲(chǔ)精確的系統(tǒng)模型的特點(diǎn)是對(duì)于任意一個(gè)并行計(jì)算算法問(wèn)題,需要在問(wèn)題開(kāi)始之前,對(duì)算法進(jìn)行拆解,將所需要的結(jié)果以及中間數(shù)據(jù)人為的放在特定的內(nèi)存地址中,達(dá)到存儲(chǔ)級(jí)精確。好處是在問(wèn)題后續(xù)修改中較為節(jié)省時(shí)間,缺點(diǎn)是初始階段工作較多。在存儲(chǔ)器精確方面,本文詳細(xì)介紹了NCS算法實(shí)現(xiàn)過(guò)程中的存儲(chǔ)器存儲(chǔ)方式和數(shù)據(jù)搬運(yùn)流程,實(shí)現(xiàn)了對(duì)存儲(chǔ)器的精確控制。本文最后對(duì)已實(shí)現(xiàn)的NCS算法模型進(jìn)行了部分優(yōu)化。因?yàn)镹CS算法模型的搭建目的是為硬件提供任務(wù)劃分方案和提供中間數(shù)據(jù),支持硬件系統(tǒng)后期調(diào)試,因此NCS算法的任務(wù)劃分方案是否高效直接影響了硬件的最終實(shí)現(xiàn)過(guò)程和實(shí)現(xiàn)效率。優(yōu)化部分我們采用了在虛擬機(jī)環(huán)境下,通過(guò)使用多線程技術(shù),模擬實(shí)現(xiàn)了多核并行計(jì)算。同時(shí),根據(jù)程序所用的時(shí)間,分析了在不同線程數(shù)目下程序的運(yùn)行效率,這也從一方面為硬件提供了參考,說(shuō)明在一定工作量的下,處理器核數(shù)并非越大越好,合理的任務(wù)劃分和充分的處理器資源運(yùn)用對(duì)一個(gè)多核系統(tǒng)來(lái)說(shuō)至關(guān)重要。實(shí)驗(yàn)結(jié)果顯示,優(yōu)化前子孔徑運(yùn)行時(shí)間TFFT=89.1s,Tstart=5.5s,優(yōu)化后Tsub=65.3s, TFFT=48.6s, Tstart=5.5s,優(yōu)化加速比為1.39。系統(tǒng)中串行代碼部分約占R=25.6%,因此其加速比極限為3.9。在實(shí)驗(yàn)條件下,不考慮算法邏輯和功耗要求,加速比極限為2.56,主要是由于實(shí)際條件下的優(yōu)化無(wú)法完全忽略并行部分所需要的時(shí)間。目前項(xiàng)目已經(jīng)完成了基于FPGA的原型演示系統(tǒng)的演示。
[Abstract]:SAR synthetic aperture radar imaging system is an advanced microwave to earth observation system. After decades of development, its use has penetrated into various fields of science and engineering. The frequency domain algorithm based on FFT fast Fourier transform in synthetic aperture radar imaging algorithm solves the problem of correlation with azimuth frequency, but it is not conducive to high resolution. In the low frequency parallel computing, NCS algorithm is one of the.NCS imaging algorithms for the source data processing mainly including FFT/IFFT and the complex number calculation and some transposed, reverse order. This paper introduces the parallel computing and the NCS algorithm implementation of the multi-core system architecture, and introduces the specific implementation process of the NCS algorithm. The overall system architecture and operation cluster of NCS algorithm, the transposed cluster and the FFT module in the operation cluster are expounded in detail. At the same time, the common parallel computing models, such as PRAM, are introduced, and their performance is analyzed in detail, which provides a theoretical basis for the performance evaluation of the NCS algorithm. In the body design, this paper introduces the NC under the Linux environment. The most important modules in the implementation of the S algorithm are the FFT operation module and the matrix transposed module, while the time consuming of the FFT module takes up most of the whole program. Therefore, this paper focuses on the design and implementation of the FFT module. The.NCS algorithm model is based on the precise memory system model and storage precision. The characteristic of the system model is that for any parallel computing problem, it is necessary to disassemble the algorithm before the problem begins, and put the required results and the intermediate data in the specific memory address to achieve the precision of the storage level. The advantage is that it saves time and the disadvantage is the initial stage in the aftermath of the problem. In the memory precision, the memory storage mode and data handling process in the implementation of NCS algorithm are introduced in detail, and the precise control of memory is realized. Finally, the NCS algorithm model has been partially optimized. The purpose of the NCS algorithm model is to provide the task partition for the hardware. The case and the intermediate data are provided to support the later debugging of the hardware system, so the task partition scheme of the NCS algorithm has a direct impact on the final implementation and efficiency of the hardware. In the virtual machine environment, we have implemented multi core parallel computing by using multithread technology in the virtual machine environment. The operation efficiency of the program under different threads is analyzed. It also provides a reference for the hardware on the one hand. It shows that the number of processors is not as large as possible in a certain amount of work. The rational task division and the full application of the processor resources are very important for a multi-core system. The aperture operation time TFFT=89.1s, Tstart=5.5s, optimized Tsub=65.3s, TFFT=48.6s, Tstart=5.5s, the optimized acceleration ratio is about R=25.6% in the serial code part of the 1.39. system, so its acceleration ratio limit is 3.9. under the experimental conditions, without considering the logic and power requirements of the algorithm, the acceleration ratio limit is 2.56, mainly due to the optimization under the actual conditions. The time required for the parallel part can not be completely ignored. At present, the project has completed the demonstration of the prototype demonstration system based on FPGA.

【學(xué)位授予單位】:南京大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TN957.52

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 孫廣中;陳國(guó)良;徐云;鄭啟龍;吳俊敏;;并行計(jì)算系列課程教學(xué)團(tuán)隊(duì)建設(shè)[J];中國(guó)大學(xué)教學(xué);2008年02期

2 孫廣中;徐云;鄭啟龍;吳俊敏;陳國(guó)良;;并行計(jì)算系列課程教學(xué)團(tuán)隊(duì)建設(shè)[J];計(jì)算機(jī)教育;2008年15期

3 陸克中;孫宏元;;同構(gòu)集群中并行計(jì)算熵研究[J];深圳大學(xué)學(xué)報(bào)(理工版);2009年01期

4 胡霞;;并行計(jì)算如何用于科學(xué)問(wèn)題研究[J];科技資訊;2009年27期

5 顏寶勇;快速富里葉變換的并行計(jì)算[J];計(jì)算機(jī)工程與科學(xué);1984年03期

6 吳靖;;一種用于基因序列比較的并行計(jì)算方法[J];國(guó)外醫(yī)學(xué).生物醫(yī)學(xué)工程分冊(cè);1992年01期

7 李斌;并行計(jì)算用的計(jì)算機(jī)和模型[J];管理科學(xué)文摘;1996年04期

8 魏臻;;高性能計(jì)算,高興能計(jì)算[J];中國(guó)教育網(wǎng)絡(luò);2010年06期

9 劉杰,遲利華,胡慶豐;優(yōu)化并行計(jì)算的性能評(píng)價(jià)[J];計(jì)算機(jī)工程與設(shè)計(jì);2000年06期

10 劉赫男,羅霄,高曉東;并行計(jì)算的現(xiàn)狀與發(fā)展[J];煤;2001年01期

相關(guān)會(huì)議論文 前10條

1 黃宇光;;整體同步并行計(jì)算方法的現(xiàn)狀與發(fā)展[A];信息科學(xué)與微電子技術(shù):中國(guó)科協(xié)第三屆青年學(xué)術(shù)年會(huì)論文集[C];1998年

2 羅文彩;陳小前;;并行計(jì)算的多方法優(yōu)化協(xié)作[A];第二十四屆中國(guó)控制會(huì)議論文集(上冊(cè))[C];2005年

3 左風(fēng)麗;莫?jiǎng)t堯;葉文華;;計(jì)算流體三維分裂格式的高效并行計(jì)算[A];中國(guó)工程物理研究院科技年報(bào)(2003)[C];2003年

4 王欣;李志山;張志遠(yuǎn);;并行計(jì)算在彈塑性時(shí)程分析中的應(yīng)用[A];信息化推動(dòng)工程建設(shè)工業(yè)化——第四屆工程建設(shè)計(jì)算機(jī)應(yīng)用創(chuàng)新論壇論文集[C];2013年

5 張理濤;黃廷祝;谷同祥;左憲禹;;一種適合于分布式并行計(jì)算改進(jìn)的平方共軛殘差法[A];2008年全國(guó)開(kāi)放式分布與并行計(jì)算機(jī)學(xué)術(shù)會(huì)議論文集(下冊(cè))[C];2008年

6 胡金初;;并行計(jì)算中的任務(wù)分配算法[A];2005年全國(guó)理論計(jì)算機(jī)科學(xué)學(xué)術(shù)年會(huì)論文集[C];2005年

7 宋庭新;李慧;;面向服務(wù)的有限元并行計(jì)算網(wǎng)格系統(tǒng)設(shè)計(jì)[A];湖北省機(jī)械工程學(xué)會(huì)設(shè)計(jì)與傳動(dòng)學(xué)會(huì)、武漢機(jī)械設(shè)計(jì)與傳動(dòng)學(xué)會(huì)2008年學(xué)術(shù)年會(huì)論文集(2)[C];2008年

8 裘懿勇;徐斌;劉曉明;;并行計(jì)算作業(yè)調(diào)度系統(tǒng)的架構(gòu)及應(yīng)用[A];第十四屆中國(guó)科協(xié)年會(huì)第5分會(huì)場(chǎng):綠色船舶與海洋裝備創(chuàng)新發(fā)展及產(chǎn)業(yè)化論壇論文集[C];2012年

9 裘懿勇;徐斌;劉曉明;;并行計(jì)算作業(yè)調(diào)度系統(tǒng)的架構(gòu)及應(yīng)用[A];2012年MIS/S&A學(xué)術(shù)交流會(huì)議論文集[C];2012年

10 肖保國(guó);楊順華;邢建文;趙慧勇;;當(dāng)?shù)刈赃m應(yīng)建表方法在煤油超燃發(fā)動(dòng)機(jī)并行計(jì)算中的應(yīng)用[A];第十四屆全國(guó)激波與激波管學(xué)術(shù)會(huì)議論文集(下冊(cè))[C];2010年

相關(guān)重要報(bào)紙文章 前10條

1 軼嘉;英特爾全球首個(gè)并行計(jì)算中心落戶無(wú)錫[N];人民郵電;2009年

2 曙光信息產(chǎn)業(yè)有限公司研發(fā)中心 溫鑫;并行計(jì)算任重道遠(yuǎn)[N];中國(guó)計(jì)算機(jī)報(bào);2007年

3 英特爾并行計(jì)算實(shí)驗(yàn)室研究員 TimothyMattson;并行計(jì)算:減少串行軟件[N];中國(guó)計(jì)算機(jī)報(bào);2007年

4 曙光信息產(chǎn)業(yè)有限公司研發(fā)中心 溫鑫;并行計(jì)算軟件開(kāi)發(fā)概述[N];中國(guó)計(jì)算機(jī)報(bào);2007年

5 劉霞;計(jì)算能力的提升需要一場(chǎng)革命[N];科技日?qǐng)?bào);2010年

6 安世亞太 雷先華;ANSYS高性能并行計(jì)算[N];中國(guó)航空?qǐng)?bào);2005年

7 張?jiān)迫?并行計(jì)算:迎接多核時(shí)代的挑戰(zhàn)[N];計(jì)算機(jī)世界;2006年

8 本報(bào)記者 馬文方;英特爾為何要牽頭并行計(jì)算[N];中國(guó)計(jì)算機(jī)報(bào);2009年

9 英特爾 趙軍(Jun Zhao);PC機(jī)并行計(jì)算革命尚未成功[N];中國(guó)計(jì)算機(jī)報(bào);2009年

10 ;Linux下的網(wǎng)絡(luò)并行計(jì)算[N];計(jì)算機(jī)世界;2000年

相關(guān)博士學(xué)位論文 前10條

1 張雨新;改進(jìn)的MPS方法及其三維并行計(jì)算研究[D];上海交通大學(xué);2014年

2 孫安香;數(shù)值氣象預(yù)報(bào)變分同化的伴隨模式并行計(jì)算[D];中國(guó)人民解放軍國(guó)防科學(xué)技術(shù)大學(xué);2002年

3 張理論;面向氣象預(yù)報(bào)數(shù)值模式的高效并行計(jì)算研究[D];中國(guó)人民解放軍國(guó)防科學(xué)技術(shù)大學(xué);2002年

4 龍柏;并行計(jì)算平臺(tái)上的數(shù)據(jù)索引技術(shù)研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2011年

5 管建和;電磁場(chǎng)有限元法解釋分布式并行計(jì)算的研究[D];中國(guó)地質(zhì)大學(xué)(北京);2006年

6 劉耀儒;三維有限元并行計(jì)算及其在水利工程中的應(yīng)用[D];清華大學(xué);2003年

7 金晶;并行計(jì)算普適編程模型及系統(tǒng)架構(gòu)研究[D];北京郵電大學(xué);2012年

8 盛艷秀;多核異構(gòu)環(huán)境下通用并行計(jì)算框架關(guān)鍵技術(shù)研究[D];中國(guó)海洋大學(xué);2013年

9 張帆;過(guò)程系統(tǒng)優(yōu)化的分布式并行計(jì)算[D];浙江大學(xué);2002年

10 劉壽生;虛擬現(xiàn)實(shí)仿真平臺(tái)異構(gòu)并行計(jì)算關(guān)鍵技術(shù)研究[D];中國(guó)海洋大學(xué);2014年

相關(guān)碩士學(xué)位論文 前10條

1 胡榮華;并行計(jì)算在臨近天氣預(yù)報(bào)系統(tǒng)中的應(yīng)用研究[D];華南理工大學(xué);2015年

2 嚴(yán)善楷;異構(gòu)系統(tǒng)中并行計(jì)算的動(dòng)態(tài)負(fù)載均衡技術(shù)研究[D];華南理工大學(xué);2015年

3 劉健健;基于云平臺(tái)下嵌入GPU并行計(jì)算框架的人臉檢測(cè)系統(tǒng)研究[D];中國(guó)海洋大學(xué);2015年

4 張玉潔;基于多GPGPU并行計(jì)算的虛擬化技術(shù)研究[D];南京航空航天大學(xué);2015年

5 鄭偉;Spark下MPI/GPU并行計(jì)算處理機(jī)制的研究[D];中國(guó)海洋大學(xué);2015年

6 程金龍;NCS成像算法的并行模型設(shè)計(jì)和優(yōu)化[D];南京大學(xué);2014年

7 龍海;基于移動(dòng)Agent的并行計(jì)算研究[D];電子科技大學(xué);2005年

8 孫晗琦;并行計(jì)算在計(jì)算流體力學(xué)中的研究[D];大連理工大學(xué);2005年

9 羅偉剛;網(wǎng)絡(luò)并行計(jì)算網(wǎng)格化平臺(tái)的構(gòu)建研究[D];廣東工業(yè)大學(xué);2006年

10 文劍;并行計(jì)算平臺(tái)的建立及性能分析[D];廣東工業(yè)大學(xué);2007年



本文編號(hào):1791640

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/wltx/1791640.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶03c43***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com