stft for complex data
Ältere Kommentare anzeigen
Hello,
I have I and Q signals and want to see my data in frequency domain. So is there any way to get stft of I and Q signals in complex form ?
Thanks.
2 Kommentare
Mathieu NOE
am 6 Apr. 2021
hello
I and Q are real valued data ? not complex I assume , so you can do stft of each one
nur dsc
am 6 Apr. 2021
Antworten (1)
Bjorn Gustavsson
am 6 Apr. 2021
Shouldn't that be as simle as:
Acmplx = I + 1i*Q;
spec = fft(Acmplx); % or spectrogram etc
HTH
2 Kommentare
nur dsc
am 12 Apr. 2021
Bjorn Gustavsson
am 12 Apr. 2021
What is the I and Q signals you have? Explicitly.
If you have the original signal there is no need to Hilbert-transform before doing the STFT-analysis.
Kategorien
Mehr zu Short-Time Fourier Transform finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!