+ All Categories
Home > Documents > MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards...

MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards...

Date post: 21-Mar-2020
Category:
Upload: others
View: 3 times
Download: 0 times
Share this document with a friend
21
MIMO RADAR STATUS PROJECT RANGER Electrical Engineering and Information Technology IEE, Chair for Circuit Design and Network Theory CCN Dresden, 01.08.18
Transcript
Page 1: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

MIMO RADAR STATUSPROJECT RANGER

Electrical Engineering and Information Technology IEE, Chair for Circuit Design and Network Theory CCN

Dresden, 01.08.18

Page 2: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

2

MIMO SYSTEM DESIGN – 01.08.18

OUTLINE

OverviewSystem architectureComponentsDigital hard- and softwareOutlook

Page 3: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

3

MIMO SYSTEM DESIGN – 01.08.18

OVERVIEWRANGER

Maritime coastal radar

• Development of a complete FMCW MIMO radar• Design of analog components• Antenna design• Design of digital hardware• Processing and control

Installation site

Page 4: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

4

MIMO SYSTEM DESIGN – 01.08.18

SIDE NOTESFMCW RADAR

Theory of operation

• RF transmission towards target• Reception of delayed signal• Deramping• Mixer output frequency and phase

proportional to range

Page 5: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

5

MIMO SYSTEM DESIGN – 01.08.18

CENTRALIZED SYSTEM ARCHITECTURE BLOCK DIAGRAM

Page 6: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

6

MIMO SYSTEM DESIGN – 01.08.18

CENTRALIZED SYSTEM ARCHITECTURE INTERCONNECTS

ETH switch

RX/TX stations

Optical system

Central station

Ethernet

RS 485trigger signal

Photodiode

Page 7: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

7

MIMO SYSTEM DESIGN – 01.08.18

CENTRALIZED SYSTEM ARCHITECTUREOVERVIEW

• Central station generates chirp signal for use in RX/TX stations• Signal from central station is distributed to all RX/TX stations over

optical fiber• Configuration and data exchange is done over ethernet (green)• RS485 daisy-chain transmits trigger signals (red)

Page 8: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

8

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPETX STATION

• Receives chirp signal over optical fiber• Signal amplified with buffer stage• Attenuation is applied, if required• Signal is fed into HPA for final amplification• Full control over Ethernet

Page 9: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

9

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPETX STATION

Page 10: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

10

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPETX ARRAY

RF Filter

TX analog board

Antenna connectors

Mounting mechanism

Page 11: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

11

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPETX ARRAY

HPA with heat sink

Page 12: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

12

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPERX STATION

• Downconversion of received signal with input ramp signal thatcomes over the optical fiber (deramping)

• Applies amplification to the baseband signal with an AGC that canbe configured to be free-running or fixed

• Samples the scaled baseband signal• Data is recorded to SDRAM on digital PCB by means of DMA and

transmitted over Ethernet• Real time data extraction and full control over Ethernet

Page 13: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

13

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPERX STATION

Page 14: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

14

MIMO SYSTEM DESIGN – 01.08.18

PROTOTYPERX ARRAY

RF Filter

RX analog board

Antenna connectors

Mounting mechanism

Page 15: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

15

MIMO SYSTEM DESIGN – 01.08.18

DIGITAL HARDWAREFINAL VERSION

SDRAMSTM32

SD CardEthernet

RS485Sensors

Page 16: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

16

MIMO SYSTEM DESIGN – 01.08.18

SOFTWAREOVERVIEW

• Python-based cross-platform user interface• C-based code (using ChibiOS RT) for digital hardware

Features• Station discovery on the network with mode detection• Firmware update over Ethernet (bootloader)• Health supervision interface (temperatures and ADC levels)• Configuration of the global trigger• Configuration of DDS or PLL based stations

Page 17: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

17

MIMO SYSTEM DESIGN – 01.08.18

EMBEDDED SOFTWAREARCHITECTURE (C-BASED)

Page 18: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

18

MIMO SYSTEM DESIGN – 01.08.18

REMOTE CONTROL SOFTWAREARCHITECTURE (PYTHON-BASED)

Page 19: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

19

MIMO SYSTEM DESIGN – 01.08.18

REMOTE CONTROL SOFTWAREGUI

Page 20: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

20

MIMO SYSTEM DESIGN – 01.08.18

DEMO

Page 21: MIMO RADAR STATUS PROJECT RANGER · FMCW RADAR Theory of operation • RF transmission towards target • Reception of delayed signal • Deramping • Mixer outputfrequency and phase

21

MIMO SYSTEM DESIGN – 01.08.18

OUTLOOK

• Test full system with 20 by 20 transceivers• Perform outdoor evaluation with moving targets• Fix minor instabilities• Design target extraction routine


Recommended