Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompletion of ChannelNet_train.py #1

Open
LitterBrother opened this issue Jul 11, 2019 · 8 comments
Open

Incompletion of ChannelNet_train.py #1

LitterBrother opened this issue Jul 11, 2019 · 8 comments

Comments

@LitterBrother
Copy link

Thanks for your nice work. However, the main program has not been completed. Could you help me?

@Morinajiao
Copy link

Thanks for your nice work.Could you give me the main program ?

@wtr1998
Copy link

wtr1998 commented Apr 4, 2020

Thanks for your nice work. Could you give me the main program ?

@woshishui1996
Copy link

In simulation results, mobility channel is considered, however,, I do not
see any Iterative methods for cancellation of intercarrier interference ICI channel is presented.how do you deal with the ICI?

@BassantTolba1234
Copy link

Dear all,
please is there anyone could reproduce the results of the paper ?
I'm waiting for your reply.
Thanks in advance

@MartinLiuJianCheng
Copy link

@BassantTolba1234 ,where can I find your email, I am reproducing this paper, if you have qq number ,please add me 2285830341

@MartinLiuJianCheng
Copy link

I have qq number: 2285830341, if anyone want to discuss ChannelNet, please contact me, we have qq group as well.
My email is [email protected] . If you want to communicate with us, you can also send email to me.

@Whitecatwarrior
Copy link

hi
when i trained the SRCNN_model and try SRCNN_predict, the wrong occurs
attributeerror: 'str' object has no attribute 'decode'
,is there anyone could help me with it ?
thanks in advance

@ANUSAYA301
Copy link

the conditions for number of pilots. how is it set?

if (Number_of_pilot == 48):
idx = [14i for i in range(1, 72,6)]+[4+14(i) for i in range(4, 72,6)]+[7+14*(i) for i in range(1, 72,6)]+[11+14*(i) for i in range(4, 72,6)]
elif (Number_of_pilot == 16):
idx= [4+14*(i) for i in range(1, 72,9)]+[9+14*(i) for i in range(4, 72,9)]
elif (Number_of_pilot == 24):
idx = [14i for i in range(1,72,9)]+ [6+14i for i in range(4,72,9)]+ [11+14i for i in range(1,72,9)]
elif (Number_of_pilot == 8):
idx = [4+14
(i) for i in range(5,72,18)]+[9+14*(i) for i in range(8,72,18)]
elif (Number_of_pilot == 36):
idx = [14*(i) for i in range(1,72,6)]+[6+14*(i) for i in range(4,72,6)] + [11+14*i for i in range(1,72,6)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants