Unrecognized function or variable 'gammatonegram'. Any reason why this is happening?
2 views (last 30 days)
Show older comments
[D2,F2] = gammatonegram(d,sr,0.025,0.010,64,50,sr/2,0);
If I execute this I get the error:
Unrecognized function or variable 'gammatonegram'.
0 Comments
Accepted Answer
KSSV
on 10 Oct 2022
It is not a inbuil function. You need to provide the function. A quick google lead me to this link:
You need to copy and paste/ download this code into your workspace to call or use it.
0 Comments
More Answers (0)
See Also
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!