Why are the functions constSincNet and SincNetLayer absent in the "Speaker Identification Using Custom SincNet" example?
조회 수: 11 (최근 30일)
이전 댓글 표시
In the example "Speaker Identification Using Custom SincNetLayer and Deep Learning" (Audio Toolbox, Deep Learning Toolbox) it's written that the following functions constSincNet.m and SincNetLayer.m are attached to the example. Unfortunately they are not. Could you please inform where can I find the corresponding code?
Best,
IM
댓글 수: 0
채택된 답변
Steven Lord
대략 5시간 전
Please click on the "Copy Command" button in the upper-right corner of the example page then paste that command into MATLAB and run it. Alternately, click "Open Example in MATLAB Online" if you are using MATLAB Online. This will cause MATLAB to open the example and change to the directory containing the files for the example, which may include helper functions that were created for the example rather than being part of the product(s) the example uses.
For example, when I click "Open Example in MATLAB Online" on this example's page, the folder that becomes the current folder contains a file sincNetLayer.m. It does not contain a file named constSincNet.m but that's because constSincNet is a variable created by the call to trainnet on line 147.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!