change.txt
来自「802.11B在物理层上的仿真,DBPSK调制」· 文本 代码 · 共 8 行
TXT
8 行
Comments: Nice job, but there is no synchronization,
reshape function can be patched like this
Tx_chips_tmp = Barker*Tx_symbols';
Tx_chips=reshape(Tx_chips_tmp,prod(size(Tx_chips_tmp)),1);
% Multiply by barker and reshape to a columm
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?