Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing cstdio include for gcc 4.4 compatibility. | Philip Balister | 2009-09-25 | 1 | -0/+1 |
| | |||||
* | Fix missing type specifier for mask | Johnathan Corgan | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Added README and updated configuration requirements | Johnathan Corgan | 2009-09-23 | 1 | -0/+53 |
| | |||||
* | Split HRPT script into live receive and post-processing | Johnathan Corgan | 2009-09-23 | 9 | -433/+1838 |
| | | | | | | Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file | ||||
* | Dumps HRPT frames to text file similar to specification document | Johnathan Corgan | 2009-09-20 | 2 | -2/+15 |
| | |||||
* | Added skeleton HRPT decoder block | Johnathan Corgan | 2009-09-20 | 11 | -54/+242 |
| | |||||
* | Updated HRPT receiver to read files recorded as shorts | Johnathan Corgan | 2009-09-20 | 2 | -273/+488 |
| | |||||
* | Add HRPT word output to deframer | Johnathan Corgan | 2009-09-20 | 5 | -407/+270 |
| | | | | | Put in half bit width matched filter Change default sync_alpha to 0.05 | ||||
* | Reorganization of directories | Johnathan Corgan | 2009-09-20 | 8 | -11/+62 |
| | | | | | Moved apps into own directory Added (empty) python directory | ||||
* | Added HRPT deframer block | Johnathan Corgan | 2009-09-20 | 10 | -181/+406 |
| | |||||
* | Changed synchronizer to output sliced bits. | Johnathan Corgan | 2009-09-20 | 10 | -287/+263 |
| | |||||
* | Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. | Johnathan Corgan | 2009-09-20 | 14 | -386/+445 |
| | | | | | | * Change PLL and SYNC blocks to output floats * Correct bit sense * Update RX script to record ascii bits | ||||
* | Implemented crude timing recovery using zero crossings but no resampling | Johnathan Corgan | 2009-09-20 | 4 | -299/+281 |
| | |||||
* | Work in progress, incomplete | Johnathan Corgan | 2009-09-20 | 16 | -677/+1770 |
| | | | | | | | * Renamed noaa.carrier_pll_cc to noaa.hrpt_pll_cc * Added nop noaa.hrpt_sync_cc * Renamed grc apps to use usrp_ prefix and protocol name * Installed grc generated scripts to path | ||||
* | Update rx_poes script to filter prior to PLL. | Johnathan Corgan | 2009-09-20 | 1 | -223/+184 |
| | |||||
* | Created new gr-noaa top-level component. | Johnathan Corgan | 2009-09-20 | 17 | -0/+3002 |
Initial work: - Carrier recovery/mixer PLL block - Start of POES grc pipeline, recovers Manchester symbols only - Start of GOES grc pipeline, recovers BPSK symbols only |