Why are the functions constSincNet and SincNetLayer absent in the "Speaker Identification Using Custom SincNet" example?

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

 채택된 답변

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개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2025b

질문:

2025년 12월 21일

댓글:

2025년 12월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by