Adding white noise to an audio signal to obtain a targeted SNR
2 次查看(过去 30 天)
显示 更早的评论
Hi, I have an audio signal with an SNR of about 100db. My goal is to get multiple version of that signal with different targeted SNR levels: would like to have one version with an SNR of 99.5 db, and another one with 99db and again at 98db and so on. how can I generate this noise and add it to get the targeted SNR
0 个评论
回答(1 个)
chandrapal Singh
2017-12-4
you can try with this code. [ Output_noisy_signal, noise_value ] = generate_noisy( inp_signal, noise_value, snr );
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulation, Tuning, and Visualization 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!