Voice Toolbox Matrix Dimensions Must Agree
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to use the voice toolbox from Athaanasios Tsanas to produce data from a .wav file. But when I attempt to use the voice_toolbox.m function it throws two errors: Error using - Matrix dimensions must agree.
Error in voice_analysis (line 130) data = data - mean(data);
What can I do to rectify this?
0 commentaires
Réponses (1)
Walter Roberson
le 4 Sep 2015
You would get that error if you passed in multiple channels in your input signal. Pass in only one channel at a time.
0 commentaires
Voir également
Catégories
En savoir plus sur Acoustics, Noise and Vibration dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!