Fourier series, Fourier transform, short-time Fourier transform formula

Fourier series, Fourier transform and short-time Fourier transform are commonly used tools in signal processing, which can help us analyze the spectral structure and periodic characteristics of signals. The following is a detailed introduction to these three concepts:

Fourier series
The Fourier series is a representation that decomposes a periodic signal into a set of sine and cosine functions. It is based on Fourier's theorem that any periodic signal can be expressed as the sum of a series of sine and cosine functions. These sine and cosine functions are called fundamental frequencies, and they have different frequencies and amplitudes that describe the spectral structure and periodicity of periodic signals.

The formula for the Fourier series is:

f ( t ) = a 0 2 + ∑ n = 1 ∞ [ a n c o s ( n ω t ) + b n s i n ( n ω t ) ] f(t) = \frac{a_0}{2} + \sum_{n=1}^{\infty} [a_n cos(n\omega t) + b_n sin(n\omega t)] f(t)=2a0+n=1[ancos(t)+bnsin(t)]

where f ( t ) f(t)f ( t ) is a periodic signal,ω \omegaω is the fundamental frequency,a 0 a_0a0 a n a_n anand bn b_nbnare coefficients and can be computed by computing the projection of the signal onto the fundamental frequency. Fourier series is very useful in the periodic analysis of signals, which can help us understand the periodic characteristics and frequency components of signals.

Fourier Transform
The Fourier Transform is a representation that decomposes a non-periodic signal into a set of sine and cosine functions. It is based on Fourier's theorem that any signal can be expressed as the sum of a series of sine and cosine functions. These sine and cosine functions are called fundamental frequencies, and they have different frequencies and amplitudes that describe the spectral structure and frequency characteristics of the signal.

The formula for the Fourier transform is:

F ( ω ) = ∫ − ∞ ∞ f ( t ) e − i ω t d t F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-i\omega t} dt F ( ω )=f(t)etdt

where f ( t ) f(t)f ( t ) is a non-periodic signal,ω \omegaω is the frequency,F ( ω ) F(\omega)F ( ω ) is the signal at frequencyω \omegaThe projection on ω , e − i ω te^{-i\omega t}et is a complex exponential function. Fourier transform is very useful in the frequency domain analysis of signals, which can help us understand the frequency components and spectral structure of signals.

Short-time Fourier transform
The short-time Fourier transform is a method for spectral analysis of non-stationary signals. It divides the signal into time slices and performs a Fourier transform on each time slice. In this way, the representation of each time segment in the frequency domain can be obtained, so as to better understand the frequency characteristics and spectral structure of the signal.

The formula for the short-time Fourier transform is:

STFT ( t , ω ) = ∫ − ∞ ∞ f ( τ ) w ( τ − t ) e − i ω τ d τ STFT(t, \omega) = \int_{-\infty}^{\infty} f( \tau)w(\tau-t)e^{-i\omega \tau} d\tauSTFT(t,oh )=f ( τ ) w ( τt)eτ dτ

where f ( τ ) f(\tau)f ( τ ) is a non-stationary signal,w ( τ − t ) w(\tau-t)w ( tt ) is the window function,STFT ( t , ω ) STFT(t, \omega)STFT(t,ω ) is the signal at timettt and frequencyω \omegaprojection on ω . The short-time Fourier transform is very useful in the time-frequency analysis of signals, which can help us understand the time-frequency characteristics and spectral structure of signals.

In general, Fourier series and Fourier transform are methods for spectral analysis of periodic and non-periodic signals, while short-time Fourier transform is a method for spectral analysis of non-stationary signals. These tools are very useful in signal processing, which can help us understand the time domain and frequency domain characteristics of the signal, so as to better analyze and process signal data.

Guess you like

Origin blog.csdn.net/qq_22815083/article/details/130389450