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
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
2022-9-7
That was meant to be an answer… 🙂
回答(1 个)
William Rose
2022-9-7
0 个投票
Mehreb, see my comment please. Good luck with your work.
类别
在 帮助中心 和 File Exchange 中查找有关 AI for Signals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!