Determining the Bandwidth of A Pulse

Quote of the Day

The odds are good, but the goods are odd.

— Statement made by an Alaskan woman after she told me that there were 1.6 men for every woman in her town.


Introduction

Figure 1: Power Lines are Hazardous for Low-Flying Airplanes.

Figure 1: Power Lines are Hazardous for Low-Flying Airplanes.

I was reading an article in Photonics Spectra magazine about the use of a laser radar system to assist pilots in detecting wires while flying low (Figure 1), and I saw two commonly used bandwidth estimation formulas that most engineers do not think much about. I have worked on laser radar systems in my past and the bandwidth of these systems drives their cost and performance. I thought it would be useful to review how engineers estimate the bandwidth required for the pulse detection circuits used in these systems.

I should point out that electrical circuits process signals that vary in time, but these circuits are usually designed based on the frequency content of the signals being processed. A co-worker once told me that

Electronic systems are hard to design using time-based approaches (e.g. differential equations), but are relatively easy to design using frequency-based approaches (e.g. Bode plots). Unfortunately, it is relatively hard to test electronic systems using frequency-based approaches, but these same systems are usually easy to test using time-based methods (e.g. oscilloscopes). Thus, we need to become proficient at switching between both time and frequency points of view.

I have found this bit of wisdom to often be true.

Background

Why do we care about bandwidth?

The bandwidth of a circuit tells us the range of signals that the circuit must process in order to meet the performance requirements of the system. Unfortunately, narrowband problems are easier and cheaper to solve than wideband problems.

Definitions

The words "narrow" and "wide" are relative terms. Thus, the definitions of narrowband and wideband are relative terms as well.

Narrowband
A narrowband circuit is a circuit that can process the signals through it as if were a single frequency.
Wideband
A wideband circuit is a circuit that must process a range of frequencies that cannot be treated as if they were a single frequency.

My Objective

In practice, all real signals have infinite bandwidth. Because real circuit cannot process infinite bandwidth signals, we need to approximate infinite bandwidth signals with finite bandwidth signals. In general, wider bandwidth implies a greater percentage of the signal energy or power being processed by the circuit. For the discussion that follows, I will be working with energy because a pulse has finite energy and this radar detects pulses. The same type of analysis holds for random pulse sequences or continuous waveforms, which have a finite power level. You use power for signals that exist for long times (theoretically, infinitely long) and energy for signals that exist for finite times.

There are two common bandwidth approximations used in electrical engineering.

  • \displaystyle BW=\frac{1}{2\cdot \tau }\text{ }\to {{E}_{Circuit}}=77.4\%\cdot {{E}_{Signal}}
  • \displaystyle BW=\frac{1}{\tau }\text{ }\to {{E}_{Circuit}}=90.3\%\cdot {{E}_{Signal}}

where

  • ESignal is the total energy in a pulse.
  • ECircuit is the total pulse energy processed by the circuit.
  • τ is the pulse width.
  • BW is the circuit bandwidth.

Analysis

I will approach the problem in two stages:

  • Derive the Fourier Transform of a Pulse Signal

    This is a direct application of the Fourier Transform to a normalized pulse waveform (unit width and height).

  • Derive a Formula for the Percentage of Signal Energy As a Function of Bandwidth

    Higher fidelity systems process a higher percentage of the total signal energy. I will derive an expression for the signal energy percentage as a function of circuit bandwidth and will plot it.

Derivation

Figure 2 shows my derivation of the Fourier transform of a unit pulse.

Figure 2: Definition of the Fourier Transform of a Pulse.

Figure 2: Definition of the Fourier Transform of a Pulse.

Energy Percentage Versus Bandwidth

Figure 3 shows my derivation of a formula for the percentage of signal energy as a function of bandwidth.

Figure 3: Energy Versus Bandwidth

Figure 3: Energy Versus Bandwidth

Conclusion

While reading the article mentioned in the introduction, I started to wonder what fraction of the signal energy was being processed by the circuit. I could not remember the energy fractions, so I decided to re-derive them here.

This entry was posted in Electronics. Bookmark the permalink.

2 Responses to Determining the Bandwidth of A Pulse

  1. Brian says:

    I believe you're incorrect. In figure 3 you use the phrase "Percentage of signal power transferred through a bandwidth f". Since you're integrating from -f to +f you're really looking at a bandwidth of 2f. Therefore, you're 77.4% calculation actually coincides with B = 1/tau, because you are integrating from -0.5 to +0.5 which is normalized bandwidth of 1 = 1/tau = 1/1 .... you're 90.3% calculation coincides with B = 2/tau. To do B = 1/(2tau) you would integrated from normalized bandwidth f = -0.25 to +0.25, which I personally have never seen before.

    • mathscinotes says:

      Sorry it has taken me so long to reply ... I do not look at my older posts often. The reason I wrote the post was to duplicate the analysis I saw in a magazine article. While researching some statements I saw in the article mentioned in my intro, I noticed a graph in this IEEE article that I wanted to duplicate. This formula duplicates that chart (see the Fig. 5, the BPSK line). I also was able to find this section of a textbook that also describes this calculation – same as what I have here.

      Anyway, I believe the equation and the graph are correct and I have found similar peer-reviewed material.

      mathscinotes

Comments are closed.