- 16
- 0
- 约5.22千字
- 约 4页
- 2020-08-14 发布于广东
- 举报
波器;
实验七、基于Matlab 的模拟
[Hb,f] = freqz(hhb,1,1024,fs);
信号传输系统实验报告 st_pb=fftfilt(hhb,yin);
subplot(2,1,2);
幅度的调制解调 plot(t,st_pb);title( 加噪后频谱
);
1,AM调制原 axis([1e-3 4e-3 -5 5]);
figure;
st_noise=st_pb.*xc;
subplot(2,1,1);
plot(t,st_noise);title( 带通滤波
后 );
2,AM 的解调原
axis([1e-3 4e-3 -2 2]);
fcutsl=[2500 30000]; %%混频后
Sam(t ) Sp(t) 低通滤波
LPF
Sd(t) magsl=[1 0];
devsl=[0.01 0.05];
[nl,Wnl,betal,ftypel] =
c(t)=coswc kaiserord(fcutsl,magsl,devsl,fs)
t ;
hhl=fir1(nl,Wnl,ftypel,kaiser(n
l+1,betal),noscale );
相干解调的一般模型
st_pl=fftfilt(hhl,st_noise);
subplot(2,1,2);
%041210308AM调制解调部分代码 plot(t,st_pl);title( 带通滤波后频
close all; 谱 );
clear; axis([1e-3 4e-3 0 1]);
clc; grid;
……
figure;
yin=awgn(y1,3);
subplot(2,1,1);
plot(t,yin); title( 加噪后信号 );
%%加噪声后的信号
axis([1e-3 4e-3 -5 5]);
fcutsb=[16000175002250024000];
%%接收机前端带通滤波
magsb=[0 1 0];
devsb=[0.05 0.01 0.05];
[nb,Wn
原创力文档

文档评论(0)