• [email protected]
dsp.systems
  • Jurnal
  • Theory
  • Mathematics
  • Implementation
  • Dictionary
  • About
Sign In

Logarithm

ValkanPavlov Mathematics 18 August 2026

The logarithm is a mathematical operation that answers the question: "To what exponent must I raise a base to get a given number?" It is the inverse of exponentiation. If 10² = 100, then the logarithm of 100 with base 10 is exactly 2 (written as log₁₀(100) = 2). Although it may seem abstract, the logarithm is one of the most practical tools in science, engineering, finance, and computer science – wherever quantities vary over extremely wide ranges.

Imagine you are measuring the intensity of an earthquake. An earthquake of magnitude 5 on the Richter scale is 10 times stronger than one of magnitude 4, but a full 100 times stronger than magnitude 3. The Richter scale is logarithmic. The same is true for sound – our ears perceive loudness logarithmically. If you increase the amplifier power by 10 times, you will hear only about twice as loud. That is why we use decibels (dB) – they are a logarithmic measure that maps huge power ratios to understandable numbers like 0 dB, 3 dB, 10 dB, and so on.

Read more: Logarithm

Normalisation

ValkanPavlov Mathematics 21 July 2026

Normalisation is the process of scaling a signal or a set of values so that they fit within a desired range or have a specific statistical property. It is a fundamental operation in digital signal processing, used to prepare data for analysis, improve numerical stability, or enable meaningful comparisons between different signals.

There are several common types of normalisation, each serving a different purpose.

Peak Normalisation

Peak normalisation scales a signal so that its maximum absolute value equals a target level, usually 1.0 or a specified dB level. This preserves the shape of the waveform while adjusting its overall amplitude.

For a signal $x[n]$, the peak-normalised output is:

Read more: Normalisation

Bode plot

ValkanPavlov Mathematics 31 May 2026
  • z-domain

The Bode plot is a graphical representation of a linear system's frequency response. It shows two things together: gain in decibels and phase shift in degrees. The horizontal axis uses a logarithmic scale for frequency. The vertical axes are linear – decibels for gain, degrees for phase. Bode plots are essential for understanding filters, amplifiers, and control systems.

Think of it this way – you send a sine wave into a system and slowly increase the frequency. At very low frequencies, the output matches the input perfectly. As you approach the system's limits, the output becomes quieter (gain drops) and arrives later (phase lags). The Bode plot captures this entire behavior in one picture.

Read more: Bode plot

The Bessel function

ValkanPavlov Mathematics 19 April 2026
  • Window function
  • Spectral leakage
  • Kaiser window
  • Bessel function

The Bessel function of the first kind is a special mathematical function that appears in many areas of physics and engineering, including wave propagation, vibrations, and digital signal processing.

In digital signal processing, it is especially important because it is used in the definition of the Kaiser window, one of the most flexible window functions for spectral analysis.

The most commonly used version in DSP is the zero-order modified Bessel function:

\[ I_0(x) \]

This function does not oscillate like sine or cosine functions. Instead, it produces a smooth, symmetric curve that grows in a controlled exponential-like manner.

Read more: The Bessel function

Page 3 of 3

  • 1
  • 2
  • 3
© 2026 dsp.systems
  • Jurnal
  • Theory
  • Mathematics
  • Implementation
  • Dictionary
  • About