SlideShare a Scribd company logo
1 of 4
Download to read offline
2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May
Digital Beamforming Based on FPGA for Phased Array Radar
Wenjing Shang, Zheng Dou, Wei Xue, and Yingsong Li
College of Information and Communications Engineering
Harbin Engineering University, Harbin 150001, China
Abstract— Beamforming is a significant signal processing technique which can achieve high
gain and low sidelobe. It has been widely studied and integrated into various radar systems. In
this paper, we mainly focus on the realization of high-speed data sampling, storage and multi-
beam forming realizing on FPGA platform. The designed scheme can be integrated with RF
circuit to construct a joint test system for evaluating high speed radar systems through Ethernet
interfaces. The FPGA based DBF system with low cost can facilitate the design flexibility and
reliability, which is also easy to upgrade in practical engineering.
1. INTRODUCTION
Digital beamforming can simultaneously obtain multiple beams, which has been widely investigated
and applied in various communication systems. With the development of radar technologies, the ca-
pability of radar is becoming more and more complex. Computational requirements to process the
data obtained from increased number of receivers are also growing sharply. The signal acquisition
rate, transfer rate and high-speed signal processing for radar are becoming more and more inter-
esting in recent decades. Using the FPGA in beamforming could enhance the flexibility and might
overcome many issues that are existing in traditional analog systems [1]. FPGA is a programmable
logic device with good programmability, repeatable configuration, its flexibility greatly reduces
hardware development cycle, and enhances the commissioning phase of the adjustable. FPGA can
carry out complicated algorithm processing, and can be used to implement high-speed serial trans-
mission in high speed serial transceiver. Thus, multi-channel high-speed data acquisition, storage,
transmission and processing system based on the FPGA are in wide range of applications. As
the requirement for building high directivity radar increases, the higher data rate and the number
of antennas also bring huge amount of data of high-speed transmission pressure. In this paper,
we bring out a digital beamforming architecture based on Xilinx Kintex-7 series FPGA, including
multi-channel high-speed signal acquisition, storage, processing and transmission for phased array
radar receiving system. Benefit from the high effective programmable and flexibility FPGA, this
architecture can realize the multi-channel synchronous data acquisition of high speed signal to meet
the requirements of the large capacity data storage and high-speed transmission.
2. SYSTEM ARCHITECTURE
In digital beamforming receiver, the phase shifting and amplitude scaling of antenna elements are
numerically controlled, and the signal from each antenna elements are digitalized by A/D converters,
which will be processed by digital processing platform. Generally, analog RF translators known as
down-conversion is required before the signal processing is transformed to the A/D converters.
Figure 1 gives the detailed configuration of the highly flexible, easily expandable architecture of
digital beamforming solution. In this system, high directivity radars with large amount of receive
antennas output analog signals, which contain the information including phase, velocity and posi-
tion of an object. The analog signals are sampled, quantified and converted into digital data using
12 bit, 65 MS/s high speedA/D converters. Series digital data are delivered to FPGA via LVDS
interfaces for further processing. For raw radar data transmission, high speed cache module and
Ethernet protocols module are embedded on the FPGA platform [3]. However, the raw data might
result in high data transmission pressure in Ethernet channel and high demanding for background
processing system, which would increase the hardware cost. In order to decrease the transmission
and processing pressure, high throughput preprocessing modules such as digital down converter,
digital filters and multipliers can be integrated into the FPGA before the transmission via Eth-
ernet channel. All the raw data or pre-processed data in FPGA are processed with appropriate
packet headers and communicated with background processing system using Ethernet protocol via
Ethernet channel. High throughput router or switch acts as a bridge between sample module and
processing module, which can reduce coupling between the front-end and back-end and enhance
the scalability of the system. The digital beamforming and other complex signal processing can be
437
2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May
implemented on computing platform behind the router or switch. According to budget, applica-
tions, and real time requirement, we can mount various types of computing platforms on the router
or switch via cables, such as computers, local high performance server, FPGA/DSP platforms, or
public computing clouds.
Figure 1: Architecture of DBF system.
3. REALIZATION OF SYSTEM
In this paper, a DBF system is realized. We use TI AFE5851 EVM as the A/D converter which
can provide at most 8 channels for analog input with 12-bit resolution and up to 65 MS/s. Kintex-
7 FPGA Evaluation Kit is used for data conversion, which is developed based on Vivado-2016
environment. Since the system operates in LAN network, a TL-SG1024DT 1000M-switch is used.
The computing platform is a personal computer with Intel Core (TM) i5-4460 CPU and 4 GB RAM,
installed Windows 10 64 bit operating system.
In this DBF system, a 2-channel A/D converter configuration at 20 MS/s sampling rate is used.
It results in a transfer rate of 480 Mbps. We define a non-standard frame protocol to format the
data from each channel for data transmission and synchronization in back-end. The data structure
is shown in Figure 2. One Ethernet frame only contains data from one of the channels, the channel
number is tagged at the first 8 bits of the Ethernet frame, and time stamp stands at the second
8 bits. The rests are filled with sample data. From Figure 3, we can see that raw data from one
channel have been converted to Ethernet transmission standard. This non-standard protocol leads
to less redundant data and achieves more useful data, improving the transfer efficient.
For 4-channel A/D converter configuration at 20 MS/s sampling rate, it results in a data transfer
rate of 960 Mbps, which is close to the 1000 M-Ethernet transmission capacity for one cable. To
maximumly make use of the band in LAN network, the Jumbo Frame mode can be used, which
means that there are more useful data in one frame, increasing the throughput. Jumbo Frame
mode may cause error in large amount numbers of data transmission [4]. Thus, software Wireshark
is used to test the network quality with special test data. It can be seen from Figure 4 that in
Jumbo Frame mode configuration the receiving data are in successive increasing mode, indicating
that Jumbo Frame mode is useful in LAN network for beamforming transforming.
As Xilinx Kintex-7 series FPGA in this realization can provide enough I/O ports to connect more
channel from A/D converters and increase receiving sampling data, it is very easy to introduce new
receiver units. When sampling rate or A/D receiver elements increases, the data rate would exceed
the transmission capacity. By adding more 1000 M-Ethernet network cables without changing other
modules,the system can easily adopt an economical and flexible solution to expand the transmission
438
2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May
channel.
i
Number of Bytes
Ti
Channel Label
Data j Tj
1~N 1 1 1~N
Timestamp
1 1
Data
Figure 2: The frame structure of data transferred.
Figure 3: The test of formatted data transferring to Ethernet network.
Figure 4: Test packets captured in Jumbo Frame mode configuration.
4. CONCLUSION
In this paper, we have developed a multi-beam forming system for phased array radar. We mainly
focus on the performance of large amounts of data transmission and processing for the entire system.
The Kintex-7 FPGA is used to transform data from A/D converters and package the sampling data
with Ethernet protocol. Through 1000M-Ethernet, sampling digital signal could be transferred to
multi-beam forming processing units such as PC, server, FPGA/DSP, and cloud. The proposed
scheme enjoys advantages of reconfigurable design and low hardware cost. The system can achieve
high-speed data sampling storage and easy to carry out multiple beamforming at the same time.
ACKNOWLEDGMENT
This paper is funded by the International Exchange Program of Harbin Engineering University
for Innovation-oriented Talents Cultivation. This work was also partially supported by the Na-
tional Key Research and Development Program of China-Government Corporation Special Pro-
gram (2016YFE0111100), the Science and Technology Innovative Talents Foundation of Harbin
(2016RAXXJ044), International Science and Technology Cooperation Program of China (2014
DFR10240), and Science Foundation of Heilongjiang Province QC2015075.
439
2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May
REFERENCES
1. Rao, D. G., A. P. Deshpande, N. S. Murthy, and A. Vengadarajan, “Digital beam former ar-
chitecture for sixteen elements planar phased array radar,” 2013 The International Conference
on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE),
532–537, Konya, 2013.
2. Eugin, H. and J. Lee, “Hardware architecture design and implementation for FMCW radar
signal processing algorithm,” Proceedings of the 2014 Conference on Design and Architectures
for Signal and Image Processing, 1–6, Madrid, 2014.
3. User Guide, Kintex-5 FPGA User Guide UG810, Xilinx.
4. Mahmoodi, M. R., S. M. Sayedi, and B. Mahmoodi, “Reconfigurable hardware implementation
of gigabit UDP/IP stack based on spartan-6 FPGA,” 2014 6th International Conference on
Information Technology and Electrical Engineering (ICITEE), 1–6, Yogyakarta, 2014.
440

More Related Content

Similar to shang2017.pdf

IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET Journal
 
Implementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportImplementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportJatin Singh
 
5 g peek from cmcc 20may2013
5 g peek from cmcc 20may20135 g peek from cmcc 20may2013
5 g peek from cmcc 20may2013Muljati Muli
 
An FPGA-based network system with service-uninterrupted remote functional upd...
An FPGA-based network system with service-uninterrupted remote functional upd...An FPGA-based network system with service-uninterrupted remote functional upd...
An FPGA-based network system with service-uninterrupted remote functional upd...IJECEIAES
 
Iccsit2010 paper2
Iccsit2010 paper2Iccsit2010 paper2
Iccsit2010 paper2hanums1
 
Channel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRChannel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRidescitation
 
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometry
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray SpectrometryStudy of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometry
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometryijtsrd
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkIJERA Editor
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applicationseSAT Journals
 
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading Onyebuchi nosiri
 
5 1-33-1-10-20161221 kennedy
5 1-33-1-10-20161221 kennedy5 1-33-1-10-20161221 kennedy
5 1-33-1-10-20161221 kennedyOnyebuchi nosiri
 
An Efficient Data Communication Using Conventional Codes
An Efficient Data Communication Using Conventional CodesAn Efficient Data Communication Using Conventional Codes
An Efficient Data Communication Using Conventional CodesIJERA Editor
 
How e fpga future proofs data centers
How e fpga future proofs data centersHow e fpga future proofs data centers
How e fpga future proofs data centersdonnabrown085
 
VHDL Implementation of FPGA Based OFDM Modem for Wireless Applications
VHDL Implementation of FPGA Based OFDM Modem for Wireless ApplicationsVHDL Implementation of FPGA Based OFDM Modem for Wireless Applications
VHDL Implementation of FPGA Based OFDM Modem for Wireless ApplicationsEditor IJCATR
 
ETE405-lec4.pptx
ETE405-lec4.pptxETE405-lec4.pptx
ETE405-lec4.pptxmashiur
 

Similar to shang2017.pdf (20)

IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from Saltpetre
 
16 f31a0408
16 f31a040816 f31a0408
16 f31a0408
 
Implementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportImplementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- report
 
5G peek
5G peek5G peek
5G peek
 
5 g peek from cmcc 20may2013
5 g peek from cmcc 20may20135 g peek from cmcc 20may2013
5 g peek from cmcc 20may2013
 
An FPGA-based network system with service-uninterrupted remote functional upd...
An FPGA-based network system with service-uninterrupted remote functional upd...An FPGA-based network system with service-uninterrupted remote functional upd...
An FPGA-based network system with service-uninterrupted remote functional upd...
 
Iccsit2010 paper2
Iccsit2010 paper2Iccsit2010 paper2
Iccsit2010 paper2
 
ICIECA 2014 Paper 10
ICIECA 2014 Paper 10ICIECA 2014 Paper 10
ICIECA 2014 Paper 10
 
Jg3515961599
Jg3515961599Jg3515961599
Jg3515961599
 
Channel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRChannel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDR
 
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometry
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray SpectrometryStudy of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometry
Study of FPGA Based Multi Channel Analyzer for Gamma Ray and X Ray Spectrometry
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applications
 
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading
Cloud Based Datacenter Network Acceleration Using FPGA for Data-Offloading
 
5 1-33-1-10-20161221 kennedy
5 1-33-1-10-20161221 kennedy5 1-33-1-10-20161221 kennedy
5 1-33-1-10-20161221 kennedy
 
Itc 2012 12-24-03
Itc 2012 12-24-03Itc 2012 12-24-03
Itc 2012 12-24-03
 
An Efficient Data Communication Using Conventional Codes
An Efficient Data Communication Using Conventional CodesAn Efficient Data Communication Using Conventional Codes
An Efficient Data Communication Using Conventional Codes
 
How e fpga future proofs data centers
How e fpga future proofs data centersHow e fpga future proofs data centers
How e fpga future proofs data centers
 
VHDL Implementation of FPGA Based OFDM Modem for Wireless Applications
VHDL Implementation of FPGA Based OFDM Modem for Wireless ApplicationsVHDL Implementation of FPGA Based OFDM Modem for Wireless Applications
VHDL Implementation of FPGA Based OFDM Modem for Wireless Applications
 
ETE405-lec4.pptx
ETE405-lec4.pptxETE405-lec4.pptx
ETE405-lec4.pptx
 

Recently uploaded

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 

Recently uploaded (20)

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 

shang2017.pdf

  • 1. 2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May Digital Beamforming Based on FPGA for Phased Array Radar Wenjing Shang, Zheng Dou, Wei Xue, and Yingsong Li College of Information and Communications Engineering Harbin Engineering University, Harbin 150001, China Abstract— Beamforming is a significant signal processing technique which can achieve high gain and low sidelobe. It has been widely studied and integrated into various radar systems. In this paper, we mainly focus on the realization of high-speed data sampling, storage and multi- beam forming realizing on FPGA platform. The designed scheme can be integrated with RF circuit to construct a joint test system for evaluating high speed radar systems through Ethernet interfaces. The FPGA based DBF system with low cost can facilitate the design flexibility and reliability, which is also easy to upgrade in practical engineering. 1. INTRODUCTION Digital beamforming can simultaneously obtain multiple beams, which has been widely investigated and applied in various communication systems. With the development of radar technologies, the ca- pability of radar is becoming more and more complex. Computational requirements to process the data obtained from increased number of receivers are also growing sharply. The signal acquisition rate, transfer rate and high-speed signal processing for radar are becoming more and more inter- esting in recent decades. Using the FPGA in beamforming could enhance the flexibility and might overcome many issues that are existing in traditional analog systems [1]. FPGA is a programmable logic device with good programmability, repeatable configuration, its flexibility greatly reduces hardware development cycle, and enhances the commissioning phase of the adjustable. FPGA can carry out complicated algorithm processing, and can be used to implement high-speed serial trans- mission in high speed serial transceiver. Thus, multi-channel high-speed data acquisition, storage, transmission and processing system based on the FPGA are in wide range of applications. As the requirement for building high directivity radar increases, the higher data rate and the number of antennas also bring huge amount of data of high-speed transmission pressure. In this paper, we bring out a digital beamforming architecture based on Xilinx Kintex-7 series FPGA, including multi-channel high-speed signal acquisition, storage, processing and transmission for phased array radar receiving system. Benefit from the high effective programmable and flexibility FPGA, this architecture can realize the multi-channel synchronous data acquisition of high speed signal to meet the requirements of the large capacity data storage and high-speed transmission. 2. SYSTEM ARCHITECTURE In digital beamforming receiver, the phase shifting and amplitude scaling of antenna elements are numerically controlled, and the signal from each antenna elements are digitalized by A/D converters, which will be processed by digital processing platform. Generally, analog RF translators known as down-conversion is required before the signal processing is transformed to the A/D converters. Figure 1 gives the detailed configuration of the highly flexible, easily expandable architecture of digital beamforming solution. In this system, high directivity radars with large amount of receive antennas output analog signals, which contain the information including phase, velocity and posi- tion of an object. The analog signals are sampled, quantified and converted into digital data using 12 bit, 65 MS/s high speedA/D converters. Series digital data are delivered to FPGA via LVDS interfaces for further processing. For raw radar data transmission, high speed cache module and Ethernet protocols module are embedded on the FPGA platform [3]. However, the raw data might result in high data transmission pressure in Ethernet channel and high demanding for background processing system, which would increase the hardware cost. In order to decrease the transmission and processing pressure, high throughput preprocessing modules such as digital down converter, digital filters and multipliers can be integrated into the FPGA before the transmission via Eth- ernet channel. All the raw data or pre-processed data in FPGA are processed with appropriate packet headers and communicated with background processing system using Ethernet protocol via Ethernet channel. High throughput router or switch acts as a bridge between sample module and processing module, which can reduce coupling between the front-end and back-end and enhance the scalability of the system. The digital beamforming and other complex signal processing can be 437
  • 2. 2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May implemented on computing platform behind the router or switch. According to budget, applica- tions, and real time requirement, we can mount various types of computing platforms on the router or switch via cables, such as computers, local high performance server, FPGA/DSP platforms, or public computing clouds. Figure 1: Architecture of DBF system. 3. REALIZATION OF SYSTEM In this paper, a DBF system is realized. We use TI AFE5851 EVM as the A/D converter which can provide at most 8 channels for analog input with 12-bit resolution and up to 65 MS/s. Kintex- 7 FPGA Evaluation Kit is used for data conversion, which is developed based on Vivado-2016 environment. Since the system operates in LAN network, a TL-SG1024DT 1000M-switch is used. The computing platform is a personal computer with Intel Core (TM) i5-4460 CPU and 4 GB RAM, installed Windows 10 64 bit operating system. In this DBF system, a 2-channel A/D converter configuration at 20 MS/s sampling rate is used. It results in a transfer rate of 480 Mbps. We define a non-standard frame protocol to format the data from each channel for data transmission and synchronization in back-end. The data structure is shown in Figure 2. One Ethernet frame only contains data from one of the channels, the channel number is tagged at the first 8 bits of the Ethernet frame, and time stamp stands at the second 8 bits. The rests are filled with sample data. From Figure 3, we can see that raw data from one channel have been converted to Ethernet transmission standard. This non-standard protocol leads to less redundant data and achieves more useful data, improving the transfer efficient. For 4-channel A/D converter configuration at 20 MS/s sampling rate, it results in a data transfer rate of 960 Mbps, which is close to the 1000 M-Ethernet transmission capacity for one cable. To maximumly make use of the band in LAN network, the Jumbo Frame mode can be used, which means that there are more useful data in one frame, increasing the throughput. Jumbo Frame mode may cause error in large amount numbers of data transmission [4]. Thus, software Wireshark is used to test the network quality with special test data. It can be seen from Figure 4 that in Jumbo Frame mode configuration the receiving data are in successive increasing mode, indicating that Jumbo Frame mode is useful in LAN network for beamforming transforming. As Xilinx Kintex-7 series FPGA in this realization can provide enough I/O ports to connect more channel from A/D converters and increase receiving sampling data, it is very easy to introduce new receiver units. When sampling rate or A/D receiver elements increases, the data rate would exceed the transmission capacity. By adding more 1000 M-Ethernet network cables without changing other modules,the system can easily adopt an economical and flexible solution to expand the transmission 438
  • 3. 2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May channel. i Number of Bytes Ti Channel Label Data j Tj 1~N 1 1 1~N Timestamp 1 1 Data Figure 2: The frame structure of data transferred. Figure 3: The test of formatted data transferring to Ethernet network. Figure 4: Test packets captured in Jumbo Frame mode configuration. 4. CONCLUSION In this paper, we have developed a multi-beam forming system for phased array radar. We mainly focus on the performance of large amounts of data transmission and processing for the entire system. The Kintex-7 FPGA is used to transform data from A/D converters and package the sampling data with Ethernet protocol. Through 1000M-Ethernet, sampling digital signal could be transferred to multi-beam forming processing units such as PC, server, FPGA/DSP, and cloud. The proposed scheme enjoys advantages of reconfigurable design and low hardware cost. The system can achieve high-speed data sampling storage and easy to carry out multiple beamforming at the same time. ACKNOWLEDGMENT This paper is funded by the International Exchange Program of Harbin Engineering University for Innovation-oriented Talents Cultivation. This work was also partially supported by the Na- tional Key Research and Development Program of China-Government Corporation Special Pro- gram (2016YFE0111100), the Science and Technology Innovative Talents Foundation of Harbin (2016RAXXJ044), International Science and Technology Cooperation Program of China (2014 DFR10240), and Science Foundation of Heilongjiang Province QC2015075. 439
  • 4. 2017 Progress In Electromagnetics Research Symposium — Spring (PIERS), St Petersburg, Russia, 22–25 May REFERENCES 1. Rao, D. G., A. P. Deshpande, N. S. Murthy, and A. Vengadarajan, “Digital beam former ar- chitecture for sixteen elements planar phased array radar,” 2013 The International Conference on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE), 532–537, Konya, 2013. 2. Eugin, H. and J. Lee, “Hardware architecture design and implementation for FMCW radar signal processing algorithm,” Proceedings of the 2014 Conference on Design and Architectures for Signal and Image Processing, 1–6, Madrid, 2014. 3. User Guide, Kintex-5 FPGA User Guide UG810, Xilinx. 4. Mahmoodi, M. R., S. M. Sayedi, and B. Mahmoodi, “Reconfigurable hardware implementation of gigabit UDP/IP stack based on spartan-6 FPGA,” 2014 6th International Conference on Information Technology and Electrical Engineering (ICITEE), 1–6, Yogyakarta, 2014. 440