summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.cc
Commit message (Collapse)AuthorAgeFilesLines
* added first step towards correction of USRP's clock offsetPiotr Krysik2009-06-221-3/+3
|
* added some attemt to repair receiver's faulty behavior when some samples get ↵Piotr Krysik2009-06-181-20/+41
| | | | losted between USRP and PC and resynchronisation is necessary - it doesn't work yet
* added new burst type - dummy_or_normal for situations in which you don't ↵Piotr Krysik2009-06-181-2/+19
| | | | know what type is used when
* little changes to decrease number of errors in output bitsPiotr Krysik2009-06-141-5/+10
|
* added new file for usrp realtime receive - caution - this doesn't work well yetPiotr Krysik2009-06-131-5/+11
|
* cch decoding now works! but I have to remove it in the future :)Piotr Krysik2009-06-131-8/+15
|
* removed polish commentsPiotr Krysik2009-06-131-35/+8
|
* little update to Makefile.amPiotr Krysik2009-06-121-5/+4
|
* new comments to gsm_receiver_cf.ccPiotr Krysik2009-06-121-103/+91
|
* new comments to gsm_receiver_cf.ccPiotr Krysik2009-06-121-159/+163
|
* doxygen coments - start, changes to sch search processPiotr Krysik2009-06-111-12/+15
|
* little changePiotr Krysik2009-06-091-1/+1
|
* next code cleanup, two functions introduced, should be removed before the ↵Piotr Krysik2009-06-061-113/+159
| | | | end of this branch
* just next cleanup, move alongpiotr2009-06-051-20/+33
|
* removed unneeded viariables from compute_freq_offsetpiotr2009-06-041-38/+5
|
* removed compute_energy functionpiotr2009-06-041-12/+0
|
* removed functions detect_norm_burst and mafi_norm and replaced them with ↵piotr2009-06-041-41/+0
| | | | more generic ones
* Revert "removed void detect_norm_burst(const gr_complex * in, gr_complex ↵piotr2009-06-041-0/+41
| | | | | | * chan_imp_resp, int burst_start, unsigned char * output_binary);" This reverts commit 99e4a46c9acfb833ae2c9c198046933f9117dca8.
* removed void detect_norm_burst(const gr_complex * in, gr_complex * ↵piotr2009-06-041-41/+0
| | | | chan_imp_resp, int burst_start, unsigned char * output_binary);
* normal bursts detection now works, but the code is a little dirtypiotr2009-06-041-14/+153
|
* program now works for osr from 2,3,4,5,6 and almost for osr==7)piotr2009-06-011-45/+48
|
* big and dirty commit - before osr_repairpiotr2009-06-011-58/+60
|
* added new python script gsm_receivePiotr Krysik2009-05-281-15/+24
|
* cleanup of unneeded test code, separation of longer parts of fch_search into ↵Piotr Krysik2009-05-281-165/+168
| | | | two functions, addidion of 'synchronized' state and reading of sch in this state
* decoding of sch now worksPiotr Krysik2009-05-201-32/+47
|
* sch search is now working (but the code is dirty)Piotr Krysik2009-05-141-27/+119
|
* resampler causes that frequency estimate is getting lower for higher osrPiotr Krysik2009-05-061-7/+24
|
* liettle changes to fcch search, commit before test to find reason of bad ↵Piotr Krysik2009-04-301-68/+110
| | | | behavior when OSR value is changed
* first part of sch sychronisation - getting close to sch burstPiotr Krysik2009-04-281-24/+62
|
* cleanup of fcch search related entitiesPiotr Krysik2009-04-281-79/+53
|
* Some changes to fcch search function and added first sch search functionsPiotr Krysik2009-04-241-49/+170
|
* Corrected precision of FCCH search functionPiotr Krysik2009-04-201-61/+196
|
* added frequency burst detection, but not yet finishedPiotr Krysik2009-04-101-56/+85
|
* Added FCCH search function from tvoidPiotr Krysik2009-04-081-4/+45
|
* removed unneded commentsPiotr Krysik2009-04-081-13/+0
|
* New empty gsm-receiver signal block with its own library - compilesPiotr Krysik2009-04-071-5/+3
|
* Added files from gr-howto-write-a-blockPiotr Krysik2009-04-071-0/+93
personal git repositories of Harald Welte. Your mileage may vary