Difference between revisions of "Customized Sensor Design"

From indie Semiconductor Wiki
Jump to navigation Jump to search
(Radar Sensor Building Blocks)
Line 4: Line 4:
 
= General Information =  
 
= General Information =  
  
Since Radars use radio wave in the detection process, the Radar front ends are related to electronic circuits that operate with high-frequency signals. Depending on the purpose of applications, these frequencies range from hundreds of MHz up to hundreds of GHz. The design of Radar sensors involve the development of PCBs and software around building blocks such as radar front ends, amplifiers, PLL & loop filters, ADC and microcontrollers, data interfaces and passive elements.
+
Since the variety of possible applications for radar is huge, radar sensors need to be tuned specifically to the target application. Usually, the critical parameters are the update rate of the sensor, its resolution or the ability to seperate targets, and its accuracy (of measured distance or speed). Mostly, the baseband needs to be designed specifically for the intended application and measurement principle, to match the desired parameters. Also, the signal processing software on the sensor needs to be implemented accoring to the applications needs.
  
= Radar Sensor Building Blocks =
+
= Radar Sensor Hardware =
  
Radar sensors typically share a similar structure as shown in Figure 1. Some building blocks used in Radar sensors are described here.
+
Our [[https://siliconradar.com/wiki/Reference_Designs reference designs]] SiRad Easy® and SiRad Simple® can be used as a start point for sensor developments by our EvalKit customers.
  
'''Front End''': The radar front end transmits and receives electromagnetic waves that reflect on objects. The reflected wave contains information about the object, for example, its speed or distance from the front end. Depending on the frequency of the electromagnetic waves, the antenna can be included with the front end, or connected externally. The front end is referred to as Radar Front End (RFE).
+
= Radar Sensor Software =
  
'''PLL & Loop Filter''': The Phase-Looked-Loop and loop filter block controls the front end and sets its frequency into the operating range. The Phase-Looked-Loop also drives the ramp necessary to tune the front end over the chosen bandwidth. The loop filter is important for the correct operation of front end and Phase-Looked-Loop. The Phase-Looked-Loop usually also compensates for any temperature or aging effects. The Phase-Looked-Loop and loop filter block is referred to as PLL.
+
We also offer a free signal processing library in our [[http://login.siliconradar.com download area]] for our EvalKit customers.
 
 
'''Amplifier & Signal Filter''': Amplifiers are used to amplify the signals coming from the radar front end. Since the signal reflected from an object and picked up by the radar front end is weaker than the signal that was initially sent out by the radar front end, the amplifier has to amplify this signal by adding as little noise as possible to the signal. This amplifier is referred to as Base Band Amplifier (BBAmp). Further, some filtering is necessary on the signal. Filters are typically placed next to (before and after) the amplifier and referred to as Low-Pass (LP), High-Pass (HP) or Band-Pass (BP).
 
 
 
'''ADC & Microcontroller''': The Analog-Digital-Converter (ADC) or microcontroller (uC) digitizes the radar signal for the following processing steps. Usually, the next processing steps include DC cancellation, windowing of the data, FFT calculation, and finally target extraction. The microcontroller also controls the different hardware parts such as RFE, PLL and BBAmp.
 
 
 
'''Data Interfaces''': Interfaces are needed to control the sensor via commands and to output data. Typical communication interfaces are GPIO pins, UART, SPI, Ethernet and Wifi.
 

Revision as of 09:28, 16 December 2019


1 General Information

Since the variety of possible applications for radar is huge, radar sensors need to be tuned specifically to the target application. Usually, the critical parameters are the update rate of the sensor, its resolution or the ability to seperate targets, and its accuracy (of measured distance or speed). Mostly, the baseband needs to be designed specifically for the intended application and measurement principle, to match the desired parameters. Also, the signal processing software on the sensor needs to be implemented accoring to the applications needs.

2 Radar Sensor Hardware

Our [reference designs] SiRad Easy® and SiRad Simple® can be used as a start point for sensor developments by our EvalKit customers.

3 Radar Sensor Software

We also offer a free signal processing library in our [download area] for our EvalKit customers.