aboutsummaryrefslogtreecommitdiffstats
path: root/apps/helpers
AgeCommit message (Collapse)AuthorFilesLines
2016-07-18Changes to apps after frequency offset correction major changePiotr Krysik1-1/+1
2016-07-18Corrected capture applicationPiotr Krysik1-1/+1
2016-04-24Corrected the example in grgsm_channelize, changed default sample rates in ↵Piotr Krysik2-4/+4
applications.
2016-03-18Correction of device's argument passingPiotr Krysik1-2/+2
2016-03-11Corrected the mistake introduced by the previous commitPiotr Krysik1-1/+1
2016-03-03Minor fixup of channelizing messagesSteve Glass1-2/+5
2016-02-27Changes and improvements of options in the grgsm_channelize.pyPiotr Krysik1-39/+54
- replaced xlat_fir_filter with rotator and pfb arbitrary resampler, - renamed some options, - added new options
2016-02-17Tiding up cmake code for creating symbolic linksPiotr Krysik1-0/+39
2016-02-14Added ability to supply device arguments as parameter to applications.Piotr Krysik1-1/+4
Change adressing #140 enhancement request. It is possible to select rtl-sdr dongle: -with device index through commanline parameter: `--args="rtl=1"` (where 1 is the device index). Caution: device index is not unique identifier and it changes on each connection of the dongle. -with devices serial number, the commandline option in this case has following form: `--args="rtl=00000001"` (where 00000001 is the serial number). NOTE: You can set the serial number with use of: ```sh rtl_eeprom -s <serial_number> ```
2016-02-13Updated readmes to include renamed applicationsPiotr Krysik1-0/+5
2016-02-13Changes of names of applicationsPiotr Krysik2-0/+421
-removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.