在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
AWGN:在某一信号中加入高斯白噪声 clear all; % To specify the power of X to be 0 dBW and add noise to produce % an SNR of 10dB, use: X = sqrt(2)*sin(0:pi/8:6*pi); Y = awgn(X,10,0); % To specify the power of X to be 3 Watts and add noise to % produce a linear SNR of 4, use: Y1 = awgn(X,4,3,'linear'); % To cause awgn to measure the power of X and add noise to % produce a linear SNR of 4, use: Y2 = awgn(X,4,'measured','linear'); % subplot(411); plot(X); subplot(412); plot(Y); subplot(413); plot(Y1); subplot(414); plot(Y2);
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论