aboutsummaryrefslogtreecommitdiffstats
path: root/python/misc_utils
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08Added Python version of bursts to fn_time converterPiotr Krysik2-0/+29
2017-11-03Corrections in fn_timePiotr Krysik1-8/+12
2017-10-31Changed fn_time to use time_spec_t copied from libUHDPiotr Krysik1-1/+2
2017-10-16Corrections in fn_time conversionsPiotr Krysik1-10/+9
2017-09-27Changes in fn_timePiotr Krysik1-10/+15
2017-09-19Added frame number operationsPiotr Krysik1-0/+84
2017-09-18Corrections in the buildsystemPiotr Krysik2-2/+4
2017-09-13Changed organization of cmake filesPiotr Krysik1-0/+24
Cmake files were added into subdirectories.
2017-09-06Making arfcn<->freq conversions more robust and uptading apps depending on itPiotr Krysik1-66/+88
2017-08-26Fixed problems resulting from Nones returned when no such frequency or ARFCN ↵Piotr Krysik1-4/+4
exists.
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik3-3/+3
produce debian/copyright file
2016-10-02Added license statements where it was missingPiotr Krysik2-0/+42
2016-09-23#154: fix for arfcn conversionRoman Khassraf1-59/+75
2016-07-20Changing ppm parameter in clock offset corrector now takes effect on the ↵Piotr Krysik1-4/+5
fractional resampler
2016-07-18Removed blocks related to old frequency correction loop (controlled const ↵Piotr Krysik1-80/+0
source and old clock offset corrector)
2016-07-17Changed clock offset controller and company in order to remove from the ↵Piotr Krysik1-12/+28
gsm_input one of the resamplers.
2016-07-17Corrections to clock offset corrector that uses tagsPiotr Krysik1-8/+8
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik1-0/+81
2016-06-08Changed clock_offset_corrector in order to address the problem #152 - this ↵Your Name1-27/+6
is not ideal solution yet, as it involves removing of sampling frequency offset correction.
2016-01-06Fixed all hierarchical blocks in the projectPiotr Krysik2-7/+23
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
2016-01-02Another approach to fix for problem #135Piotr Krysik1-1/+2
with message inputs of hierarhical blocks, caused by incompatibility introduced in GNU Radio 3.7.9.
2016-01-01Fix for problem #135 with hierarhical blocks due to incompatibility ↵Piotr Krysik1-1/+4
introduced in GNU Radio 3.7.9
2015-09-26Added functions to get first and last arfcn of a bandRoman Khassraf1-0/+18
2015-08-22Replaced band config dictionary by an OrderedDictRoman Khassraf1-8/+14
2015-08-21Added arfcn functionsRoman Khassraf1-0/+120
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik1-3/+3
old prefix caused conflicts with libraries already available.
2014-11-19Changes in clock offset corrector and gsm_input - the previous version ↵ptrkrysik1-22/+22
wasn't working well when samp_rate_in was different from samp_rate_out. Now resampling is done outside of clock offset corrector.
2014-11-06Added capability to receive multiple channels of a single BTS to the ↵ptrkrysik1-20/+27
receiver. It is now possible to receive bursts on channels for which frequency hopping was used. Changed examples to work without hierarhical GSM Receiver block.
2014-08-13Changed directory structure.Piotr K1-0/+93
Corrected clock_offset_corrector (for some streange and yet unknown reason fractional resampler eats strem tags for some values of sps). (this commit may contain some changes that are not described)