aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-14gr-gmr1: Remove unused app scan.py / parse.pysylvain/grSylvain Munaut2-273/+0
2016-09-14gr-gmr1: Make rach_demod block update the 'freq' tag with its own estimationSylvain Munaut1-1/+23
2016-09-14gr-gmr1: Switch the 'freq' tag to be in HertzSylvain Munaut6-25/+28
2016-09-14gr-gmr1: Tighten the low_pass in gmr_rach_scanSylvain Munaut1-1/+1
2016-09-14gr-gmr1: Change freq_offset to peak_freqSylvain Munaut5-14/+14
2016-09-14gr-gmr1: Make rach_detect_fft use sample_rate instead of fft_size as paramSylvain Munaut5-19/+31
2016-09-14gr-gmr1/rach_demod: Improve initial frequency estimationSylvain Munaut1-8/+47
2016-09-14gr-grm1/rach_detect_fft: Fix the direction of peak offset compensationSylvain Munaut1-1/+1
2016-09-14gr-gmr1: Add a tag with the time of RACH and write it to fileSylvain Munaut2-0/+18
2016-09-14gr-gmr1/rach_detect_fft: Use a global constant for freq keySylvain Munaut2-5/+4
2016-09-14gr-gmr1: Make use of that new text sink in the default GRC appSylvain Munaut1-56/+101
2016-09-14gr-gmr1: Add special file sink to record RACH in text formatSylvain Munaut8-0/+307
2016-09-14gr-gmr1: Make use of the new delimited burst featureSylvain Munaut2-139/+147
2016-09-14gr-gmr1: Import new burst_to_tagged_stream logicSylvain Munaut8-0/+330
2016-09-14gr-gmr1: First code import with working RACH detectionSylvain Munaut57-3/+18371
2016-09-14[hack] Import some utilsSylvain Munaut2-0/+645
2016-09-12[hack] Add first attempt at live stream processingSylvain Munaut24-9/+2690
2016-09-12l1/xch_dc12: Add channel coding for various channel types over DC12 burstsSylvain Munaut4-2/+152
2016-09-12l1/punct: Add all puncturing codes used in GMR-1 3GSylvain Munaut4-62/+923
2016-09-12l1/conv: Add all convolutional codes used in GMR-1 3GSylvain Munaut8-40/+408
2016-09-12sdr/nb: Add DC12 burst definition used in GMR-1 3GSylvain Munaut2-0/+32
2016-09-12sdr/pi4cxpsk: Add support for pi/2-CBPSKSylvain Munaut2-16/+31
2016-09-12sdr/fcch: Add support for FCCH3 used in GMR-1 3GSylvain Munaut3-64/+130
2016-09-11General copyright notice updateSylvain Munaut52-52/+52
2016-04-25Doxygen: enable tagfile generation and usage for cross-project referencesSylvain Munaut2-5/+6
2016-04-25Doxygen: Enable client-based search engineSylvain Munaut2-2/+2
2016-04-25Doxygen: Don't process static functions/variablesSylvain Munaut1-1/+1
2016-03-08l1/{bcch,ccch}: Minor doc fixesSylvain Munaut2-2/+2
2016-03-08codec: Make sure to use float and not doubleSylvain Munaut2-2/+2
2016-03-08codec: Fix comments in tone codeSylvain Munaut1-2/+2
2015-04-05sdr/dkab: Fix softbit extractionSylvain Munaut1-2/+2
2015-04-04misc: Add an utility to modulate a RACH burstSylvain Munaut2-1/+71
2015-04-04sdr/pi4cxpsk: Add a method for modulation of pi/4 CxPSK burstsSylvain Munaut2-4/+90
2015-04-04l1/rach: Fix the gmr1_rach_encode functionSylvain Munaut1-3/+3
2015-04-04l1/rach: Clear up the unused bits in gmr1_rach_decode return arraySylvain Munaut1-0/+2
2015-02-08utils: Remove old unmaintained gmr_multi_rxSylvain Munaut5-783/+0
2014-12-19build: Use LDADD to link apps to libraries instead of LDFLAGSSylvain Munaut1-5/+6
2014-10-05build: Add src/codec/private.h to noinst_HEADERS to fix buildSylvain Munaut1-0/+1
2014-10-05build: simplify Doxygen output installation and fix it for distcheckSylvain Munaut1-7/+4
2014-10-05build: Add .version to EXTRA_DISTSylvain Munaut1-1/+1
2014-10-04codec: Add the spectral magnitude enhancementSylvain Munaut3-0/+73
2014-10-04codec: Synthesis rewrite [2/2] - New synthesizer codeSylvain Munaut5-1/+381
2014-10-04codec: Synthesis rewrite [1/2] - Remove mbelibSylvain Munaut5-604/+1
2014-10-04codec: ambe_frame_decode_params has no return valuesSylvain Munaut2-4/+2
2014-10-04codec/math: Whitespace fixSylvain Munaut1-1/+0
2014-10-04codec/math: Import new function fo DWT float<->complexSylvain Munaut2-2/+66
2014-10-03codec/math: Add a sinf_fast functionSylvain Munaut2-1/+12
2013-12-17codec: Remove externSylvain Munaut1-13/+13
2013-12-17codec: Tweak the L generation formula to match DSP implementationSylvain Munaut1-1/+1
2013-12-17codec: DocumentationSylvain Munaut7-39/+116