1. 935c8cb new ms by Eric · 2 years ago synctoy
  2. a1b77e9 xray ignores by Eric · 2 years ago
  3. d40300e 4sps kinda works by Eric Wild · 2 years, 1 month ago
  4. 9856941 computeCI: Document hardcoded multiplier by Pau Espin Pedrol · 2 years, 9 months ago
  5. e16d0e1 cosmetic: Fix typo in comment by Pau Espin Pedrol · 2 years, 9 months ago
  6. e6fdf8f detectGeneralBurst(): Increase log level about clipping to INFO by Pau Espin Pedrol · 2 years, 9 months ago
  7. cdd77a4 computeCI(): Constify read-only variable by Pau Espin Pedrol · 2 years, 9 months ago
  8. 7f69680 computeCI(): Rename verbose repeated getter to constant by Pau Espin Pedrol · 2 years, 9 months ago
  9. d16eb31 computeCI(): Constify param and pass it as reference by Pau Espin Pedrol · 2 years, 9 months ago
  10. 27bd2f6 detectBurst(): constify parameter by Pau Espin Pedrol · 2 years, 9 months ago
  11. 8803f92 detectBurst(): Clear downsampling code path by Pau Espin Pedrol · 2 years, 9 months ago
  12. ad202d7 sigProcLib: fix C/I computation for 8-PSK modulated bursts by Sylvain Munaut · 3 years, 4 months ago
  13. 066fd04 Fix common misspellings and typos by Martin Hauke · 4 years, 8 months ago
  14. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 11 months ago
  15. 5c6ca17 CorrelationSequence: fix initialization of class members by Harald Welte · 4 years, 11 months ago
  16. b49a42e sigProcLib: Add C/I (Carrier-to-Interference ratio) computation by Sylvain Munaut · 5 years ago
  17. c3d68c1 sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller by Pau Espin Pedrol · 5 years ago
  18. 7ee2d10 sigProcLib: detectAnyBurst() family: Use struct to gather all out params by Pau Espin Pedrol · 5 years ago
  19. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  20. a3934a1 convolve: Remove support for step, offset parameters by Sylvain Munaut · 5 years ago
  21. f733176 SigProcLib: Improve Vector buffer allocation mess by Pau Espin Pedrol · 6 years ago
  22. 444ff34 sigProcLib: add a CorrType for extended (11-bit) RACH by Vadim Yanitskiy · 6 years ago
  23. a79bc70 sigProcLib: introduce both TS1 and TS2 RACH synch. sequences by Vadim Yanitskiy · 6 years ago
  24. 21ce05c cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 6 years ago
  25. 5e68cde SigProcLib: Use available copyTo Vector API instead of memcopy by Pau Espin Pedrol · 6 years ago
  26. 3547413 sigProcLib: Specify standard namespace for isnan() by Tom Tsou · 7 years ago
  27. a3dce85 sigProcLib: Use explicit NaN check in sinc table generation by Tom Tsou · 7 years ago
  28. bb0c68a sigProcLib: Remove trigonometric tables by Tom Tsou · 7 years ago
  29. 7278a87 sigProcLib: Remove heap based signal vector allocations by Tom Tsou · 7 years ago
  30. 63eef9f sigProcLib: Fix complex/real vector flag in Laurent modulator by Tom Tsou · 7 years ago
  31. 70134a0 sigProcLib: Remove unused functions from public interface by Tom Tsou · 7 years ago
  32. 5e65b53 sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits. by Alexander Chemeris · 7 years ago
  33. d6ae864 radioInterface: Remove UmTRX 'diversity' option by Tom Tsou · 7 years ago
  34. 2af1440 sigProcLib: Fix negative value check on unsigned value by Tom Tsou · 7 years ago
  35. 92bdfb8 sigProcLib: Check return status on downsampling by Tom Tsou · 7 years ago
  36. ae91f13 sigProcLib: Remove unreachable code and no-effect checks by Tom Tsou · 7 years ago
  37. e0c1218 sigProcLib: Constify demodulation functions burst argument. by Alexander Chemeris · 7 years ago
  38. 1470fcd sigProcLib: constify signalVector arguments for detectBurst() functions. by Alexander Chemeris · 7 years ago
  39. 6e1dffd Move Transceiver::demodulate() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  40. f7717ac sigProcLib: Add operator<< to print CorrType to a string. by Alexander Chemeris · 7 years ago
  41. 4e6c938 Move Transceiver::detectBurst() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  42. b61c610 Call vectorSlicer() right before packing bits for transmission to osmo-bts. by Alexander Chemeris · 7 years ago
  43. 132fb24 sigProcLib: Slice SoftVector instead of signalVector for GMSK demod. by Alexander Chemeris · 7 years ago
  44. 1c0b8b3 sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity. by Alexander Chemeris · 7 years ago
  45. 1dd05cf sigProcLib: make energyDetect() simpler by returning actual energy. by Alexander Chemeris · 7 years ago
  46. 14d13b6 sigProcLib: Fix documentation, sync argument names in .cpp and .h files. by Alexander Chemeris · 7 years ago
  47. 9270a5a sigProcLib: Typo sybols -> symbols by Alexander Chemeris · 7 years ago
  48. aa15d62 sigproc: Match differential GMSK start/end bits to tail bits by Tom Tsou · 8 years ago
  49. 06676ea sigproc: Fix missing 8-PSK tail symbols by Tom Tsou · 8 years ago
  50. a84e162 sigproc: Adjust burst detection threshold criteria by Tom Tsou · 8 years ago
  51. 7676427 mcbts: Add multi-ARFCN radio support by Tom Tsou · 8 years ago
  52. 28670fb iface: Add inner ring-buffer implementation by Tom Tsou · 9 years ago
  53. 37c52c7 transceiver: Add an option to emulate a RACH delay in random filler mode. by Alexander Chemeris · 8 years ago
  54. e90c24c sigproc: Expand RACH, TSC, and EDGE correlation windows by Tom Tsou · 8 years ago
  55. 0479562 EDGE: Fix demodulation slicer input by Tom Tsou · 8 years ago
  56. d2b0703 uhd: Correct timing alignment in 8-PSK and GMSK downlink bursts by Tom Tsou · 8 years ago
  57. 5efe050 transceiver: Add an option to generate random Access Bursts. by Alexander Chemeris · 8 years ago
  58. 78d1fc9 transceiver: Properly handle MAXDLY. by Alexander Chemeris · 8 years ago
  59. 7fec303 EDGE: Combine shared GMSK and 8-PSK demodulator sections by Tom Tsou · 8 years ago
  60. 8ee2f38 sigproc: Add various GSM burst generators by Tom Tsou · 8 years ago
  61. 4dfd64a sigproc: Always use 625 sample length bursts with 4 SPS by Tom Tsou · 8 years ago
  62. d325343 EDGE: Add 8-PSK modulator and demodulator by Tom Tsou · 8 years ago
  63. 4656940 sigproc: Remove normal burst DFE equalizer by Tom Tsou · 8 years ago
  64. 2079a3c sigproc: Remove dynamic SPS configuration by Tom Tsou · 8 years ago
  65. 130a800 sigProcLib: Abstract out common part of Normal/RACH burst detection. by Alexander Chemeris · 9 years ago
  66. 1e9b4d5 sigProcLib: Check for bogus TOA before using it. by Alexander Chemeris · 9 years ago
  67. 954b118 Transceiver: Fix clipping detection. by Alexander Chemeris · 9 years ago
  68. 351fd76 sigProcLib: Fix burst start phase. by Alexander Chemeris · 9 years ago
  69. 577cd02 sigproc: Add clipping detection on RACH and TSC input by Tom Tsou · 9 years ago
  70. 3f32ab5 Transceiver52M: Enable all warnings and resolve by Thomas Tsou · 11 years ago
  71. 477b77c Transceiver52M: Remove unused code by Thomas Tsou · 11 years ago
  72. 34bbef7 Transceiver52M: sigproc: Wrap internal phase on frequency shift by Thomas Tsou · 11 years ago
  73. b075dd2 Transceiver52M: Dynamically allocate correlation vectors by Thomas Tsou · 11 years ago
  74. 94edaae Transceiver52M: Allow separate in/out vectors for delay and decimation by Thomas Tsou · 11 years ago
  75. 0e0e1f4 Transceiver52M: Setup sinc() call directly with table lookup by Thomas Tsou · 11 years ago
  76. f79c4d0 Transceiver52M: Precompute fractional delay filters by Thomas Tsou · 11 years ago
  77. 20eb6d6 Transceiver52M: Separate signalVector into it's own file by Thomas Tsou · 11 years ago
  78. 6f4906e Transceiver52M: Dynamically allocate convolution input vectors by Thomas Tsou · 11 years ago
  79. 0a3dc4c Transceiver52M: Add NEON complex-complex multiply by Thomas Tsou · 11 years ago
  80. 7e4e536 Transceiver52M: Add ARM NEON support by Thomas Tsou · 11 years ago
  81. 66e2dd2 Transceiver52M: Remove unused files and utilities by Thomas Tsou · 11 years ago
  82. c1f7c42 Transceiver52M: Setup dual sample rate transceiver by Thomas Tsou · 11 years ago
  83. 2c282f5 Transceiver52M: Generate delay filter with SSE memory alignment by Thomas Tsou · 11 years ago
  84. dafb337 Transceiver52M: Reduce RACH and TSC correlation windows by Thomas Tsou · 11 years ago
  85. a57bc8a Transceiver52M: Setup dual Laurent pulse shaping filter by Thomas Tsou · 11 years ago
  86. 865bca4 Transceiver52M: Refactor RACH and normal burst detection by Thomas Tsou · 11 years ago
  87. 9ccd9f2 Transceiver52M: Add 4 samples-per-symbol Laurent pulse shape by Thomas Tsou · 11 years ago
  88. 8181b01 Transceiver52M: Disable energy detector by Thomas Tsou · 11 years ago
  89. 03e6ecf Transceiver52M: Replace resampler with SSE enabled implementation by Thomas Tsou · 11 years ago
  90. 3eaae80 Transceiver52M: Replace convolve and related calls with SSE implementation by Thomas Tsou · 11 years ago
  91. e57004d Transceiver52M: Generate RACH correlation sequence at initialization by Thomas Tsou · 11 years ago
  92. 6aa1f18 Transceiver52M: Remove logging from signal processing core by Thomas Tsou · 11 years ago
  93. e5dcfc4 Transceiver52M: Add destructors to correlation seqeunce objects by Thomas Tsou · 11 years ago
  94. 83e0689 Transceiver52M: Make GSM pulse filter internal to implementation by Thomas Tsou · 11 years ago
  95. d24cc2c Transceiver52M: Rename samples-per-symbol variable names by Thomas Tsou · 11 years ago
  96. d734e2d Fix build of the Transceiver. by Alexander Chemeris · 11 years ago
  97. bec4103 Transceiver52M: Fix calculation of TS correlation for 2 sps and higher by ttsou · 11 years ago
  98. a198d45 transceiver, resamp: insert missing filter values by kurtis.heimerl · 13 years ago
  99. b3a0ca4 Adding in the missing Transceiver52M directory by dburgess · 13 years ago