실행오류 : "audioDatastore에는 Signal_Blocks 라이선스가 필요합니다." 가 나오는데 어떻게 해야하는지요?
Afficher commentaires plus anciens
심층 학습을 사용해 음성 명령 인식하기의 예제(아래 사이트)를 실행하려고 했는데 첫부분에서 다음과 같은 오류가 나오는데요
datafolder = 'D:\data\speech_commands';
ads = audioDatastore(datafolder, ...
'IncludeSubfolders',true, ...
'FileExtensions','.wav', ...
'LabelSource','foldernames')
ads0 = copy(ads);
코드 실행시 ==>
"audioDatastore에는 Signal_Blocks 라이선스가 필요합니다"는 오류가 나옵니다.
참고로,
매트랩 2019b 평가판을 다운로드하여 PC에서 사용중에 있으며
음성파일은 위 예제사이트에서 다운로드하여 압축을 풀어서 datafolder에 넣었습니다.
Réponse acceptée
Plus de réponses (1)
youjin ok
le 15 Oct 2019
0 votes
Catégories
En savoir plus sur 시간-주파수 분석 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!