www.gusucode.com > OFDM_16QAM系统仿真源码程序 > OFDM_16QAM系统仿真源码程序/code/channel_multipath.m

    
function ry = channel_multipath(tx,temp_channel)

% Signal transmitted through the multipath channel and give the output

ry = filter(temp_channel,1,tx);