TianLin0509/DNN_detection_via_keras

生成信道数据集'H_dataset'

Opened this issue · 3 comments

谢谢您的repo。现在想改变信道条件来测试一下DNN网络的性能,但是不知道'H_dataset'是怎么产生的。paper中提到是用的‘WINNER II’模型,不知道使用matlab的communication toolbox能否产生我想要的信道呢?
如果您知道就再好不过了。
已经star您的repo

你好, 原作者也没有给出生成信道模型的代码, 只给出了生成的信道结果, 我只是把他的.txt文件转化成了更方便的.npy形式来读取。

Dear Sir,
I really appreciate your hard work..and please I have a question, in main file line 48, why do you make (model.evaluate) on function called (validation_gen) which exactly contains the generation of training datasets not the test datasets??..

why did not you apply evaluation the model on testing datasets you provided , instead of training datasets ?
I'm waiting for your reply..
thanks in advance.

Dear sir, please what is the value of SNR (Signal Noise to ratio used in training the model ) ??