📄 recoverinfochip.m
字号:
function [I_SymbolsRx,Q_SymbolsRx] = RecoverInfoChip(RayEstimate,SymbolsRx)SymbolsRx = (conj(RayEstimate)*SymbolsRx)/sqrt(abs(real(RayEstimate))^2+abs(imag(RayEstimate))^2);I_SymbolsRx = real(SymbolsRx);Q_SymbolsRx = imag(SymbolsRx);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -