![]() |
matlab初学者求助
%*************************** MSK Modulation ********************************
[ich,qch]=qpskmod(data1,1,nd/2,2); smooth1=cos(pi/2*[-1+1./4.*[0:IPOINT-1]]); %IPOINT point filtering for ii=1:length(ich) ich2((ii-1)*IPOINT+1:ii*IPOINT)=(-1)^(ii-1)*smooth1.*ich(ii);%? qch2((ii-1)*IPOINT+1:ii*IPOINT)=(-1)^(ii-1)*smooth1.*qch(ii);%? end msk是如何利用qpsk调制的,上面的smooth是用来?谢谢 |
所有时间均为北京时间。现在的时间是 11:19。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.