Why are the functions constSincNet and SincNetLayer absent in the "Speaker Identification Using Custom SincNet" example?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ilya
el 21 de Dic. de 2025 a las 14:15
Comentada: Ilya
el 21 de Dic. de 2025 a las 20:00
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 comentarios
Respuesta aceptada
Steven Lord
el 21 de Dic. de 2025 a las 15:22
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!