An error occurred fetching the project authors.
  1. 19 Apr, 2016 1 commit
  2. 18 Apr, 2016 1 commit
  3. 24 Mar, 2016 1 commit
  4. 21 Mar, 2016 1 commit
  5. 18 Mar, 2016 1 commit
  6. 16 Mar, 2016 1 commit
    • lukashov's avatar
      Changes for SIC-receiver: · 4573c0b9
      lukashov authored
      1. in dlsim.c: now we check for the receiver type and, if SIC,  proceed through encoding, modulation, LLR compuattion and decoding
      of the decoded TB0.
      2. Implementing routines for vector-vector multiplication and vector-vector subtraction
      3. Adding some printouts for debuging purposes.
      4. New functions: modulation_SIC, dlsch_qpsk_llr_SIC
      5. In phy_scope.c: changing llr plotting: now for the length of coded_bits_per_cw.
      4573c0b9
  7. 03 Mar, 2016 1 commit
  8. 01 Mar, 2016 1 commit
  9. 29 Feb, 2016 1 commit
  10. 22 Feb, 2016 2 commits
  11. 16 Feb, 2016 1 commit
  12. 24 Jan, 2016 1 commit
  13. 22 Jan, 2016 1 commit
  14. 21 Jan, 2016 1 commit
  15. 20 Jan, 2016 1 commit
  16. 18 Jan, 2016 1 commit
    • lukashov's avatar
      Coming back to · dcf44732
      lukashov authored
        avg_0[0] = avg_0[0] + avg_0[1];
        avg_1[0] = avg_1[0] + avg_1[1];
        avg_0[0] = max (avg_0[0], avg_1[0]);
        avg_1[0] = avg_0[0];
      dcf44732
  17. 17 Jan, 2016 2 commits
  18. 16 Jan, 2016 2 commits
  19. 14 Jan, 2016 1 commit
  20. 13 Jan, 2016 5 commits
  21. 11 Jan, 2016 5 commits
  22. 08 Jan, 2016 3 commits
  23. 07 Jan, 2016 1 commit
    • lukashov's avatar
      Changes: · 3521765b
      lukashov authored
      1. Fixing a bug in dlsch_channel_level_TM56.
      avg128D = _mm_setzero_si128() must be done inside the rx_antennas loop and not before
      
      2. Cleaning up code in dlsch_demodulation.c
      
      3. Offsets for TM5 and TM6 still must be validated.
      
      4. Right now IA and I-UA receivers for TM4 have the same offset -
      validate if any additional penalty/gain is needed.
      
      5. Shortened file names in dlsim.c since matlab can read only 63-characters file names.
      
      6. Tested: TM4 U2 -gS perfect CE works fine for EESM and MIESM abstraction (MCS 4 MSE= 0.007 dB on both streams).
      3521765b
  24. 05 Jan, 2016 2 commits
  25. 04 Jan, 2016 2 commits