실행오류 : "audioDatastore에는 Signal_Blocks 라이선스가 필요합니다." 가 나오는데 어떻게 해야하는지요?

3 views (last 30 days)
youjin ok
youjin ok on 4 Oct 2019
Commented: youjin ok on 19 Oct 2019
심층 학습을 사용해 음성 명령 인식하기의 예제(아래 사이트)를 실행하려고 했는데 첫부분에서 다음과 같은 오류가 나오는데요
datafolder = 'D:\data\speech_commands';
ads = audioDatastore(datafolder, ...
'IncludeSubfolders',true, ...
'FileExtensions','.wav', ...
'LabelSource','foldernames')
ads0 = copy(ads);
코드 실행시 ==>
"audioDatastore에는 Signal_Blocks 라이선스가 필요합니다"는 오류가 나옵니다.
참고로,
매트랩 2019b 평가판을 다운로드하여 PC에서 사용중에 있으며
음성파일은 위 예제사이트에서 다운로드하여 압축을 풀어서 datafolder에 넣었습니다.

Accepted Answer

Mink-Kyu Baek
Mink-Kyu Baek on 15 Oct 2019
평가판에서는 위 코드를 실행할 수 없습니다. 돈주고 아래 툴박스를 구매해야합니다.
캡처.PNG

More Answers (1)

youjin ok
youjin ok on 15 Oct 2019
감사합니다~!

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!