Unveiling the Power of Pulse Compression

In a pulsed RADAR system, a short burst of energy is transmitted followed by a period of silence during which the RADAR listens for the echo received from the target. Fig1: Transmitted rectangular pulse. In the provided illustration (Fig 1), pulses of the same frequency are sent, with a rectangular envelope. Many real pulsed radar systems don’t transmit rectangular pulses; instead, they modulate the frequency throughout the pulse, using techniques like Linear Frequency Modulation (LFM). From a hardware perspective, generating an LFM pulse is more complex than producing a rectangular pulse. Thus, one might wonder why opt for LFM over

Continue reading
Theory of relativity and age of planet Earth

The Easiest Tutorial on Kalman Filter

Kalman filter is one of the most important but not so well explained filter in the field of statistical signal processing. As far as its importance is concerned, it has seen a phenomenal rise since its discovery in 1960. One of the major factors behind this is its role of fusing estimates in time and space in an information-rich world. For example, position awareness is not limited to radars and self driving vehicles anymore but instead has become an integral component in proper operation of industrial control, robotics, precision agriculture, drones and augmented reality. Kalman filter plays a major role

Continue reading
Bat echolocation principle

FMCW Radar Part 1 – Ranging

This is Part 1 of a 3-Part series in which we describe how an FMCW radar finds the range of multiple stationary targets. In Part 2, we talk about estimating the velocities of several moving targets and their directions through forming a structure known as the radar cube. Part 3 presents system design guidelines for an FMCW radar. In his book Multirate Signal Processing, Fred Harris mentions a great problem solving technique: "When faced with an unsolvable problem, change it into one you can solve, and solve that one instead." We will see in this article how an FMCW radar

Continue reading
Feedback AGC block diagram

How Automatic Gain Control (AGC) Works

Alfred North Whitehead said, "Civilization advances by extending the number of important operations which we can perform without thinking of them." In today’s world, it is easy to take no notice of the level of process automation integrated into our lives. To have an idea of how things were in the early days, signal processing technology to sort out the radar picture on a map was not available and only a dot or a line could be generated on the screen representing a detected target. A radar operator had to stare at a screen for their whole shift to raise

Continue reading
Wideband differentiator frequency and impulse responses

Design of a Discrete-Time Differentiator

Many signal processing algorithms require computation of the derivative of a signal in real-time. Some of the examples are timing recovery, carrier frequency synchronization, FM demodulation and demodulation of LoRa signals. An analog or digital filter that computes such a derivative is known as a differentiator. Before we design such a discrete-time differentiating filter, let us review some of the fundamentals. A Derivative The following quote is attributed to Heraclitus, a Greek philosopher, from 535 BC. Change is the only constant in life. This was brought into the realm of science by Newton and Leibniz. The purpose of science is

Continue reading