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
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 ExchangeSignal Processing Toolbox についてさらに検索

質問済み:

2015 年 9 月 3 日

回答済み:

2015 年 9 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by