How to do inversespectrogram in matlab?

I am using "spectrogram" function to a signal. Now I wish to convert back the original signal. Can anybody help me inthis regard? Is there any function to get back the original signal like "inversespectrogram"?
Ex: t = 0:0.001:2; x = chirp(t,100,1,200,'quadratic'); [SE,FE,TE]=spectrogram(x,128,120,128,1e3);
Here SE=spectrogram coefficients, TE=Time and FE=Frequency. Now I wish to get back my original signal "x". Please help me.
Thank you in advance.

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with Signal Processing Toolbox についてさらに検索

質問済み:

2018 年 4 月 24 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by