aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Transceiver52M: Separate signalVector into it's own fileThomas Tsou5-110/+161
2013-11-15Transceiver52M: Remove extra copy in receive drive pathThomas Tsou3-14/+17
2013-11-15Transceiver52M: Dynamically allocate convolution input vectorsThomas Tsou2-21/+31
2013-11-15Transceiver52M: Add NEON complex-complex multiplyThomas Tsou6-2/+131
2013-11-15Transceiver52M: Use USRP1 type window for B2xx devicesThomas Tsou1-6/+12
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou6-10/+14
2013-11-15Transceiver52M: Add ARM NEON supportThomas Tsou11-4/+720
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou12-509/+743
2013-11-08Transceiver52M: Remove unnecessary UHD clock setting callThomas Tsou1-10/+1
2013-11-08Transceiver52M: Remove unused files and utilitiesThomas Tsou8-615/+2
2013-11-08Transceiver52M: Separate transceiver per-slot state informationThomas Tsou2-103/+163
2013-11-08Transceiver52M: Delay socket allocation to heapThomas Tsou2-17/+22
2013-11-08Transceiver52M: Remove transmit logging optionThomas Tsou2-52/+0
2013-11-07Transceiver52M: Reset overrun and underrun indicatorsThomas Tsou1-0/+5
2013-11-07Transceiver52M: Fix SSE preprocessor definitionThomas Tsou1-1/+1
2013-11-04build: Set UHD driver as default configurationThomas Tsou1-26/+8
2013-11-04Transceiver52M: Separate architecture specific filesThomas Tsou7-138/+193
2013-10-18Transceiver52M: Update RSSI calculationThomas Tsou1-3/+4
2013-10-18Transceiver52M: Update noise measurement calculationThomas Tsou4-55/+63
2013-10-18Transceiver52M: Move reference select from compile time to databaseThomas Tsou6-11/+20
2013-10-18Transceiver52M: Delay UHD messaging registration until after startThomas Tsou1-3/+3
2013-10-18Transceiver52M: Deallocate high level resources on shutdownThomas Tsou2-27/+34
2013-10-18Transceiver52M: Reduce and place bounds checking on I/O buffersThomas Tsou2-32/+50
2013-10-18Transceiver52M: Add 64 MHz resampling option with B100Thomas Tsou6-46/+88
2013-10-18Transceiver52M: Remove support for ancient libusrp versionsThomas Tsou2-21/+5
2013-10-18Transceiver52M: Add B210 supportThomas Tsou1-7/+10
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou10-161/+228
2013-10-18Transceiver52M: Generate delay filter with SSE memory alignmentThomas Tsou1-24/+41
2013-10-18Transceiver52M: Separate main transmit and receive drive threadsThomas Tsou2-15/+24
2013-10-18Transceiver52M: Disable equalizationThomas Tsou1-1/+1
2013-10-18Transceiver52M: Reduce RACH and TSC correlation windowsThomas Tsou1-8/+8
2013-10-18Transceiver52M: Narrow resampling filter bandwidthThomas Tsou1-8/+11
2013-10-18Transceiver52M: Add B200 supportThomas Tsou1-15/+24
2013-10-18Transceiver52M: Setup dual Laurent pulse shaping filterThomas Tsou3-57/+218
2013-10-18Transceiver52M: Check that sample rates are sane before usingThomas Tsou1-1/+1
2013-10-18Transceiver52M: Refactor RACH and normal burst detectionThomas Tsou2-119/+139
2013-10-18Transceiver52M: Add UmTRX supportThomas Tsou1-3/+11
2013-10-18Transceiver52M: Add 4 samples-per-symbol Laurent pulse shapeThomas Tsou2-9/+123
2013-10-18Transceiver52M: Disable energy detectorThomas Tsou2-4/+32
2013-10-18Transceiver52M: Add SSE floating point / integer conversionThomas Tsou6-74/+258
2013-10-18Transceiver52M: Replace resampler with SSE enabled implementationThomas Tsou10-498/+539
2013-10-18Transceiver52M: Replace convolve and related calls with SSE implementationThomas Tsou6-408/+1111
2013-10-18Transceiver52M: Generate RACH correlation sequence at initializationThomas Tsou4-3/+15
2013-10-18Transceiver52M: Remove logging from signal processing coreThomas Tsou1-19/+0
2013-10-18Transceiver52M: Add destructors to correlation seqeunce objectsThomas Tsou1-76/+97
2013-10-18Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou4-115/+112
2013-10-18Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou6-94/+95
2013-10-18Transceiver52M: Verify global config sanity before usingThomas Tsou1-8/+65
2013-10-18Transceiver52M: Remove unused test code from mainThomas Tsou1-35/+4
2013-10-18Transceiver52M: Use exception blocks for rate changesThomas Tsou1-5/+17