How to add a filtered random noise to a wav
Show older comments
Hi, I am very new to Matlab and i have this problem: I have to generate a random noise , then filter it with a low pass filter, then add it to a wav. this is all i know how to do..
[s,fe,bits]=wavread('semnalUtil'); sound(s,fe)
Answers (1)
Sean de Wolski
on 13 Jan 2016
0 votes
Look at the app fdatool to build the filter and randn to generate random noise.
Categories
Find more on Digital Filter Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!