Questions tagged [time-frequency]
216 questions
18
votes
1 answer
What's the difference between the Gabor and Morlet wavelets?
The Gabor wavelet is a kind of the Gaussian modulated sinusoidal wave (source)
Gabor wavelets are formed from two components, a complex sinusoidal carrier and a Gaussian envelope. (source)
and
In fact, the wavelet shown in Figure 2a…
endolith
- 14,765
- 7
- 63
- 114
11
votes
2 answers
Synchrosqueezing Wavelet Transform explanation?
How does Synchrosqueezing Wavelet Transform work, intuitively? What does the "synchrosqueezed" part do, and how is it different from simply the (continuous) Wavelet Transform?
OverLordGoldDragon
- 3,570
- 2
- 6
- 30
10
votes
4 answers
Why LTI system cannot generate new frequencies?
Why $Y (\omega) = X(\omega)H(\omega)$ implies that an LTI system cannot
generate any new frequencies?
Why if a system generates new frequencies, then it is not LTI?
USER
- 125
- 1
- 6
8
votes
1 answer
Least Squares Re Synthesis of Short Time Fourier Transform (STFT)
Working with my own MATLAB implementation of the short-time Fourier transform (STFT), I've managed to write code for the analysis step where a 1D time-domain signal $s[t]$ is progressively windowed, taken into the Fourier domain and arranged in a 2D…
Nicholas Kinar
- 943
- 2
- 8
- 15
8
votes
1 answer
What's the similarities and differences between Wigner transform and wavelet transform?
Wigner transform and continuous wavelet transform are both some kind of time-frequency representation of a signal.
What are the similarities and differences between them? Could you give some comparison between them? Let's restrict ourselves in 1D…
xslittlegrass
- 173
- 1
- 8
7
votes
2 answers
Amplitude of the Signal in Frequency Domain different from Time Domain
How does the Amplitude of the Signal is changed when taking the FFT of a Signal,
Have a look,
The amplitude had changed from 2 to 30,
and Here is my code for generating the above output,
f=1e3; %Frequency of Wave
A=2; %Amplitude
Fs = 1e6; …
Sufiyan Ghori
- 2,065
- 11
- 32
- 49
7
votes
1 answer
Doppler shift in time domain?
I have some clarifications required in this topic
So initially I know that to shift a signal $X(f)$ by $f_0$ we need to take its inverse fourier transform and multiply it with a factor of $\exp(−j2\pi f_0)$.
Now as I understand it, in the frequency…
Avinash Suresh
- 71
- 2
7
votes
1 answer
Match Filter in Time-Frequency domain instead of just Time domain. Redundant, or better?
Assume you have a signal, and within it, some pulses are present. A pulse is a simple tone. You know the pulses' duration and shape. (Let us assume that a pulse is made of a couple of cycles, and then to which all those cycles are multiplied by a…
Spacey
- 9,211
- 8
- 38
- 78
6
votes
2 answers
Fourier Transform with both Time Delay and Frequency Shift
I know that the Fourier transform of a function with time delay can be written as: $$\mathscr{F}\big\{x(t-t_0)\big\}=X(f)e^{-j2\pi f t_0}$$
The Fourier transform of a function with frequency shift can also be written as:…
tamuno
- 63
- 1
- 7
6
votes
3 answers
Continuous Wavelet Transform with Scipy.signal: what is parameter "widths" in cwt() function? How do time-frequency?
I search to display a time-frequency signal with an original discrete temporal signal (sampling step = 0.001sec). I use Python and the library Scipy.signal. I use the function cwt(data, wavelet, widths) to do a continuous wavelet transform, with the…
ArnoNoo
- 63
- 1
- 1
- 4
5
votes
2 answers
Wavelet Transform and STFT
How wavelet transform is different from STFT.
I'm not able to understand what is resolution in frequency domain means?
Avinash Baldi
- 115
- 1
- 4
5
votes
1 answer
Possibility of temporal super resolution
I've been reading some papers in the context of super resolution in imaging and video (for example works by Michal Irani [1], [2] and so forth), and was wondering if a similar idea can be applied with improving the temporal resolution of waveforms.…
bla
- 576
- 1
- 3
- 14
5
votes
2 answers
Extracting Peak Frequencies Using FFT vs. Time Domain Peak Finding
I am trying to compare two processing algorithms that I believe should be producing very similar results. I am processing acceleration signals over the course of the day and we expect to see a decrease in dominant frequency midday and an increase in…
Dom
- 51
- 3
5
votes
2 answers
In the formula for the windowed Fourier transform, why is the complex-exponential term not time-shifted to the position of the window?
I have a question about the "windowed / short-time / short-term" Fourier transform that is somewhat perplexing me. I have now added an Addendum at the bottom, where the issue is presented more concisely through an example.
$ $
Idea of the Fourier…
Julian Newman
- 247
- 1
- 7
5
votes
1 answer
Discrete wavelet transform; how to interpret approximation and detail coefficients?
I am trying to understand Wavelet transform. So far I have understood the basic theory of it. But I am not able to get my head around how to interpret both coefficients.
I am using PyWavelets package of python, I have a time-series data for 1 year…
Yash
- 51
- 1
- 3