Deep-JSCC-for-images-with-OFDM icon indicating copy to clipboard operation
Deep-JSCC-for-images-with-OFDM copied to clipboard

question about channel.py

Open WenBingo opened this issue 11 months ago • 1 comments

I would like to consult the 'channel.py -> Channel.forward ', where code of " output_real = batch_conv1d(signal_real, cof_real) - batch_conv1d(signal_imag, cof_imag) # (NxP)x(L+SMK-1) output_imag = batch_conv1d(signal_real, cof_imag) + batch_conv1d(signal_imag, cof_real) # (NxP)x(L+SMK-1) " Why is the code written here?

WenBingo avatar Aug 28 '23 13:08 WenBingo

it is the time domain convolution between the ofdm signal and the channel response

aprilbian avatar Oct 19 '23 00:10 aprilbian