aboutsummaryrefslogtreecommitdiffstats
path: root/grc/receiver
AgeCommit message (Collapse)AuthorFilesLines
2017-06-11Removed wideband_input_adaptorPiotr Krysik2-120/+0
2016-07-17Changed clock offset controller and company in order to remove from the ↵Piotr Krysik1-1/+7
gsm_input one of the resamplers.
2016-07-15New gsm_input blockPiotr Krysik1-1/+1
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik1-2/+9
2016-07-15Little changes of GRC blocks namesPiotr Krysik7-7/+7
2016-05-14Merged uplink-decoding branch (with complete support for control channels ↵Piotr Krysik3-1/+73
decoding on uplink) # Conflicts: # examples # lib/demapping/universal_ctrl_chans_demapper_impl.cc # lib/receiver/receiver_impl.cc
2016-02-29Make band user-selectable in gsm_wideband_inputSteve Glass1-0/+41
2015-10-05Implemented multiband channelizer as gr-gsm block.rpp2-0/+79
2015-08-06Added grc receiver block that supports uplink and changed block that ↵Piotr Krysik3-1/+73
supports downlink only
2015-06-10Implemented channel hopping for CX channelsrpp1-1/+2
2015-06-10Added CX channel hopper blockrpp2-0/+35
2014-12-15Added new decryption block (be careful - untested component). Changed ↵ptrkrysik1-0/+27
CMakeFiles to reflect more modular design (not finished for the lib directory)
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik6-12/+12
old prefix caused conflicts with libraries already available.
2014-11-28Removed unused samp_rate parameter from clock_offset_controlptrkrysik1-8/+1
2014-11-19Hidden some parameters of the GSM Receiverptrkrysik1-0/+3
2014-11-19Changes in clock offset corrector and gsm_input - the previous version ↵ptrkrysik1-18/+15
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-6/+19
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-11-06Added new block which adapts stream of samples to GSM receiver's input ↵ptrkrysik1-0/+64
requirements (integer multiply of 1625000/6 symbol rate, LP filtering)
2014-11-06Created tree of modules for gnuradio-companion reflecting their organization.ptrkrysik5-7/+2
Changed some names of GRC blocks to prettier ones.
2014-11-06Removed receiver_hier and wireshark_sinkptrkrysik1-44/+0
2014-10-30First step to add multichannel capability to the GSM receiver. At this ↵ptrkrysik1-0/+10
moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code.
2014-08-13Changed directory structure.Piotr K6-0/+196
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)