
실행오류 : "audioDatastore에는 Signal_Blocks 라이선스가 필요합니다." 가 나오는데 어떻게 해야하는지요?
3 views (last 30 days)
Show older comments
심층 학습을 사용해 음성 명령 인식하기의 예제(아래 사이트)를 실행하려고 했는데 첫부분에서 다음과 같은 오류가 나오는데요
datafolder = 'D:\data\speech_commands';
ads = audioDatastore(datafolder, ...
'IncludeSubfolders',true, ...
'FileExtensions','.wav', ...
'LabelSource','foldernames')
ads0 = copy(ads);
코드 실행시 ==>
"audioDatastore에는 Signal_Blocks 라이선스가 필요합니다"는 오류가 나옵니다.
참고로,
매트랩 2019b 평가판을 다운로드하여 PC에서 사용중에 있으며
음성파일은 위 예제사이트에서 다운로드하여 압축을 풀어서 datafolder에 넣었습니다.
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!