An Integrated Framework for Complex Radar System Design
by NI/AWR
Modern radar systems are complex and depend heavily on advanced signal processing algorithms to improve the detection performance of the radar. At the same time, the radio front end must meet specifications that are often a combination of available devices, implementation technologies, regulatory constraints, requirements from the system, and signal processing.
This application example showcases how NI AWR Design Environment™ software and National Instruments LabVIEW and PXI instruments can be used together to design, validate, and prototype a radar system. This integrated framework provides a unique avenue for digital, RF, and system engineers to collaborate on complex radar system design.
Step 1: Radar System Design in VSS
Open “Pulse_Doppler_Radar_System.emp” in NI AWR Design Environment software. The main radar system diagram (Figure 1) shows the following: the linear chirp source, the RF transmitter and receiver, and the target and propagation models, as well as the receiver baseband signal processing blocks, including moving target indicator (MTI), moving target detector (MTD), and constant false alarm rate (CFAR).
Linear chirp generator: The linear chirp pulse source consists of basic parameters that can be configured according to user specifications, such as pulse repetition frequency (PRF), pulse duty cycle, start/stop frequency, and sampling frequency.
RF transmitter/receiver: These subcircuits define the single stage upconverter and downconverter. Users may replace these subcircuits with their particular implementations.
Target and propagation models: This subcircuit models the propagation channels between TX/RX antennas and the radar target. Users may specify the distance and relative velocity of the target, their RCS and RCS fluctuations, and also model jammers and clutter that are often present in radar systems.
Receiver baseband signal processing: The MTI is used to remove stationary objects, the MTD is used to identify the remaining moving target, and the CFAR performs a sliding average to ensure that the detected signal is greater than a set threshold.
Click on “Run/Stop System Simulators” to begin the simulation (Figure 2).
Once the simulation is complete, your results should look like Figure 3.
Antenna pattern: The radial plot shows the combined transmit and receive antenna pattern. When the simulation is run for the first time, the antenna parameters PHI and THETA are swept to obtain this data (see also antenna pattern VSS diagram for the swept variable setting).
Chirp waveform: The time-domain graph shows the transmitted pulse, received pulse, and the pulse after the transmit/receive correlation. The correlator output is used in the baseband-received signal processing blocks to turn it into useful target information.
MTI output: The time-domain plot shows the output of the MTI, which uses a second-order delay line canceler to remove effects of stationary clutter and leave Doppler information in the signal.
System metrics: The graph shows the detected speed, Doppler, probability of detection (PoD), radar cross section (RCS), and the distance across multiple pulses.
Step 2: Co-simulating with LabVIEW
VSS enables RF designers to combine the front-end circuit with the LabVIEW-based signal processing building blocks in order to examine the effects of circuit change on the overall system performance metrics. The LabVIEW block provides access to an extensive LabVIEW signal-processing library, as well as to RF instruments and field-programmable gate arrays (FPGAs). This opens up possibilities for IP sharing (between simulation and prototype), hardware in the loop, cross verification, and partial prototyping.
For DSP designers, VSS provides an environment to examine the LabVIEW (or m- or c-based) radar algorithms with realistic RF front-end blocks. The ability to access LabVIEW in VSS provides opportunities to include more complex IP in LabVIEW, Mathscript (textual math interpreter in LabVIEW), LabVIEW FPGA emulation, and hardware in the loop through modular instrumentation.
Open “Pulse_Doppler_Radar_System_LV2014_AWRv12.emp” using NI AWR Design Environment. Also, open the related visual interfaces (Vis); MTD_2014.vi and CFAR_2014.vi in LabVIEW 2014 or later. The VSS block diagram contains LabVIEW blocks that perform the MTD and CFAR operations. Run the simulation as before. Note that this simulation can take longer, depending on the CPU.
The LabVIEW block configuration should look like Figure 4.
Click on “Run/Stop System Simulators” to begin the simulation, as was done in Step 1. The LabVIEW VI has been invoked and started upon the VSS simulation.
The overall signal flow is:
The linear chirp signal is generated in VSS.
The IQ samples are processed through the RF transmitter, target model, RF receiver, and correlator.
The output of the correlator, the compressed pulse, and the IQ samples are passed to the MTI, where the contributions of stationary clutter are removed.
The IQ samples are then passed to the MTD_2014.vi, where the MTD is performed with 32-point fast Fourier transform (FFT).
The detection result is passed through the CFAR_2014.vi, which determines whether a target is present using a threshold calculated from the input samples and the desired PoD.
Figure 5 shows the expected results in VSS and Figure 6 shows the results of the IQ samples passed to the MTD.vi, including a 3D graph showing the peak corresponding to the target detected by the 2D FFT processor in the MTD.
Figure 7 shows the LabVIEW block diagram for the MTD processing. Similar to VSS, a graphical block diagram is used to program the function. The block diagram also shows one of the strengths of LabVIEW; the ability to incorporate inline m-code using MathScript. This feature provides great flexibility when engaging new customers with existing IPs in m-code. (The m-code example here is only used for displaying the 3D plot in LabVIEW.)
Step 3: Prototyping with LabVIEW and Vector Signal Transceiver
The same algorithms that were used for software simulation can be implemented on the FPGA (either in full or in part) to facilitate radar prototyping and IP validation with physical RF signals using the LabVIEW FPGA and the NI vector signal transceiver (VST).
We take the same pulse generation and target information algorithms implemented on the VST’s FPGA so that we have a hardware-based return pulse generation. This version of the demo performs the receiver functions such as the correlation, MTI, MTD, and CFAR in the host after the return pulse is received. The FPGA-based receiver demo is a work in progress.
Open “3. VST Demo/VST/niRADAR-Demo.lvproj” using LabVIEW.
Figure 8 shows the transmitter front panel, “Target Return Pulse Generation (Host).vi,” and Figure 9 shows the receiver front panel, “MTD Receiver.vi.” Select the appropriate device for both Vis and run the transmitter and then the receiver.
On the MTD receiver panel, you will see the four targets moving across the 2D display. The vertical axis represents the distance to the target and the horizontal axis represents the Doppler frequency of the target (showing motion such that positive Doppler is moving closer to the radar and negative Doppler is moving away from the radar).
Conclusion
Today’s complex radar systems have advanced signal processing algorithms that require cooperation between digital and RF/microwave designers to ensure that overall system performance metrics are jointly optimized across the two disparate domains. This application example has explained how the integrated framework of VSS software combined with LabVIEW and PXI instruments provides a path for both digital and RF engineers, as well as system engineers, to collaborate on a complex radar system design.









(561)