Deep Learning Speech Recognition Example, Problem with designAuditoryFilterBank

조회 수: 1 (최근 30일)
Hi,
I am trying to run the Deep Learning Speech Recognition Example (see link: https://www.mathworks.com/help/deeplearning/examples/deep-learning-speech-recognition.html) and I am having a proble with designAuditoryFilterBank. The error that I am getting is: "Undefined function or variable 'designAuditoryFilterBank'."
I check to see if I have Audio toolbox installed and I do....

채택된 답변

Steven Lord
Steven Lord 2019년 10월 20일
If you look at the end of the documentation page for the designAuditoryFilterBank function it says that this function was introduced in release R2019b. I suspect you're using an older release.
The online documentation is for the current release (right now that is release R2019b) so if you're using an older release you might want to check when the function you're trying to use was introduced, or check the documentation included as part of your local installation.
  댓글 수: 1
Katarina Vuckovic
Katarina Vuckovic 2019년 10월 20일
편집: Katarina Vuckovic 2019년 10월 20일
Thanks, I am using 2019a. Is there an alternative that I can use in 2019a version? I would hate to reinstall everything.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

jibrahim
jibrahim 2019년 10월 23일
Hi Katarina,
Here is the R2019a version of the example:
If you have R2019a, you should have access to the source code. That version of the demo uses the function melSpectrogram to generate the auditory spectrograms.

카테고리

Help CenterFile Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by