• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (11): 2025-2029.

• 论文 • Previous Articles     Next Articles

Study and implementation of a parallel range alignment
algorithm based on OpenMP  

ZHANG Jiajia1,JIANG Weidong1,LI Kuan2   

  1. (1.College of Electronic Science and Engineering,National University of Defense Technology,Changsha 410073;
    2.College of Computer,National University of Defense Technology,Changsha 410073,China)
  • Received:2015-08-21 Revised:2015-10-20 Online:2015-11-25 Published:2015-11-25

Abstract:

By using the accumulated cross correlation algorithm based on rectangular window and the minimum entropy algorithm based on the frequency shifting property of the Fourier transform, we aligne a one dimensional range profile. Traditional range alignment algorithms suffer from large data, high complexity, long running time, etc. To overcome such problems, we propose a parallel range alignment algorithm for multicore processors. We use two compiling instructions "#pragma omp section” and "#pragma omp for” of OpenMP for the accumulated cross correlation algorithm and the minimum entropy algorithm to achieve multithreads parallel optimization. Theoretical analysis and experimental results show that the proposed method can increase the execution efficiency largely .

Key words: range alignment;OpenMP;data partition;parallel