Frequency domain and windowing
古いコメントを表示
Hello there,
I want my frequency domaine to be windowed by a 8192 and 4096 window. But unlike the examples online I don't generate my signal. It was recorded and afterwards transoformed into the frequency domaine.
So how do I write the code for the windowing with an already existing signal?
回答 (1 件)
Star Strider
2021 年 3 月 7 日
0 投票
It depends on the information you have. If you have the complex Fourier transform or the amplitude and phase information, it would be possible to invert it and then do the windowed Fourier transform. If all you have is the amplitude information, then (unfortunately) all hope to invert it is lost.
2 件のコメント
Leo Dokoza
2021 年 3 月 9 日
Star Strider
2021 年 3 月 9 日
Since you already have the time-domain data, just use that. I thought all you had was the Fourier transform of your data, and my Answer described how to recover the time-domain data from it.
カテゴリ
ヘルプ センター および File Exchange で Get Started with Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!