我们做的项目是毫米波相关的,我的问题出在设备调试这里。我们的射频前端TX&RX都与PC直连,并用GUI控制参数,再由一个USRP处理发送和接收信号。 其他部分都连接好了之后,在调GUI参数这里有一点问题。 其中GUI如下图(一个是TX的一个是RX的)

如图红框里的选项,本来我们的设备从USRP中接出来信号是I/Q 信号,但是当我们在GUI中选择I channel 和Q channel还有对应的FM off的时候,显示没有了信号(频域上几乎不见源信号)。这是为什么呢?
在这个前端的说明书里是这样介绍这三个选择框的:
The FM on/off control box (TX only) activates the additional FM switching modulators in the I/Qmodulation stage. When selected, FSK type modulation can be set up by using the FMI and FMQ baseband signal inputs in conjunction with the I and Q signal inputs
The AM / I-Channel control box (RX only) selects the I-channel demodulator (default) or the AM detector. When the AM detector is selected, its output signal is routed through the I baseband channel.
The FM / Q-Channel control box (RX only) selects the Q-channel demodulator (default) or the FM detector. When the FM detector is selected, its output signal is routed through the Q baseband channel.
我们在硬件接线,接baseband input 的时I和Q那四条线,而不是FM I 和FM Q那四条线,但仍需要FM on才有信号。 我尝试过接FM I 和FM Q那四条线,但是显示没有信号。
我的猜测:在阅读pem001-mim之后我发现了一个需要注意的地方:There are optional FSK/MSK baseband data inputs for non-coherent modulation applications。这个non-coherent modulation非相干解调是指不需要提取载波信息的一种解调方法。通常来说,非相干解调方法,电路简单,实现容易,但是相较相干解调方法,其性能略有损失。相干解调需要接收机和载波同步;而非相干解调不使用乘法器,不需要接收机和载波同步。由于两个前端的时钟不同步(?前端时钟跟载波有关系?),以至于在测试当中选择I 、Q channel反而得不到源信号,现在之所以检测到了信号是因为非相干解调方式不需要使用同步的载波。所以为了更好的性能(信号质量)需要我们做到同步!(?存疑)。