QPSK和4QAM代码.doc

QPSK和4QAM代码.doc

ID:48386211

大小:33.00 KB

页数:6页

时间:2019-08-04

QPSK和4QAM代码.doc_第1页
QPSK和4QAM代码.doc_第2页
QPSK和4QAM代码.doc_第3页
QPSK和4QAM代码.doc_第4页
QPSK和4QAM代码.doc_第5页
资源描述:

《QPSK和4QAM代码.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、%Defaultparameters%QOSKNN=256;%numberofsymbolstb=0.5;%bittimep0=1;%powerfs=16;%samples/symbolebn0db=[0:1:15];%Eb/N0vector[b,a]=butter(5,1/16);%transmitterfilterparameters%%EstablishQPSKsignals%x=random_binary(NN,fs)+1i*random_binary(NN,fs);%QPSKsignaly1=x;%savesignaly2a=y1*sqrt(p0);%sc

2、aleamplitude%%Transmitterfilter%y2=filter(b,a,y2a);%filteredsignal%%Matchedfilter%b=ones(1,fs);b=b/fs;a=1;%matchedfilterparametersy=filter(b,a,y2);%matchedfilteroutput%%Endofsimulation%%UsethesemianalyticBERestimator.Thefollowingsets%upthesemianalyticestimator.Findthemaximummagnitude%o

3、fthecrosscorrelationandthecorrespondinglag.%[cor,lags]=vxcorr(x,y);cmax=max(abs(cor));nmax=find(abs(cor)==cmax);timelag=lags(nmax);theta=angle(cor(nmax));y=y*exp(-1i*theta);%derotate%%NoiseBWcalibration%hh=impz(b,a);%receiverimpulseresponsenbw=(fs/2)*sum(hh.^2);%noisebandwidth%%Delayth

4、einput,anddoBERestimationonthelast128bits.%Usemiddlesample.Makesuretheindexdoesnotexceednumber%ofinputpoints.Ebshouldbecomputedatthereceiverinput.%index=(10*fs+8:fs:(NN-10)*fs+8);xx=x(index);yy=y(index-timelag+1);[n1,n2]=size(y2);ny2=n1*n2;eb=tb*sum(sum(abs(y2).^2))/ny2;eb=eb/2;[peidea

5、l,pesystem]=qpsk_berest(xx,yy,ebn0db,eb,tb,nbw);subplot(1,2,1)yscale=1.5*max(real(yy));plot(yy,'+')xlabel('DirectSample');ylabel('QuadratureSample');grid;axis([-yscaleyscale-yscaleyscale])subplot(1,2,2)semilogy(ebn0db,peideal,ebn0db,pesystem,'ro-');grid;xlabel('E_b/N_0(dB)');ylabel('Bi

6、tErrorRate')legend('AWGNReference','SystemUnderStudy')%Endofscriptfile.function[c,lags]=vxcorr(a,b)%Thisfunctioncalculatestheunscaledcross-correlationof2vectorsofthe%samelength.Theoutputlength(c)islength(a)+length(b)-1.%ItisasimplifiedfunctionofxcorrfunctioninmatlabR12usingthe%definiti

7、on:c(m)=E[a(n+m)*conj(b(n))]=E[a(n)*conj(b(n-m))]%a=a(:);%convertatocolumnvectorb=b(:);%convertbtocolumnvectorM=length(a);%sameaslength(b)maxlag=M-1;%maximumvalueoflaglags=[-maxlag:maxlag]';%vectoroflagsA=fft(a,2^nextpow2(2*M-1));%fftofAB=fft(b,2^nextpow2(2*M-1));%fftofBc=ifft(A.*con

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。