freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于matlab的qpsk系統(tǒng)仿真設(shè)計(jì)與實(shí)現(xiàn)(編輯修改稿)

2025-07-24 18:20 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 nes(1,800)。for i=1:tt if (t(i)=1 amp。 t(i)=1) | (t(i)=5amp。 t(i)=7)。 x1(i)=1。 else x1(i)=1。 endendt1=[0::]。t2=0::。t3=1::。t4=0::。tt1=length(t1)。x2=ones(1,800)。for i=1:tt1 if (t1(i)=0 amp。 t1(i)=2) | (t1(i)=4amp。 t1(i)=8)。 x2(i)=1。 else x2(i)=1。 endendf=0::1。xrc=+*cos(pi*f)。y1=conv(x1,xrc)/。y2=conv(x2,xrc)/。n0=randn(size(t2))。f1=1。i=x1.*cos(2*pi*f1*t)。q=x2.*sin(2*pi*f1*t1)。I=i(101:800)。Q=q(1:700)。QPSK=sqrt(1/2).*I+sqrt(1/2).*Q。QPSK_n=(sqrt(1/2).*I+sqrt(1/2).*Q)+n0。n1=randn(size(t2))。i_rc=y1.*cos(2*pi*f1*t3)。q_rc=y2.*sin(2*pi*f1*t4)。I_rc=i_rc(101:800)。Q_rc=q_rc(1:700)。QPSK_rc=(sqrt(1/2).*I_rc+sqrt(1/2).*Q_rc)。QPSK_rc_n1=QPSK_rc+n1。figure(1)subplot(4,1,1)。plot(t3,i_rc)。axis([1 8 1 1])。ylabel(39。a序列39。)。subplot(4,1,2)。plot(t4,q_rc)。axis([1 8 1 1])。ylabel(39。b序列39。)。subplot(4,1,3)。plot(t2,QPSK_rc)。axis([1 8 1 1])。ylabel(39。合成序列39。)。subplot(4,1,4)。plot(t2,QPSK_rc_n1)。axis([1 8 1 1])。ylabel(39。加入噪聲39。)。效果圖:% 設(shè)定 T=1,加入高斯噪聲clear allclose all% 調(diào)制bit_in = randint(1e3, 1, [0 1])。bit_I = bit_in(1:2:1e3)。bit_Q = bit_in(2:2:1e3)。data_I = 2*bit_I+1。data_Q = 2*bit_Q+1。data_I1=repmat(data_I39。,20,1)。data_Q1=repmat(data_Q39。,20,1)。for i=1:1e4 data_I2(i)=data_I1(i)。 data_Q2(i)=data_Q1(i)。end。f=0::1。xrc=+*cos(pi*f)。data_I2_rc=conv(data_I2,xrc)/。data_Q2_rc=conv(data_Q2,xrc)/。f1=1。t1=0::1e3+。n0=rand(size(t1))。I_rc=data_I2_rc.*cos(2*pi*f1*t1)。Q_rc=data_Q2_rc.*sin(2*pi*f1*t1)。QPSK_rc=(sqrt(1/2).*I_rc+sqrt(1/2).*Q_rc)。QPSK_rc_n0=QPSK_rc+n0。% 解調(diào)I_demo=QPSK_rc_n0.*cos(2*pi*f1*t1)。Q_demo=QPSK_rc_n0.*sin(2*pi*f1*t1)。% 低通濾波I_recover=conv(I_demo,xrc)。 Q_recover=conv(Q_demo,xrc)。I=I_recover(11:10010)。Q=Q_recover(11:10010)。
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1