channel_multipath.m
来自「OFDM的在瑞利信道下的与单载波信号的识别算法」· M 代码 · 共 8 行
M
8 行
function ry = channel_multipath(tx,temp_channel)
% Signal transmitted through the multipath channel and give the output
ry = filter(temp_channel,1,tx);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?