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);

15 views (last 30 days)
Error using audiowrite (line 116)
Expected input to be real.
Error in ll85 (line 102)
audiowrite('masked.wav',y,fs);

Answers (1)

Voss
Voss on 1 Dec 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.

Community Treasure Hunt

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

Start Hunting!