aboutsummaryrefslogtreecommitdiffstats
path: root/python/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into ↵Piotr Krysik1-1/+0
fixeria_trx # Resolved conflicts: # apps/grgsm_trx # python/trx/radio_if.py # swig/grgsm_swig.i
2018-04-16Merge branch 'ptrkrysik/trx' into developmentPiotr Krysik1-1/+4
2018-02-27Portability fix: experimental blocks require numpy and scipy which causes ↵Piotr Krysik1-3/+3
problems on Windows. Don't load them by default.
2017-12-04Implement the 'burst_to_fn_time' block in C++Vadim Yanitskiy1-1/+0
2017-11-11Missing __init__.py part for burst_to_fn_timePiotr Krysik1-0/+1
2017-11-05python/trx: install helper classes as a grgsm submoduleVadim Yanitskiy1-6/+0
2017-09-27Added gmsk modulator block for gsmPiotr Krysik1-0/+1
2017-09-19Moved trx utilities from apps subdirectory - the grgsm_trx app need to be ↵Piotr Krysik1-0/+7
updated
2017-06-11Removed wideband_input_adaptorPiotr Krysik1-1/+0
2016-07-18Removed blocks related to old frequency correction loop (controlled const ↵Piotr Krysik1-1/+0
source and old clock offset corrector)
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik1-0/+1
2016-05-20Big change of the universal control channels demapper:Piotr Krysik1-0/+3
-simplification of the universal demapper, -addition of hierarhical blocks for each of the demappers - so they also look well and readable in python, -addition of helper script for compilation of the demappers.
2016-01-06Fixed all hierarchical blocks in the projectPiotr Krysik1-0/+2
by adding a hier_block class that solves incompatibility between GNU Radio >=3.7.9 and <=3.7.8 and inheriting all hierarchical blocks from it. This commit fixes #135
2015-10-05Implemented multiband channelizer as gr-gsm block.rpp1-0/+1
2015-08-21Added arfcn functionsRoman Khassraf1-0/+1
2015-04-04Reimplemented clock_offset_control block in C++ptrkrysik1-1/+0
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik1-1/+1
old prefix caused conflicts with libraries already available.
2014-11-06Added new block which adapts stream of samples to GSM receiver's input ↵ptrkrysik1-0/+2
requirements (integer multiply of 1625000/6 symbol rate, LP filtering)
2014-11-06Removed receiver_hier and wireshark_sinkptrkrysik1-1/+0
2014-08-06Changes to make clock_offset_corrector install and work on other machinespiotr1-0/+1
2014-08-06Added new blocks for clock freqeuncy correctionpiotr1-0/+1
2014-08-04Added new block for extracting info about base stationspiotr1-0/+1
2014-07-08Added new blocks written in python for new experimental gsm receiver.piotr1-0/+4
FCCH burst tagger is element of hierarchical block - FCCH detector that adds tags after every detected FCCH burst. The value of each tag is a frequency offset estimate. SCH detector waits for tags from FCCH detector which are used to find SCH burst position. It is unfinished.
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr1-0/+55