difference between DLSTFT and STFT function

what is the exact diffference between deep learning short time fourier transform and short time fourier transform?
I mean in function code not format of input and output!

2 件のコメント

William Rose
William Rose 2022 年 9 月 7 日
@mehrab, It appears to me that the dlstft uses dlarray objects for input and output by default. The stft uses normal numeric arrays. Therefore if you are already working with the DL toolbox, use the dlstft, because it will be convenient. Use stft if you are not otherwise using DL toolbox.
William Rose
William Rose 2022 年 9 月 7 日
That was meant to be an answer… 🙂

サインインしてコメントする。

回答 (1 件)

William Rose
William Rose 2022 年 9 月 7 日

0 投票

Mehreb, see my comment please. Good luck with your work.

カテゴリ

ヘルプ センター および File ExchangeAI for Signals についてさらに検索

質問済み:

2022 年 9 月 7 日

回答済み:

2022 年 9 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by