Info

This question is closed. Reopen it to edit or answer.

I am trying to add noise to an audio file to filter it later but not working. copy of my script is as follows:

1 view (last 30 days)
[y,Fs,nbits]=wavread('s1.wav','native'); y=y+rand(size(Y)); nbits =16 length(y)=20181150 Fs=48000
When I run the script it gives error: ??? Error using ==> randn Out of memory. Type HELP MEMORY for your options.
Pl help. Amit

Answers (0)

Community Treasure Hunt

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

Start Hunting!