Update README.md

This commit is contained in:
Paul Sutton 2017-03-06 16:02:08 +00:00 committed by GitHub
parent 619ed43e11
commit 7c3a15ddc6
1 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,6 @@ Current Features:
* All UL channels/signals are supported for UE side: PRACH, PUSCH, PUCCH, SRS
* Frequency-based ZF and MMSE equalizer
* Highly optimized Turbo Decoder available in Intel SSE4.1/AVX (+100 Mbps) and standard C (+25 Mbps)
* MATLAB and OCTAVE MEX library generation for many components
* UE receiver tested and verified with Amarisoft LTE 100 eNodeB and commercial LTE networks (Telefonica Spain, Three.ie and Eircom in Ireland)
Missing Features:
@ -44,8 +43,7 @@ Download & Install Instructions
* libfftw
* Optional requirements:
* srsgui: for real-time plotting. Download it here: https://github.com/srslte/srsgui
* VOLK: if the VOLK library and headers are detected, they will be used for accelerating some signal processing functions.
* Matlab/Octave: if found by CMake, MEX files will also be generated and installed. If you find any compilation issue with MEX and you don't need them, pass -DDisableMEX=ON to cmake to disable them.
* VOLK: if the VOLK library and headers are detected, they will be used for accelerating some signal processing functions.
Download and build srsLTE:
```