摘要: Qpsk 调制 function ModSig = QpskMod(SrcBit,PhaseOffset) SrcBitLen = length(SrcBit); if(mod(SrcBitLen,2) ~= 0) error('The Bit length must be the 2N!'); e 阅读全文
posted @ 2023-03-01 20:06 中原狼 阅读(163) 评论(1) 推荐(0)