stft for complex data
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mathieu NOE
2021-4-6
hello
I and Q are real valued data ? not complex I assume , so you can do stft of each one
回答(1 个)
Bjorn Gustavsson
2021-4-6
Shouldn't that be as simle as:
Acmplx = I + 1i*Q;
spec = fft(Acmplx); % or spectrogram etc
HTH
2 个评论
Bjorn Gustavsson
2021-4-12
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Acoustics, Noise and Vibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!