Voice Toolbox Matrix Dimensions Must Agree
이전 댓글 표시
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?
답변 (1개)
Walter Roberson
2015년 9월 4일
0 개 추천
You would get that error if you passed in multiple channels in your input signal. Pass in only one channel at a time.
카테고리
도움말 센터 및 File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!