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

11 views (last 30 days)
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

Accepted Answer

Steven Lord
Steven Lord about 5 hours ago
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.

More Answers (0)

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Products


Release

R2025b

Community Treasure Hunt

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

Start Hunting!