summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.h
Commit message (Collapse)AuthorAgeFilesLines
* added first step towards correction of USRP's clock offsetPiotr Krysik2009-06-221-5/+4
|
* added some attemt to repair receiver's faulty behavior when some samples get ↵Piotr Krysik2009-06-181-0/+2
| | | | losted between USRP and PC and resynchronisation is necessary - it doesn't work yet
* added new file for usrp realtime receive - caution - this doesn't work well yetPiotr Krysik2009-06-131-0/+2
|
* cch decoding now works! but I have to remove it in the future :)Piotr Krysik2009-06-131-2/+7
|
* little update to Makefile.amPiotr Krysik2009-06-121-2/+2
|
* little changes to gsm_constants - added timeslots, removed some commentsPiotr Krysik2009-06-121-2/+2
|
* other changesPiotr Krysik2009-06-121-112/+134
|
* changed licenses in filesPiotr Krysik2009-06-121-4/+4
|
* doxygen coments - start, changes to sch search processPiotr Krysik2009-06-111-19/+113
|
* next code cleanup, two functions introduced, should be removed before the ↵Piotr Krysik2009-06-061-198/+5
| | | | end of this branch
* just next cleanup, move alongpiotr2009-06-051-4/+4
|
* removed compute_energy functionpiotr2009-06-041-6/+3
|
* Revert "removed void detect_norm_burst(const gr_complex * in, gr_complex ↵piotr2009-06-041-0/+2
| | | | | | * 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-2/+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-3/+7
|
* program now works for osr from 2,3,4,5,6 and almost for osr==7)piotr2009-06-011-7/+29
|
* added new python script gsm_receivePiotr Krysik2009-05-281-2/+2
|
* cleanup of unneeded test code, separation of longer parts of fch_search into ↵Piotr Krysik2009-05-281-17/+186
| | | | two functions, addidion of 'synchronized' state and reading of sch in this state
* sch search is now working (but the code is dirty)Piotr Krysik2009-05-141-1/+2
|
* liettle changes to fcch search, commit before test to find reason of bad ↵Piotr Krysik2009-04-301-9/+7
| | | | behavior when OSR value is changed
* cleanup of fcch search related entitiesPiotr Krysik2009-04-281-7/+15
|
* Some changes to fcch search function and added first sch search functionsPiotr Krysik2009-04-241-16/+22
|
* Corrected precision of FCCH search functionPiotr Krysik2009-04-201-8/+24
|
* added frequency burst detection, but not yet finishedPiotr Krysik2009-04-101-7/+12
|
* Added FCCH search function from tvoidPiotr Krysik2009-04-081-13/+15
|
* removed unneded commentsPiotr Krysik2009-04-081-4/+4
|
* New empty gsm-receiver signal block with its own library - compilesPiotr Krysik2009-04-071-3/+3
|
* Added files from gr-howto-write-a-blockPiotr Krysik2009-04-071-0/+74
personal git repositories of Harald Welte. Your mileage may vary