kit-cel / gr-lte

GNU Radio LTE receiver
GNU General Public License v3.0
394 stars 149 forks source link

Please share some test data. #27

Open 1069066484 opened 6 years ago

1069066484 commented 6 years ago

It seems that test data "xxxx.dat" like "lte_test_data_RX2_NRBDL6.dat" are not included in the files. I think it would be neccesary to do a test.

mingli001 commented 5 years ago

hello,do you have any test data? could i use usrp source in gnuradio companion to replace the test data ? cheers,thanks

mjschuet commented 5 years ago

Does anyone know where to get any of the '.dat' files that are referenced in this code?

sudoasking commented 5 years ago

You can use USRP source : Sample_rate = 30,72M CH0 = 950M Gain = 50 RX2 Bandwith = 5M

this will probably cause some overflow, it's not a problem but you can fix it by recording some data catched by usrp and then use that file

mingli001 commented 5 years ago

@sudoasking Hello! when i set the parameters as you said, i can not get the correct Cell-ID. it is always different! Have you met the same trouble as me?thanks for your help!

sudoasking commented 5 years ago

you can use this website http://niviuk.free.fr/lte_band.php to get the frequency from the earfcn

mingli001 commented 5 years ago

Thank you very much,could i continue to ask for you some questions in the future if i have some troubles?