{"id":734,"date":"2018-05-04T09:55:12","date_gmt":"2018-05-04T09:55:12","guid":{"rendered":"http:\/\/open-cells.com\/?p=734"},"modified":"2024-08-19T10:03:28","modified_gmt":"2024-08-19T10:03:28","slug":"limesdr-new-set-of-tests","status":"publish","type":"post","link":"https:\/\/open-cells.com\/index.php\/2018\/05\/04\/limesdr-new-set-of-tests\/","title":{"rendered":"LimeSDR new set of tests"},"content":{"rendered":"<p>We use the latest commit in https:\/\/github.com\/myriadrf\/LimeSuite.git<\/p>\n<p>Ubuntu 18.04<\/p>\n<p>LimeSDR (HW: V1.4) flashed with latest firmware (Limeutil &#8211;update)<\/p>\n<p>Scope: LTE SISO downlink signal<\/p>\n<p>We use a custom OpenAirInterface version<\/p>\n<p>The LimeSDR interface code is:<\/p>\n<pre>LMS_Open(&amp;lms_device,list[0],NULL);\r\n LMS_Init(lms_device);\r\n LMS_Reset(lms_device);\r\n\r\nLMS_EnableCalibCache(lms_device,false);\r\n LMS_LoadConfig(lms_device, );\r\n LMS_SetSampleRate(lms_device,4), \u201c\u201d); \/\/rate is LTE standard one, so a division of 30720MS\/s\r\n LMS_SetLOFrequency(lms_device,LMS_CH_RX, 0); \/\/ several feq tested 700MHz-3600MHz\r\n LMS_SetLOFrequency(lms_device,LMS_CH_TX, 0); \/\/ Tx\/Rx freq are different, gap is defined by 3GPP\r\n LMS_SetGaindB(lms_device, LMS_CH_TX, 0, MyGain);\r\n LMS_SetGaindB(lms_device, LMS_CH_RX, 0, MyGain);\r\n \/\/value is 0\u202670, we saw the today limitation: it is not actually in dB, but still the range is 0\u202670\r\n LMS_SetLPFBW(lms_device,LMS_CH_RX,0,ChosenLTEBand); \/\/ 5MHz or 10MHz or 20MHz\r\n LMS_SetLPFBW(lms_device,LMS_CH_TX,0,ChosenLTEBand);\r\n LMS_Calibrate(lms_device,LMS_CH_RX,0,ChosenLTEBand,0);\r\n LMS_Calibrate(lms_device,LMS_CH_TX,i,ChosenLTEBand,0)<\/pre>\n<p>First observation is: the API calls often fails: calibration reports failures<\/p>\n<p>With some ini files, it is simply impossible to run successfully the above sequence.<\/p>\n<p>With &#8220;good&#8221; ini files, we have to power-off the board before each trial.<\/p>\n<p>The key problem is to make a decent .ini file, that is good only in a specific case: RF band, modulated band, power, &#8230;<\/p>\n<p>Then, even with a good ini file, the result of the calibration is not repeatable, and often fails randomly (need to power off the LimeSDR board).<\/p>\n<p>Measuring this DL signal<\/p>\n<p>A USRP B210 output:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-736 size-large\" src=\"http:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210-1024x654.png\" alt=\"\" width=\"840\" height=\"536\" srcset=\"https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210-1024x654.png 1024w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210-300x192.png 300w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210-768x491.png 768w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210-1200x767.png 1200w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-04-04_16-17-02-5MHz_usrp_b210.png 1280w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/p>\n<p>The best of LimeSDR can be close to this<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-737 size-large\" src=\"http:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR-1024x654.png\" alt=\"\" width=\"840\" height=\"536\" srcset=\"https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR-1024x654.png 1024w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR-300x192.png 300w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR-768x491.png 768w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR-1200x767.png 1200w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-25_the_best_result_with_limeSDR.png 1280w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/p>\n<p>Even in this best result, the DC offset is not well calibrated<\/p>\n<p>Also it is not repeatable, and depend heavily of the .ini file we use<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-741 size-large\" src=\"http:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz-1024x680.png\" alt=\"\" width=\"840\" height=\"558\" srcset=\"https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz-1024x680.png 1024w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz-300x199.png 300w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz-768x510.png 768w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz-1200x797.png 1200w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_a_bad_ini_file5MHz.png 1280w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/p>\n<p>or non repeatable results<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-738 size-large\" src=\"http:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70-1024x654.png\" alt=\"\" width=\"840\" height=\"536\" srcset=\"https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70-1024x654.png 1024w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70-300x192.png 300w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70-768x491.png 768w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70-1200x767.png 1200w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-02_15-28-52lms_oai_aout_25rb_tx70.png 1280w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/p>\n<p>At lower frequency, LimeSDR is globally better<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-740 size-large\" src=\"http:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good-1024x680.png\" alt=\"\" width=\"840\" height=\"558\" srcset=\"https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good-1024x680.png 1024w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good-300x199.png 300w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good-768x510.png 768w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good-1200x797.png 1200w, https:\/\/open-cells.com\/wp-content\/uploads\/2018\/05\/FPS_ScreenShot_2018-05-03_LimeSDR_IQ_is_better_at__879MHz_but_DC_still_not_good.png 1280w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We use the latest commit in https:\/\/github.com\/myriadrf\/LimeSuite.git Ubuntu 18.04 LimeSDR (HW: V1.4) flashed with latest firmware (Limeutil &#8211;update) Scope: LTE SISO downlink signal We use a custom OpenAirInterface version The LimeSDR interface code is: LMS_Open(&amp;lms_device,list[0],NULL); LMS_Init(lms_device); LMS_Reset(lms_device); LMS_EnableCalibCache(lms_device,false); LMS_LoadConfig(lms_device, ); LMS_SetSampleRate(lms_device,4), \u201c\u201d); \/\/rate is LTE standard one, so a division of 30720MS\/s LMS_SetLOFrequency(lms_device,LMS_CH_RX, 0); \/\/ &hellip; <a href=\"https:\/\/open-cells.com\/index.php\/2018\/05\/04\/limesdr-new-set-of-tests\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;LimeSDR new set of tests&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-734","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/posts\/734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/comments?post=734"}],"version-history":[{"count":7,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/posts\/734\/revisions"}],"predecessor-version":[{"id":748,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/posts\/734\/revisions\/748"}],"wp:attachment":[{"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/media?parent=734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/categories?post=734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/open-cells.com\/index.php\/wp-json\/wp\/v2\/tags?post=734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}