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!