difference between DLSTFT and STFT function
Mostra commenti meno recenti
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 Commenti
William Rose
il 7 Set 2022
@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
il 7 Set 2022
That was meant to be an answer… 🙂
Risposte (1)
William Rose
il 7 Set 2022
0 voti
Mehreb, see my comment please. Good luck with your work.
Categorie
Scopri di più su AI for Signals in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!