Next Article in Journal
Lightweight Proof of Game (LPoG): A Proof of Work (PoW)’s Extended Lightweight Consensus Algorithm for Wearable Kidneys
Previous Article in Journal
Toward Efficient Image Recognition in Sensor-Based IoT: A Weight Initialization Optimizing Method for CNN Based on RGB Influence Proportion
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Design of a Low-Cost Ultra-Wide-Band Radar Platform

Faculty of Electrical Engineering and Computer Science, University of Maribor, Koroška Cesta 46, 2000 Maribor, Slovenia
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2020, 20(10), 2867; https://doi.org/10.3390/s20102867
Submission received: 24 March 2020 / Revised: 10 May 2020 / Accepted: 15 May 2020 / Published: 18 May 2020
(This article belongs to the Section Communications)

Abstract

:
This paper proposes an improved design of a pulse-based radar. An improved design of a pulse generator is presented using step recovery diodes and a signal mixer for the received signal. Two-step recovery diodes produce pulses of 120 ps in duration. A pulse generator is improved by removing the negative power supply, resulting in a reduced number of electronic pulses. A sampling mixer at the receiver’s site receives the generated signal and stretches it from picoseconds into microseconds. The improved pulse generator is also used in the sampling mixer as a strobe pulse generator, which makes the sampling mixer much simpler. The stretched signal is then sampled by a low sample rate using an analog to digital converter. The proposed radar design achieves up to 8 GHz bandwidth and an equivalent receiving sample rate of about 100 GSa/s. The radar is controlled using a software-defined radio called Red Pitaya, which is also used for data acquisition. The proposed radar design uses widely available commercial components, which makes radar design widely available with low cost implementation.

1. Introduction

Ultra-wide-band (UWB) radars produce very short radio-frequency (RF) pulses in the range of a sub-nanosecond order and are used for sensing and imaging applications. UWB pulses have good spatial resolution and enable penetration in dielectric materials. A UWB radar, on the receiver side, measures the reflected signals that arise due to the difference in the electrical properties between the observed object and the surrounding environment [1]. Radars in the UWB domain have a wide range of uses, from military applications, like buried land mine detection, to commercial applications, like medical imaging, ground penetration radars, and material characterization [2,3].
The UWB radar systems differ in operation principles and system performances. Basically, UWB radar can be divided into two groups: (i) pulse based radars (time domain) and (ii) radars based on frequency modulations (frequency domain), such as the stepped frequency continuous wave (SFCW) [4,5] or the frequency modulated continuous wave (FMCW) [6]. The FMCW radar method requires the generation of a continuous linear sweep, which is generated mostly using a voltage controlled oscillator (VCO). The SFCW method generates frequency sweeping in steps, which means that multiple VCOs can be used with a combination of frequency dividers to set the desired frequency for each step. On the receiver side, these radars use super-heterodyne architecture [7]. The frequency domain radio sweeps each frequency separately, and this take some time, meanwhile, the pulse radar transmits a wideband of frequencies in one shot. However, frequency domain radars have a much more complicated architecture and signal processing in comparison to pulse radars.
The principal UWB pulse radar consists of a transmitter with a pulse generator, a receiver with a pulse detector, antennas, and a signal processing unit [8]. On the transmitter side, the circuit must be capable of producing sub-nanosecond pulses. This can be achieved in different ways, such as using avalanche transistors [9,10,11], tunneling diodes [12], nonlinear transmission lines [13,14], and step recovery diodes [15,16,17]. Generators based on avalanche transistors are suitable for the generation of high amplitude pulses but not for high repetition frequencies (PRF). Furthermore, the avalanche effect of the transistor is not strict time repeatable, which leads to an uncontrolled pulse generation. A pulse generator using tunneling diodes is capable of producing a pulse duration below 100 picoseconds, but the amplitude is limited. Most of the pulse generators use step recovery diodes (SRD), which can produce a pulsewidth in the range of 100 picoseconds. Step recovery diodes are also used commonly at the receiver side in sampling heads (mixers) as strobe generators.
The second important and more complicated part of the UWB radar is the receiver. The receiver must receive and digitalize wideband signals in the order of a few GHz. One could use a high sample rate analog to digital converter (ADC) for the direct digitalization of the received signals, and such ADCs must have sample rates above ten GSa/s. Texas Instruments [18] offers an ADC up to 10 GSa/s, however, high sampling rate ADCs are too expensive for use in UWB radars and produce large amounts of data in the orders of tens and more GB per second [19]. To overcome that drawback of direct AD sampling, equivalent sample time (EST) samplers are used instead of high sample-rate ADCs [20]. This kind of sampler captures a short part of a signal in each period, and then combines them to reconstruct the original signal. EST samplers cannot capture the whole signal in one shot, and therefore need many repetitions. With this technique, the sampler stretches the original signal in the sub-nanosecond order to micro or milliseconds orders. A stretched signal is easy to digitalize with inexpensive commonly used ADCs.
The development in software defined radios (SDR) has shown that, besides the major use in communications, high bandwidth boards also open the possibility of short-range radar implementation. The SDRs can provide a quick confirmation for the proof of concept, but, in many cases, they have a disadvantage in efficiency and mobility. However, software defined radios with high bandwidth are very expensive in comparison to the proposed radar and limited in bandwidth [21,22,23].
In this paper, we propose the design of a low-cost UWB radar open platform. The novel design simplifies the picosecond pulse generator and sampler, using widely available low-cost electronic components. On the transmitter side, we use a dual SRD pulse generator, and on the receiver side, an equivalent sampling time sampling mixer, also using dual SRD as a strobe generator. The classic pulse generator is improved by removing the negative power supply, and, therefore, a pulse generator consists of a smaller number of components. The improved strobe generator used in the sampling mixer makes the sampling mixer much simpler. The used commercially available balun for splitting the strobe signal in the improved sampling mixer has a smaller signal loss in comparison to a radial slot stub balun. For the synchronization of transmitter and receiver, we use a precise fractal clock generator from Texas Instruments. The heart of a UWB radar system is the powerful open source platform Red Pitaya (RP). Transmitter, receiver, and clock are fabricated in a single PCB (printed circuit board) and could be attached directly on the RP extension headers. The advantage of our design is the modularity of the radar system. An end user could attach power amplifiers and antennas in dependence of the desired application. Received signals could be processed on any platform, due to the TCP/IP (transmission control protocol/internet protocol) connectivity of the Linux-based microcontroller called Red Pitaya.
The rest of the paper is organized as follows. Section 2.1 describes the development of a picoseconds’ generator using SR diodes. Section 2.2 describes the simulation and design of the sampling mixer and proposes the PCB outline. The next section presents the integration of the radars’ components on a single board which is attached on the RP as a daughter board. Section 4 describes the developed software and graphical interface for the radar, and the last section concludes the paper.

2. Design of the Proposed UWB Pulse Radar

A block diagram of the proposed radar is depicted in Figure 1. A pulse-based radar consists of two main parts: (i) a pico-second pulse generator, and (ii) a receiving part (sampling mixer) which captures the impulse response signal. The common clock generator distribution system is used to synchronize transmitter and receiver. The sampler requires an amplified clock using an operational amplifier. A Red Pitaya is used for on board signal processing, radar manipulation, and data transmitting to host the computer using the TCP/IP protocol. A detailed explanation of each block in Figure 1 is described in the following sections.

2.1. Development of the Sub-Nanosecond Pulse Generator

This section presents a pulse-based generator using step recovery diodes (SRD), due to its simple implementation and ability to produce pulses in the range of hundreds of picoseconds with an amplitude of 500 mV. The authors report many different SRD generator designs. Most of them used a single SRD and pulse-shaping network for tuning the duration of the pulse. Our design is a simplification of the design proposed in [17].
The SRD is a semiconductor with specific doping. The doping density is extremely small near the junction area. Thus, the density of charge carriers is also low near the junction. In other words, charge storage is negligible near the junction, which leads to fast switching from the ON to OFF state. The SRD is constructed like an ordinary PN diode. The major difference is the doping intensity along the PN junction. The doping profile is depicted in Figure 2.
The transient behavior of a PN junction is its response to a step voltage from the forward to the reverse bias regimes. Initially, the PN junction is forward biased. When the voltage of a step reverses the polarity, the junction is not switched off immediately, but takes storage time to neutralize the charges stored in the depletion region and raise the junction barrier progressively. During the storage phase, the junction holds low resistance. Near the end of the storage phase, the raising junction barrier increases the resistance, finally switching off the junction for a decay time, which is extremely short (in the picosecond range).
The generator proposed in [17] consists of two SRDs, and pulse width is controlled by the change of resistance of R 2 . The generator in [17] used an additional negative supply voltage. Instead of this negative supply voltage, we used a precise clock generator with symmetric ±0.5 V amplitude, and 500 ps rise time. The PIN diode on input was also removed, due to this simplification. The PIN diode in the original research was used for blocking negative input voltage. SR diodes were biased with an adjustable negative supply voltage in order to push SRDs into a reverse regime. Figure 3 shows a simple picosecond pulse generator using two SR diodes. Changing the value of resistor R 2 increases or decreases the pulse duration.
The pulse generator is driven by a precise clock generator with fractional dividers, manufactured by [24]. The clock generator is capable of producing various fractional frequencies at outputs, and so we also used it for the sampler on the receiving side, which will be discussed later. Figure 4 shows the measured clock signal at the input of the generator and measured pulse at the output of the generator. The measured pulse width is 112 ps. Figure 4b also shows the pulse from [17] for comparison. Both pulses are similar, expect our pulse has lower side ringing.

2.2. Development of the Sampling Mixer

The design of a sub-nanoseconds pulse generator is much simpler compared to design of the UWB receiver. The 120 picosecond pulse has as a bandwidth of about 8 GHz, which means that the receiver must be able to convert the 8 GHz bandwidth of the analog signal to digital. ADCs with tens of GSa/s are available but extremely expensive. The solution is to use an equivalent sample time ADC. A realistic approach is to sub-sample the RF signal upon extending its time scale from picoseconds into microseconds. Thus, the extended time scale of the RF signal can be handled by conventional ADCs. In the literature, the sampling mixer is also called a sampling head, or signal stretcher. In this paper, we call it a sampler. There are many different sampling concepts, and a sampler proposed in [25] is improved in this paper.
The basic principle of sampling is based on the repeated quasi-instantaneous capturing of a time-varying signal using a sampling gate. The gate is opened and closed by a time precise train of narrow strobe pulses. During sampling, repetitive scattered pulses are applied to the gate from the receiving antenna with a pulse repetition frequency (PRF) f 0 . Strobe pulses on the sampling gate are triggered with the slightly offset frequency given by f 0 ± Δ f . The received RF signal and strobe signal are mixed in a way that the strobe signal scans across the sampled RF signal. The speed of the complete sampling cycle is defined by 1 / Δ f . An extending factor α is defined as f 0 / Δ f , and is equal to an extending ratio between the original received signal and the reconstructed signal.
The sampler is based on a two-diode bridge. Figure 5 shows the schematic of the developed sampler. The values of components are based on simulation results using the ADS simulation tool. Furthermore, the whole PCB was designed and simulated on this simulation tool. The diodes in the bridge are low capacitance ( C = 0.2 pF) RF Schottky. Its low barrier height, small forward voltage and low junction capacitance make BAT24-02LS a suitable choice for mixer and detector functions in applications with frequencies which are as high as 24 GHz [26].
The main challenge in the construction of a sampler is to achieve very short strobe opposite pulses with high amplitudes. The amplitude of the pulse must be able to open the bridge diode, in our case, at least 0.25 V. For generating pulses, we used the two SRD generators, described in Section 2.1. The SRD generator, triggered with an amplified clock signal [24], produced a pulse with an amplitude of approximately 1.2 V. This pulse was then divided into two pulses with opposite polarities using the balun. We chose an SMD-fabricated balun manufactured by the Mini-Circuit company (Brooklyn, NY, USA). A positive pulse opens the upper diode and a negative pulse opens the lower diode, according to Figure 5. The TCM1-83X+ balun has a wide frequency range from 10 to 8000 MHz [27]. Measured pulses on the balun output are shown in Figure 6. At around 0.3 V, where the barrier of the diode is, the pulse duration is about 100 ps (measured with an oscilloscope). In other words, the sampler bridge is capturing around 100 ps of the RF input signal in one repetition. This part of the energy is stored in capacitor C d .
The captured RF signal is stored in the charging capacitor C h and, together with the series resistance of the diode ( R s = 8 Ohms), provides an RF charging time around 12 ps. Resistor R h and capacitor C d provide a discharging RC network with a time constant much slower than the time constant of the charging network. Values of C d and R h were determined using a simulation tool in order to obtain good signal conversion loss.

2.3. PCB Design

The next step after the successful simulation of the sampler was the development of the printed circuit board (PCB). When designing an RF PCB, the designer must take into account many parameters, such as track width and length, thickness of the board, dielectric constant of the material, shape of the corners, and so forth. To produce such a PCB takes many iterations without using a simulation tool. We used the ADS simulation tool from Keysight [28] in order to produce the simulation of the whole outline of the PCB. Figure 7 shows the designed and simulated outline of the sampler.
In the simulation, we simulated a 200 ps width pulse at the input RF port (denoted as RF IN in Figure 7). The input pulse had a peak of voltage 0.1 V and a rise/fall time of 0.1 ns. Strobe frequency f 0 was set to 10 MHz and frequency Δ f to 100 Hz. The sampler stretched the input pulse from 200 ps to 20 μ s, which confirmed extending factor α , defined as f 0 Δ f = 10 MHz 100 Hz = 100,000, shown in Figure 8.
The PCB was fabricated using two-sided ROGERS RO4350B laminate with dielectric constant 3.66 and substrate thickness 0.762 mm. The fabricated sampler, pulse generator, and clock source are depicted in Figure 9. After fabrication, we took measurements of the sampler. A synchronized two output channels clock CDC6208 was used for generating pulses and for generating the strobe signal for sampling. Measurements are shown in Figure 10. Generated RF pulses were measured using an Agilent 40 GSa/s oscilloscope, meanwhile the IF (Intermediate Frequency) output of the sampler was measured using a Rigol 2 GSa/s oscilloscope. We can observe in Figure 10 that the sampled pulse was stretched 100,000 times, and that measurements confirmed the simulation results. The IF output of the sampler can now be digitalized using an ADC with a 5 MSa/s or less sampling rate.
A comparison between the oscilloscope signal and sampler signal was made to validate the sampler signal acquisition. In Figure 11 are both signals (from oscilloscope and sampler), normalized and scaled. From the signals, the relative error was calculated using the equation: e = s i g n a l s a m p l e r s i g n a l o c i l l o s c o p e s i g n a l o c i l l o s c o p e . The yellow curve in Figure 11 represents relative error. The peak value of the relative error is below 15% and the average relative error is below 1%.

2.4. Digitalization of the Sampler’s Output

The IF output of the sampler produced a down converted RF signal. We could perform signal capturing using a classic oscilloscope, but it is not practical for radar applications. To draw a B-scan or image from radar signals, it is necessary to use signal processing. Low cost microcontrollers are not powerful enough to capture and process signals. Furthermore, their ADCs have a sample rate up to 1 MSa/s, which is not enough. After research of the market we chose a signal processing platform named Red Pitaya, which is low cost and has a high performance. On the analog sidem, RPs have two channel AD and DA converters with sample rates up to 125 MSa/s. The heart of the platform is a powerful FPGA Zynq 7010. The FPGA platform is often used for custom high speed signal processing (e.g., fast real-time signal processing, spectrometry, and video processing). The post processing can be done on-chip utilizing dual-core ARM Cortex-A9 processors. Data can be stored locally on an SD card or can be accessed remotely through ethernet or WiFi [29].

2.5. Synchronization of Clock and AD Conversion

RP offers triggering of an AD channel with the voltage level (the same as an oscilloscope). When we are capturing periodic signals this trigger method is appropriate. The start of acquisition is caused when the voltage level of the generated pulse exceeds the trigger voltage level. Since the pulse shape is slightly changing during the whole acquisition time, this causes the captured data to not be aligned, and it is impossible to draw a useful B-scan. Another option is to trigger a time delay, but there is an issue in the phase of generating two clocks. When the clock starts, the outputs of two frequencies begin with the same phase, and, therefore, we can first capture the period of signal using a time delay trigger. The second period is not in the phase anymore, and, therefore, the synchronization is lost. Luckily, the CDCM6028 has the option of a re-synchronization of the clocks. That gave us the idea to synchronize the clock and trigger the ADC channel, since RP offers analog outputs which are capable of generating phase synchronized pulse width modulations (PWM). We used one PWM output for the re-synchronization of the clock, and the other for triggering the AD conversion. Tests showed us that this solution works well.

3. Integration of Radar’s Components

The first prototype of the radar was modularity development. Each part was on a separate PCB, due to better measurements and testing. When the tests of radar components were done, the integration of components was started in order to minimize the radar. We integrated the clock CDCM6208, SRD pulse generator, sampler, and some power supply on a single PCB. The PCB was designed to attach to RP connectors as a daughter board. We did not place the output RF amplifier and input LNA (low noise amplifier) on the PCB due to the latter’s flexibility. On the integrated PCB are also digitally controlled power supplies for supplying various RF amplifiers and LNAs.
The sampler and pulse generator are placed on the PCB and RF and isolated using a via fence. Other RF design constraints were also considered, such as 50 Ohm lines, good ground connections, and so forth. The radar was fabricated on the same laminate as the prototype. Figure 12 shows the integrated radar attached on the RP board.

4. Development of Radar GUI

In the previous section we described the hardware for the proposed radar. We also developed complete software, including a Graphical User Interface (GUI). Since the RP does not include a display or a display port, we used a laptop or desktop computer for the representation of the data obtained from the radar. There are many options to take data from RP, such as ethernet, WiFi, USB, or via SD card. The best way is to use ethernet, since a Linux operational system is installed on the RP. The software for RP is completely open source and offers API (Application Programming Interface) functions to control analog inputs and outputs. Programs for RP can be made in ansi C, Python, Matlab, and Labview programming languages.
The software for our radar is divided into two parts: (i) software which runs on the RP and (ii) software on the laptop. The RP software was developed in ansi C and controls the clock module via SPI (Serial Peripheral Interface), captures analog data from the AD channel, generates PWM for clock synchronization, and communicates over TCP/IP with the host computer/laptop. Last but not least, the software also supports a GPS module controlled over the NMEA (National Marine Electronics Association) protocol. The RP software captures raw data on the ADC channel and sends it over TCP/IP to the host computer. On the host PC is a developed GUI with signal processing for radar data presentation. We used MATLAB App Designer for programming the GUI [30]. The graphical interface of the radar is depicted in Figure 13. A user can set the IP address of the radar, start and stop signal capturing, put a visible marker on a B-scan, save all capturing data for further processing, and set the vertical offset of the signal, and so forth.
Figure 13 presents a radargram. On the left side in Figure 13 is the signal from the receiver antenna obtained by the sampler and stretched 100,000 times. Originally, the amplitude (x-axis) is in voltage, but the user could switch to a normalized amplitude. On the y-axis are a number of samples obtained with the Red Pitaya ADC. In the current set-up, the radar captured around 10 whole signals per second. On the right side of the radar GUI is depicted an image generated from the left side signals (B-scan). Each triggered signal is real-time added on the ride side of image. The signals are colored depending on the amplitude of the signal. On the y-axis is the time of flight (ToF) calculated from the following parameters: (i) number of captured samples, (ii) sampling rate of the ADC, (iii) time stretch ratio of the sampler. From the ToF it is possible to calculate the penetrating depth of the RF signal according to the surrounding material, since the propagation velocity of an RF signal is dependent on the dielectric constant of the material.

5. Conclusions

This paper presents the development of a low-cost UWB pulse radar with a bandwidth from DC up to 8 GHz. The pulse generator and sampler designs were improved and implemented using commercially available low cost electronic components. An existing design of a pulse-based radar using SRD was improved by removing the negative power supply, resulting in a reduced number of electronic components. To receive ultra wide band pulses, a signal stretcher was improved by using the improved pulse generator as a strobe pulse generator, which made the design much simpler, and enabled us to acquire a received signal using a much lower sample rate. A micro controller with a Linux operating system called Red Pitaya was used for all signal manipulations, acquisition, signal processing, and communication with peripheral devices. The data transfer was made using a TCP/IP communication, and a simple GUI was developed for data visualization.

Author Contributions

Conceptualization, M.M., D.Š. and D.G.; methodology, M.M. and D.G.; software, M.M.; validation, M.M.; formal analysis, M.M., D.Š. and D.G.; investigation, M.M.; resources, M.M.; data curation, M.M.; writing—original draft preparation, M.M.; writing—review and editing, M.M., D.Š. and D.G.; visualization, M.M.; supervision, D.G.; project administration, D.G.; funding acquisition, D.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by NATO—Science for Peace and Security Programme grant number NATO SPS 985208.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, L.; Tan, A.E.; Jhamb, K.; Rambabu, K. Buried Object Characterization Using Ultra-Wideband Ground Penetrating Radar. IEEE Trans. Microw. Theory Tech. 2012, 60, 2654–2664. [Google Scholar] [CrossRef]
  2. Oloumi, D.; Ting, J.; Rambabu, K. Design of Pulse Characteristics for Near-Field UWB-SAR Imaging. IEEE Trans. Microw. Theory Tech. 2016, 64, 2684–2693. [Google Scholar] [CrossRef]
  3. Feghhi, R.; Oloumi, D.; Rambabu, K. Design and Development of an Inexpensive Sub-Nanosecond Gaussian Pulse Transmitter. IEEE Trans. Microw. Theory Tech. 2019, 67, 3773–3782. [Google Scholar] [CrossRef]
  4. Nicolaescu, I.; van Genderen, P.; Van Dongen, K.W.; van Heijenoort, J.; Hakkaart, P. Stepped frequency continuous wave radar-data preprocessing. In Proceedings of the 2nd International Workshop on Advanced Ground Penetrating Radar, Delft, The Netherlands, 14–16 May 2003; pp. 177–182. [Google Scholar]
  5. Sugak, V.G. Stepped Frequency Continuous Wave Ground Penetrating Radar applications. In Proceedings of the 2016 9th International Kharkiv Symposium on Physics and Engineering of Microwaves, Millimeter and Submillimeter Waves (MSMW), Kharkiv, Ukraine, 20–24 June 2016; pp. 1–6. [Google Scholar]
  6. Charvat, G. Small and Short-Range Radar Systems; CRC Press Inc.: Boca Raton, FL, USA, 2014. [Google Scholar]
  7. Šipoš, D.; Gleich, D. A Lightweight and Low-Power UAV-Borne Ground Penetrating Radar Design for Landmine Detection. Sensors 2020, 8, 2234. [Google Scholar] [CrossRef] [Green Version]
  8. Liu, L.; Xia, X.; Ye, S.; Shao, J.; Fang, G. Development of a Novel, Compact, Balanced, Micropower Impulse Radar for Nondestructive Applications. IEEE Sens. J. 2015, 15, 855–863. [Google Scholar] [CrossRef]
  9. Beev, N.; Keller, J.; Mehlstäubler, T.E. Note: An avalanche transistor-based nanosecond pulse generator with 25 MHz repetition rate. Rev. Sci. Instrum. 2017, 88, 126105. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Huang, Z.; Fu, Q.; Chen, P.; Yang, H.; Yang, X. High power pulse generator based on avalanche transistor Marx circuit. In Proceedings of the 2014 IEEE International Conference on Communiction Problem-Solving, Beijing, China, 1 July 2014; pp. 315–317. [Google Scholar] [CrossRef]
  11. Li, D.; Yang, X. Parameters analysis of Gaussian pulse circuit based on avalanche transistors. In Proceedings of the 2015 IEEE 6th International Symposium on Microwave, Antenna, Propagation, and EMC Technologies (MAPE), Shanghai, China, 28–30 October 2015; pp. 764–768. [Google Scholar] [CrossRef]
  12. Matiss, A.; Poloczek, A.; Stohr, A.; Brockerhoff, W.; Prost, W.; Tegude, F. Sub-Nanosecond Pulse Generation using Resonant Tunneling Diodes for Impulse Radio. In Proceedings of the 2007 IEEE International Conference on Ultra-Wideband, Singapore, 24–26 September 2007; pp. 354–359. [Google Scholar] [CrossRef]
  13. Johnson, J.M.; Parson, J.M.; Reale, D.V.; Neuber, A.A.; Mankowski, J.J.; Dickens, J.C. 10 kV, 44 ns pulse generator for 1 kHz trigatron reprate operation of NLTL. In Proceedings of the 2014 IEEE International Power Modulator and High Voltage Conference (IPMHVC), Santa Fe, NM, USA, 1–5 June 2014; pp. 108–110. [Google Scholar] [CrossRef]
  14. Ma, Y.; Kan, E.C. Accurate Indoor Ranging by Broadband Harmonic Generation in Passive NLTL Backscatter Tags. IEEE Trans. Microw. Theory Tech. 2014, 62, 1249–1261. [Google Scholar] [CrossRef]
  15. Han, J.; Nguyen, C. On the development of a compact sub-nanosecond tunable monocycle pulse transmitter for UWB applications. IEEE Trans. Microw. Theory Tech. 2006, 54, 285–293. [Google Scholar] [CrossRef]
  16. Jeongwoo, H.; Cam, N. Coupled-slotline-hybrid sampling mixer integrated with step-recovery-diode pulse generator for UWB applications. IEEE Trans. Microw. Theory Tech. 2005, 53, 1875–1882. [Google Scholar] [CrossRef]
  17. Zou, L.; Gupta, S.; Caloz, C. A Simple Picosecond Pulse Generator Based on a Pair of Step Recovery Diodes. IEEE Microw. Wirel. Compon. Lett. 2017, 27, 467–469. [Google Scholar] [CrossRef] [Green Version]
  18. Texas Instruments, Inc. Analog-to-Digital Converters (ADCs)|Products|Data Converters|TI.com; Texas Instruments, Inc.: Dallas, TX, USA, 2020. [Google Scholar]
  19. Venkatachalam, A.S.; Xu, X.; Huston, D.; Xia, T. Development of a New High Speed Dual-Channel Impulse Ground Penetrating Radar. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 753–760. [Google Scholar] [CrossRef]
  20. Han, J.; Nguyen, C. Development of a Tunable Multiband UWB Radar Sensor and Its Applications to Subsurface Sensing. IEEE Sens. J. 2007, 7, 51–58. [Google Scholar] [CrossRef]
  21. Jenks, C.H.J.; Pennock, S.R. The use of a Software Defined Radio as an OFDM GPR. In Proceedings of the 2017 9th International Workshop on Advanced Ground Penetrating Radar (IWAGPR), Edinburgh, UK, 28–30 June 2017; pp. 1–4. [Google Scholar]
  22. Ralston, J.; Hargrave, C. Software defined radar: An open source platform for prototype GPR development. In Proceedings of the 2012 14th International Conference on Ground Penetrating Radar (GPR), Shanghai, China, 4–8 June 2012; pp. 172–177. [Google Scholar]
  23. Muñoz-Ferreras, J.; Arnedo, I.; Lujambio, A.; Chudzik, M.; Laso, M.G.; Gómez-García, R.; Madanayake, A. Recent advances in software-defined radars: Chirped impulses. In Proceedings of the 2014 22nd European Signal Processing Conference (EUSIPCO), Lisbon, Portugal, 1–5 September 2014; pp. 601–605. [Google Scholar]
  24. Texas Instruments, Inc. CDCM6208 2:8 Ultra Low Power, Low Jitter Clock Generator|TI.com; Texas Instruments, Inc.: Dallas, TX, USA, 2020. [Google Scholar]
  25. Zhang, C.; Fathy, A.E.; Mahfouz, M. Performance Enhancement of a Sub-Sampling Circuit for Ultra-Wideband Signal Processing. IEEE Microw. Wirel. Compon. Lett. 2007, 17, 873–875. [Google Scholar] [CrossRef]
  26. Mouser. BAT24-02LS—Infineon Technologies; Mouser: Mansfield, TX, USA, 2020. [Google Scholar]
  27. Mini-Circuits. 2020. Available online: https://www.minicircuits.com/ (accessed on 1 March 2020).
  28. Keysight. PathWave Advanced Design System (ADS)|Keysight; Keysight: Santa Rosa, CA, USA, 2020. [Google Scholar]
  29. Red Pitaya. 2020. Available online: https://www.redpitaya.com/ (accessed on 1 March 2020).
  30. MATLAB. MATLAB App Designer—MATLAB; MATLAB: Natick, MA, USA, 2020. [Google Scholar]
Figure 1. Block diagram of proposed radar. Blocks inside the dashed line are integrated on a single PCB (printed circuit board).
Figure 1. Block diagram of proposed radar. Blocks inside the dashed line are integrated on a single PCB (printed circuit board).
Sensors 20 02867 g001
Figure 2. PN-junction doping profile of step recovery diode.
Figure 2. PN-junction doping profile of step recovery diode.
Sensors 20 02867 g002
Figure 3. Proposed pulse generator with two SR diodes. The above schematics are measured signals at input and output, respectively.
Figure 3. Proposed pulse generator with two SR diodes. The above schematics are measured signals at input and output, respectively.
Sensors 20 02867 g003
Figure 4. Input and output generator signals, measured with a high sampling rate oscilloscope. (a) Clock signal on generator input. (b) Generated pulse (blue line) at output in comparison with the pulse (dashed black line) from [17].
Figure 4. Input and output generator signals, measured with a high sampling rate oscilloscope. (a) Clock signal on generator input. (b) Generated pulse (blue line) at output in comparison with the pulse (dashed black line) from [17].
Sensors 20 02867 g004
Figure 5. Schematic of the proposed sampling mixer. Left from the balun is the pulse generator part from the previous section. After the balun, which split the pulse from the generator into opposite pulses, is a sampling bridge with two diodes. The graphs present measured pulses at the balun’s output.
Figure 5. Schematic of the proposed sampling mixer. Left from the balun is the pulse generator part from the previous section. After the balun, which split the pulse from the generator into opposite pulses, is a sampling bridge with two diodes. The graphs present measured pulses at the balun’s output.
Sensors 20 02867 g005
Figure 6. Measured strobe 100 ps pulse duration at diode forward voltage, when the diode opens the bridge, and sample input RF signal. Measurements were taken on the balun’s output.
Figure 6. Measured strobe 100 ps pulse duration at diode forward voltage, when the diode opens the bridge, and sample input RF signal. Measurements were taken on the balun’s output.
Sensors 20 02867 g006
Figure 7. Simulated outline of sampler PCB, developed from the schematic in Figure 5.
Figure 7. Simulated outline of sampler PCB, developed from the schematic in Figure 5.
Sensors 20 02867 g007
Figure 8. Simulation result of sampler.
Figure 8. Simulation result of sampler.
Sensors 20 02867 g008
Figure 9. Prototype of radar without antennas ready for test measurements. Instead of an antenna, the attenuator is connected.
Figure 9. Prototype of radar without antennas ready for test measurements. Instead of an antenna, the attenuator is connected.
Sensors 20 02867 g009
Figure 10. Measured results of sampler.
Figure 10. Measured results of sampler.
Sensors 20 02867 g010
Figure 11. Comparison of signal acquisition between oscilloscope and sampler. The yellow curve is the relative error.
Figure 11. Comparison of signal acquisition between oscilloscope and sampler. The yellow curve is the relative error.
Sensors 20 02867 g011
Figure 12. Picture of the proposed radar attached on the Red Pitaya micro-controller.
Figure 12. Picture of the proposed radar attached on the Red Pitaya micro-controller.
Sensors 20 02867 g012
Figure 13. GUI of the radar. On the left side is a signal captured by the sampler. On the right side are captured signals joined into a figure (B-scan).
Figure 13. GUI of the radar. On the left side is a signal captured by the sampler. On the right side are captured signals joined into a figure (B-scan).
Sensors 20 02867 g013

Share and Cite

MDPI and ACS Style

Malajner, M.; Šipoš, D.; Gleich, D. Design of a Low-Cost Ultra-Wide-Band Radar Platform. Sensors 2020, 20, 2867. https://doi.org/10.3390/s20102867

AMA Style

Malajner M, Šipoš D, Gleich D. Design of a Low-Cost Ultra-Wide-Band Radar Platform. Sensors. 2020; 20(10):2867. https://doi.org/10.3390/s20102867

Chicago/Turabian Style

Malajner, Marko, Danijel Šipoš, and Dušan Gleich. 2020. "Design of a Low-Cost Ultra-Wide-Band Radar Platform" Sensors 20, no. 10: 2867. https://doi.org/10.3390/s20102867

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop