Error using Horzcat Dimensions

I am trying to write a code that investigates real-time processing of audio signals for the purpose of generating echos. I am getting the horzcat error. If someone can explain to me how to fix my dimensions, that would be greatly appreciated.

Antworten (1)

Walter Roberson
Walter Roberson am 4 Feb. 2021

0 Stimmen

We do not know what m is, but it is not a vector or array with one row, so y is not being initialized to one row as needed by that horzcat.
I recommend that you make y a column vector and change the padding appropriately. column vector would prevent confusion and clashes with the fact that audio data is expected to be one column per channel.

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 4 Feb. 2021

Kommentiert:

am 4 Feb. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by