搜索资源列表
matlab_WGN_funtion_for_Comunication_Theory
- Function that returns a row vector of WGN with same length as input signal.
awgn白噪声添加方法
- 在matlab中无论是wgn还是awgn函数,实质都是由randn函数产生的噪声。即:wgn函数中调用了randn函数,而awgn函数中调用了wgn函数。(The principle of AWGN adding white noise)