summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.h
Commit message (Collapse)AuthorAgeFilesLines
* 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