Unrecognized function or variable 'helperExtractAuditoryFeatures'
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to run this code - Speech Command Recognition using Deep learning - https://in.mathworks.com/help/deeplearning/ug/deep-learning-speech-recognition.html
but this error is coming - Unrecognized function or variable 'helperExtractAuditoryFeatures'
can someone please helpout. i would be really grateful. thanks.
0 Commenti
Risposte (3)
Brian Hemmat
il 22 Giu 2020
Hi Divya,
Please click the "open this example" button on the top right corner of the example. The "helperExtractAuditoryFeatures" function is a local function to the example. When you click the "open this example" button, the example is opened in a temporary directory and all necessary helper files are placed on path.
Thanks,
Brian
0 Commenti
KALYAN ACHARJYA
il 19 Giu 2020
I sense two possible reasons:
- Deep learning toolbox in not installed. (Type "ver" in the command window, it shows all installed toolboxes)
- You are using earlier version of MATLAB (prior 2017a)
Aayush Shah
il 19 Giu 2020
Hi Divya,
My understanding of your question is that you are getting an error “Unrecognized function or variable” while using the helperExtractAuditoryFeatures function of the deep learning library. There are multiple reasons for getting this error and they’re mentioned in the following post:
Each type of reason is well explained in the above link and your issue will be resolved with the information present there.
0 Commenti
Vedere anche
Categorie
Scopri di più su Pretrained Models in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!