Additive White Gaussian Noise
14 ビュー (過去 30 日間)
古いコメントを表示
Write a program to generate a pure sine wave frequency of 80Hz and add Additive White Gaussian Noise with signal to noise ratio (SNR) of 10dB using awgn command.
Please help.
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 9 月 26 日
You can generate the sine wave using sin() function: https://www.mathworks.com/help/matlab/ref/sin.html. Note that you can get a particular frequency sine wave by using the formula where f is the frequency you want, and t is the vector of time values. Then use awgn(): https://www.mathworks.com/help/comm/ref/awgn.html to add the required level of noise.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Propagation and Channel Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!