Commit Graph

808 Commits

Author SHA1 Message Date
ismagom 3fe6961483 Forgot to commit header 2015-10-30 17:03:57 +01:00
ismagom d65828054a Exposed maximum number of iterations 2015-10-30 16:52:19 +01:00
Paul Sutton 3be50e3206 Merge branch 'master' of https://github.com/srslte/srslte 2015-10-30 13:48:18 +00:00
Paul Sutton ee91d27b49 Adding mcs_tbs_idx table 2015-10-30 13:42:46 +00:00
ismagom d7218fabfd Restored ue_sync parameters 2015-10-29 11:48:38 +01:00
ismagom 4380995f59 Merge branch 'master' of https://github.com/srsLTE/srsLTE 2015-10-28 19:11:38 +01:00
ismagom 7df667d3d0 Reduced PSS track threshold and removed averaging 2015-10-28 19:11:26 +01:00
Paul Sutton ed87963d39 Adding message handler interface 2015-10-28 11:41:01 +00:00
Paul Sutton ee098fe54d Removing unnecessary -O3 flag 2015-10-28 11:26:55 +00:00
ismagom 4e22f158e2 Removed SSE2 include and leave SSE4.1 only 2015-10-28 11:59:36 +01:00
ismagom a47d34a85e Fixed compilation SSE4.1 for demod_soft.c and rm_turbo 2015-10-28 11:35:29 +01:00
ismagom 4b493150a5 Fixed deprecated dereference in checkfunctionexistsmath.cmake 2015-10-28 09:58:34 +01:00
ismagom 355e1815f6 Fixed SSE4.2 include in vector_simd.c 2015-10-28 09:47:09 +01:00
ismagom b81fd501a0 Removed unnecessary volk include in dft.c 2015-10-27 19:09:42 +01:00
ismagom 46cbc7bb6c Fixed include for SSE4.1 instead of SSE4.2 2015-10-27 19:08:36 +01:00
ismagom 6e76fd291e Added comments to turbo decoder SSE 2015-10-20 14:21:59 +01:00
ismagom f339bf6641 Merge branch 'master' into tdec
Conflicts:
	srslte/examples/pdsch_enodeb.c
2015-10-19 11:56:39 +02:00
ismagom d4c214dbe7 Fixed unnecessary bit_unpack in pdsch_ue 2015-10-19 11:52:56 +02:00
ismagom 777afad0ff Compilation for sse 2015-10-18 12:34:30 +02:00
ismagom 309791cc61 Try_compile() based CMAKE SSE checking 2015-10-16 11:48:59 +02:00
ismagom c64882d9c2 Merge branch 'master' into tdec 2015-10-16 11:05:42 +02:00
ismagom cd971bc15e Conditional SSE compilation 2015-10-16 11:05:23 +02:00
ismagom 6c194dc078 Conditional SSE compilation 2015-10-16 11:05:13 +02:00
ismagom 438a5aa240 Cleaned RM turbo 2015-10-15 00:04:22 +02:00
ismagom 9e685eca32 Added SIMD turbo rate recovery 2015-10-14 23:56:53 +02:00
ismagom 88cd40420a Improved PDSCH reception 2015-10-14 22:30:41 +02:00
Paul Sutton a75089b5de Moving check for UHD to parent folder so variables remain in scope for examples 2015-10-14 14:33:39 +01:00
ismagom e9387b05f2 Merge branch 'dft' into tdec 2015-10-12 23:22:09 +02:00
ismagom e8dc62f65f Added decoder sse header 2015-10-12 23:21:59 +02:00
ismagom b42f4e36c9 Tested over the air 2015-10-12 21:46:07 +02:00
ismagom f735268202 Integrated SSE decoder into pdsch receiver 2015-10-12 20:12:48 +02:00
ismagom f2b40c57ae Soft demodulator produces 16-bit fixed point 2015-10-12 19:03:20 +02:00
ismagom 19256c261e Turbo decoder working with hard decision 2015-10-12 16:44:41 +02:00
ismagom ad06998d91 Turbo decoder working OK @ 100 Mbps 2015-10-11 21:37:12 +02:00
ismagom 67884f3368 Added zero-copy option to dft module 2015-10-06 14:31:20 +01:00
ismagom bb56d4895d Skips UL DCI search after Format 1A is found for DL 2015-10-05 19:08:12 +02:00
ismagom 6581c9b0e2 Fixed bug in resource allocation for 50 PRB 2015-10-05 13:57:40 +02:00
ismagom 5e3f577e97 Removed old soft demodulation algorithm. Removed hl/ll examples. Removed prach_ue example. 2015-10-05 09:58:44 +02:00
ismagom cc1623f1cd Merge branch 'master' into ul_power_control
Conflicts:
	mex/include/srslte/mex/mexutils.h
2015-10-01 19:26:54 +02:00
ismagom 54e279d334 Fixed master clock rate for usrp_capture example 2015-10-01 17:27:36 +02:00
ismagom 6c068d061f Fixed issue with new UHD driver blocking SIGINT 2015-10-01 10:47:01 +02:00
ismagom a5b52179fa Fixed rest of examples for new UHD driver 2015-10-01 10:11:44 +02:00
ismagom efb331439e Fixed master clock rate with UHD driver 3.10 2015-09-30 17:36:56 +02:00
ismagom 2b51496b3f Added PUSCH power control support (not fully tested) 2015-09-30 17:23:26 +02:00
ismagom 09c6077bc9 Fixed an error in cell_search. Increased estimation time. Improved results presentation 2015-09-27 21:51:10 +02:00
ismagom 0b048dd601 Fixed not computing DCI size for 100 prb 2015-09-26 12:49:36 +02:00
ismagom 7306d88f83 Fixed file tests with new fft size 2015-09-25 22:44:36 +02:00
ismagom 48076a77fa Reduced sampling rates (not power of 2 fft sizes) 2015-09-25 20:07:34 +02:00
ismagom cb61ff4009 Added support for reduced sampling rates 2015-09-25 19:12:43 +02:00
ismagom d725d73511 Fixed pss_usrp test segfault for high samplign rates 2015-09-24 09:23:15 +01:00