I have seen frequency-amplitude plane for fourier analysis however this time-frequency plane makes no sense to be. It lacks the amplitude information. What is the way to understand and interpret this a time-frequency plane and when/why do we need it at all?
2026-03-25 18:45:46.1774464346
What is time-frequency plane and when do we use it?
560 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ANALYSIS
- Analytical solution of a nonlinear ordinary differential equation
- Finding radius of convergence $\sum _{n=0}^{}(2+(-1)^n)^nz^n$
- Show that $d:\mathbb{C}\times\mathbb{C}\rightarrow[0,\infty[$ is a metric on $\mathbb{C}$.
- conformal mapping and rational function
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Elementary question on continuity and locally square integrability of a function
- Proving smoothness for a sequence of functions.
- How to prove that $E_P(\frac{dQ}{dP}|\mathcal{G})$ is not equal to $0$
- Integral of ratio of polynomial
Related Questions in WAVELETS
- Power spectrum of field over an arbitrarily-shaped country
- Are there analogues to orthogonal transformations in non-orientable surfaces?
- Can anyone please tell me how to calculate discrete wavelet transform of a derivatve?
- Orthogonality of Meyer Wavelets
- "There are no smooth, symmetric, compactly supported wavelets."
- analogue of Fourier transform where i is replaced by $sqrt{i}$
- Scaling function to form a multiresolution analysis
- Explicit formula of scaling coefficient for scaling function
- Is wavelet noise reduction just removing the higher frequency coefficients?
- Describe a signal presence in a time series
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The time-frequency plane comes up in a few different forms, but the simplest way to understand it is via short-time (or windowed) Fourier transforms. The STFT is defined to be
$$\mathcal{V}_gf(\omega, t) = \int_{-\infty}^{\infty} \frac{1}{\sqrt{2\pi}} e^{-i\omega t} g(t-\tau)f(\tau)\,d\tau$$
where $f,g$ are suitably nice functions (e.g. $f,g\in L^1(\mathbb{R})$ and $fg_t\in L^1(\mathbb{R})$). $g$ is called the windowing function, often taken to be a Gaussian, and $f$ is the signal you're analyzing. If $g \equiv 1$ this would of course just be the usual Fourier transform.
The role of $g$ here is to "cut out" portions of $f$ to analyze. The STFT's goal is to give you not only frequency information but temporal information. The usual Fourier transform can tell you that a certain range of frequencies is present and how prevalent they are (the relative area), but it cannot tell you at what time in the signal those frequencies occurred. The STFT's goal is to remedy this: you get local frequency information. Meaning that you can say with some certainty that certain frequencies occurred in a certain time period.
Two often used examples of STFTs are sheet music and equalizers. Sheet music tells you what notes to play at what times, meaning you have both temporal and frequency information. Equalizers show you what range of frequencies are occurring at the current time.
The time-frequency plane is then just the $(\omega,t)$ space that the STFT is built upon. Of course there are other ways to get to a time-frequency plane like doing a temporally-varying wavelet decomposition or something like that. The amplitude information is still there though, but now it is just in the value of $\mathcal{V}_gf$. It in some sense is like a three-dimensional space where the $xy$ plane is $(\omega,t)$ and the $z$ component is $|\mathcal{V}_gf|$.
As for why we need it, when you're doing a naive frequency analysis, you can often make some critical mistakes. Suppose that you're an audio engineer and you want to touch up a recorded performance by the band you're working with. There will be times where the singer accidentally hits a wrong note very briefly or there's an accidental cymbal crash that shouldn't be there. Well you've recorded a nearly perfect performance outside of a few minor details. If you did a naive filtering by just taking a Fourier transform and filtering out the frequency that you didn't want, you will remove that frequency from the whole song. That's not what you want at all. You want to be able to take that cymbal crash out at that specific moment. To accomplish this, you need to keep the temporal data. The STFT is what does this for you. There are also some nice uses for the STFT in geophysics when it comes to first arrivals of primary and secondary waves and such.