TianLin0509 / DNN_detection_via_keras

This is the simplest implementation of Power of Deep Learning for Channel Estimation and Signal Detection in OFDM Systems using keras.
160 stars 67 forks source link

Request for the required code for drawing BER and SNR #7

Open BassantTolba1234 opened 4 years ago

BassantTolba1234 commented 4 years ago

Dear Sir, Brilliant work !. I was wondering if you'd kindly be willing to share the code required for drawing of BER and SNR as I need to make experiments with these figures. Thanks in advance!

TianLin0509 commented 4 years ago

I think it is pretty simple, you can just use a loop to select different SNRs and run the code, then you obtain the BERs of different SNRs, and just use plt.plot(SNRs, BERs), you can get the figure.

BassantTolba1234 commented 3 years ago

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.

BassantTolba1234 commented 3 years ago

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