Commit Graph

785 Commits

Author SHA1 Message Date
Ismael Gomez e6809b4ada cmake: fixed not linking fftw in srslte_static 2016-06-22 16:53:14 +03:00
Paul Sutton 3949d2ed46 Merge branch 'master' into next
Conflicts:
	srslte/lib/CMakeLists.txt
2016-06-22 15:32:58 +02:00
Ismael Gomez 7edc69052b chest: restored refs noise estimation 2016-06-15 00:12:01 +02:00
Ismael Gomez 8d0447537d sss: fixed incorrect m0 and m1 check for N_id_1 2016-06-13 16:50:15 +02:00
Ismael Gomez 4e2d9631c5 pdsch_enodeb: fixed data transmission not enabled 2016-06-10 17:50:13 +02:00
Ismael Gomez 7cce2467e2 Fixed cmake not linking fftw in mex 2016-06-09 17:09:20 +02:00
Ismael Gomez 6e820a53d6 pdsch: save subframe to file 2016-06-09 12:10:35 +02:00
Ismael Gomez 307e54f6d9 pdsch: save chest to file 2016-06-09 11:58:06 +02:00
Ismael Gomez 9edd40da8b rf_uhd: avoid allocating sensor object on each call 2016-06-07 14:05:08 +02:00
Ismael Gomez 1edeecfbfe Changed rv_idx to int for format1c 2016-06-07 12:36:27 +02:00
Ismael Gomez 8431e0f2a6 Restored cqi mapping to conservative 2016-06-06 23:18:44 +02:00
Ismael Gomez fa2fe0bf4e Fixed tbs=0 for format1c si-rnti 2016-05-31 21:23:51 +02:00
Ismael Gomez 1e3ba9e406 Fixed C-RNTI startig at 0xb 2016-05-31 20:41:16 +02:00
Ismael Gomez 3af3d12dff Improved pdcch decoding 2016-05-19 12:40:31 +02:00
Ismael Gomez e9d242f6b4 pcfich: fixed incorrect detection 2016-05-18 11:51:10 +02:00
Ismael Gomez 82d55bde4f Fixed some issues with unsigned comparisons 2016-05-18 00:16:46 +02:00
Ismael Gomez 027d5efa63 viterbi: fixed failing test 2016-05-17 18:47:48 +02:00
Ismael Gomez 43db80e7db pdsch_enodeb: transmitting all subframes 2016-05-17 18:36:21 +02:00
Ismael Gomez a612009ea7 Fixed PDCCH not looking for aggregation level L=8. Fixed PCFICH encoder not accepting cfi=3 2016-05-17 18:35:23 +02:00
Ismael Gomez 77a560cbf3 chest_dl: Choose noise algorithm 2016-05-17 09:15:23 +02:00
Ismael Gomez 8a06055889 Fixed srslte_static link with volk when disableMEX. Calibrated PSS-based noise estimation 2016-05-11 21:17:26 +01:00
Ismael Gomez 50cfec8829 Compute noise in all subframes 2016-05-11 21:07:26 +01:00
Ismael Gomez 3519e2f15a Calibrated noise estimation using matlab for length 3 filters. Fixed compilation of volk for MEX. 2016-05-11 21:00:12 +01:00
Paul Sutton 925e83577b Adding support for MKL fft 2016-04-28 15:42:12 +01:00
Ismael Gomez 24926ed648 Merge branch 'master' of https://github.com/srsLTE/srsLTE 2016-04-25 22:19:23 +02:00
Ismael Gomez ed063b04db ch_estimation: Fix subframe_config switch in srslte_refsignal_srs_send_cs 2016-04-25 22:15:52 +02:00
Ismael Gomez 73c50d3b52 Fix erroneously-capitalized KHz -> kHz 2016-04-25 21:55:52 +02:00
ismagom 9741f87e2c Reduced time offset correcting period to 25 ms 2016-04-21 10:07:49 +02:00
Ismael Gomez d33242bd17 Set AGC by default in pdsch_ue and cell_measurement examples 2016-04-20 16:08:04 +02:00
Ismael Gomez 1c12fa5a09 Update README.md 2016-04-19 23:05:02 +02:00
Ismael Gomez 675ba2e568 Updated changelog 2016-04-19 22:58:32 +02:00
Ismael Gómez-Miguelez 9a856dc6c7 Merge pull request #57 from krsch/patch-1
Update FindMATLAB.cmake
2016-04-19 22:30:02 +02:00
ismagom 146140ce7b cleaned unused variable 2016-04-19 22:25:26 +02:00
ismagom 8431873661 srslte_chest_dl_set_smooth_filter3_coeff() forces filter of length 3 2016-04-19 14:04:41 +02:00
ismagom 90ee1ba73b Fixed VOLK compiler definitions. Reduced track sync window 2016-04-19 13:42:42 +02:00
ismagom ceb2934dc9 Added static library for srslte for linkage with MEX files. Calibrated SNR estimation 2016-04-18 23:49:15 +02:00
Paul Sutton e5c8fdaf2d Fixes for cmake restructure 2016-04-18 12:15:41 +01:00
Paul Sutton af85656096 Merge branch 'cmake_restructure' into test_merge 2016-04-18 10:31:16 +01:00
Paul Sutton 47eb847913 cleanups for cmake files, fixes to linker errors 2016-04-18 10:17:23 +01:00
ismagom cc4a4b0536 Minor fixes and improvements 2016-04-18 01:14:46 +02:00
ismagom c137091dc3 Not correcting CFO in non-sync subframes 2016-04-17 13:47:04 +02:00
ismagom a625f30643 Changed CFO EMA coefficients 2016-04-17 13:13:48 +02:00
Alexey Kreschuk c1144325c6 Update FindMATLAB.cmake
There are two problems with `readlink`:
1) it might give a path relative to the symlink location,
2) if matlab bin directory is in $PATH it will yield nothing.
The use of `realpath` solves both of them.
2016-04-15 16:36:50 +03:00
ismagom 837326f575 Added more options to change parameters 2016-04-14 20:45:46 +02:00
ismagom fbaa559e37 Cleaned viterbi. Reduced number of symbols in CP-based CFO estmation 2016-04-13 13:48:12 +01:00
ismagom 9b8709f744 Improved BER performance in Viterbi 2016-04-10 17:56:03 +02:00
Paul Sutton 14a889bcf9 Building rf as static lib and linking into srslte shared lib 2016-04-08 17:06:37 +01:00
Paul Sutton eb3ed31bb4 Removing backup file 2016-04-08 16:32:16 +01:00
Paul Sutton 3fa54c653f CMake restructure 2016-04-08 16:30:02 +01:00
ismagom c3268a93e2 Improved SFBC decoder and added SSE version. Fixed bug in MIB decoding. Improved calibration of synchronization constants 2016-04-08 17:04:01 +02:00