
실행오류 : "audioDatastore에는 Signal_Blocks 라이선스가 필요합니다." 가 나오는데 어떻게 해야하는지요?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    youjin ok
 am 4 Okt. 2019
  
    
    
    
    
    Kommentiert: youjin ok
 am 19 Okt. 2019
            심층 학습을 사용해 음성 명령 인식하기의 예제(아래 사이트)를 실행하려고 했는데 첫부분에서 다음과 같은 오류가 나오는데요
datafolder = 'D:\data\speech_commands';
ads = audioDatastore(datafolder, ...
    'IncludeSubfolders',true, ...
    'FileExtensions','.wav', ...
    'LabelSource','foldernames')
ads0 = copy(ads);
코드 실행시 ==>
"audioDatastore에는 Signal_Blocks 라이선스가 필요합니다"는 오류가 나옵니다.
참고로, 
매트랩 2019b 평가판을 다운로드하여 PC에서 사용중에 있으며
음성파일은 위 예제사이트에서 다운로드하여 압축을 풀어서 datafolder에 넣었습니다.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
				Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
