Getting this error in the following code:Error using audiowrite (line 116) Expected input to be real. Error in ll85 (line 102) audiowrite​('masked.w​av',y,fs);

16 visualizaciones (últimos 30 días)
Error using audiowrite (line 116)
Expected input to be real.
Error in ll85 (line 102)
audiowrite('masked.wav',y,fs);

Respuestas (1)

Voss
Voss el 1 de Dic. de 2021
Sounds like one or both of your variables y and fs has a non-zero imaginary part. You can use isreal to check on that.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by