How to apply STFT and convert it into Time frequency Image In MATLAB
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, I hope you all are doing well. I have the following signal generated from example https://www.mathworks.com/help/deeplearning/ug/modulation-classification-with-deep-learning.html.
I want to apply STFT then convert it into Time frequency image for training Resnet50
0 件のコメント
回答 (1 件)
Chunru
2022 年 6 月 2 日
load frame8PSK001
whos
nfft=128;
% doc spectrogram for more details
spectrogram(frame, hamming(nfft), nfft/2, nfft, 'centered')
3 件のコメント
Chunru
2022 年 6 月 2 日
I don't understand your question. For data with different modulations, you will get different images with the same spectrogram function.
参考
カテゴリ
Help Center および File Exchange で Time-Frequency Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!