Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-01 | Fix warnings, mostly from implicitly defined wires or unspecified widths | Matt Ettus | |
2009-10-01 | fullchip sim now compiles again, after moving eth and models over to new ↵ | Matt Ettus | |
simple_gemac | |||
2009-10-01 | remove unused opencores | Matt Ettus | |
2009-09-30 | remove debugging code | Matt Ettus | |
2009-09-30 | Merge branch 'new_wb_intercon' into new_eth | Matt Ettus | |
Functionality should not change at all Conflicts: usrp2/fpga/top/u2_core/u2_core.v | |||
2009-09-30 | Merge branch 'master' into new_eth | Matt Ettus | |
2009-09-30 | no idea where this came from, it shouldn't be here | Matt Ettus | |
2009-09-30 | Copied wb_1master back from quad radio | Matt Ettus | |
more sane config options, should be exactly the same memory map | |||
2009-09-28 | Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | |
* 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan: Restored original HRPT GUI script and documented various script choices. Renamed simplified HRPT script to allow restoring original General improvements in HRPT receiver | |||
2009-09-28 | Removed multiple install of noaa_swig.i from Makefile.am | Thomas Tsou | |
2009-09-27 | Restored original HRPT GUI script and documented various script choices. | Johnathan Corgan | |
2009-09-27 | Renamed simplified HRPT script to allow restoring original | Johnathan Corgan | |
2009-09-27 | General improvements in HRPT receiver | Johnathan Corgan | |
Added usrp_rx_hrpt_nogui script Simplified usrp_rx_hrpt script for lower CPU usage Changed matched filtering taps to be whole symbol | |||
2009-09-25 | Merge branch 'grc' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: hash the tuple of hashes to id the current params | |||
2009-09-25 | Merge branch 'gr-noaa-fixes' of http://gnuradio.org/git/balister into master | Johnathan Corgan | |
* 'gr-noaa-fixes' of http://gnuradio.org/git/balister: Add missing cstdio include for gcc 4.4 compatibility. | |||
2009-09-25 | Add missing cstdio include for gcc 4.4 compatibility. | Philip Balister | |
2009-09-25 | hash the tuple of hashes to id the current params | Josh Blum | |
2009-09-25 | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | |
This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57. | |||
2009-09-25 | Merge branch 'grc' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: Added a run options to the "no gui" generate options. | |||
2009-09-25 | Add missing include file in gnuradio-core | Johnathan Corgan | |
2009-09-25 | Merge branch 'wip/deb' of http://gnuradio.org/git/jcorgan | Johnathan Corgan | |
* 'wip/deb' of http://gnuradio.org/git/jcorgan: Misc. packaging tweaks Merged Bdale's 3.2.2-1 packaging | |||
2009-09-25 | Misc. packaging tweaks | Johnathan Corgan | |
Note gcell/apps/gen_script.py needs to use git Install gnuradio-config-info in libgnuradio-core0 Add pfb examples to gnuradio-examples Add missing python files in gnuradio-examples | |||
2009-09-25 | Added a run options to the "no gui" generate options. | Josh Blum | |
The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. | |||
2009-09-24 | Merge commit 'origin' into new_eth | Matt Ettus | |
Conflicts: .gitignore | |||
2009-09-24 | Merge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt | Johnathan Corgan | |
* 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt: Synchronize the internal phase of the halfband filters to the | |||
2009-09-24 | Merged Bdale's 3.2.2-1 packaging | Johnathan Corgan | |
Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git) Merged control, rules, install, copyright, changelog File renames to accomodate package renames 3.3git items updated to follow new pattern Updated copyright notification Some manual fixups needed | |||
2009-09-24 | Synchronize the internal phase of the halfband filters to the | Matt Ettus | |
start of the "run" signal. This is important for MIMO. Bug reported by Christoph Hein and Hanwen . | |||
2009-09-24 | Acknowledging the obvious | Johnathan Corgan | |
2009-09-23 | Fix missing type specifier for mask | Johnathan Corgan | |
2009-09-23 | Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | |
* 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan: Added README and updated configuration requirements Split HRPT script into live receive and post-processing Dumps HRPT frames to text file similar to specification document Added skeleton HRPT decoder block Updated HRPT receiver to read files recorded as shorts Add HRPT word output to deframer Reorganization of directories Added HRPT deframer block Changed synchronizer to output sliced bits. Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. Implemented crude timing recovery using zero crossings but no resampling Work in progress, incomplete Update rx_poes script to filter prior to PLL. Created new gr-noaa top-level component. | |||
2009-09-23 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: xor that hash bug fix for handling loading of dynamic params | |||
2009-09-23 | Added README and updated configuration requirements | Johnathan Corgan | |
2009-09-23 | Split HRPT script into live receive and post-processing | Johnathan Corgan | |
Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file | |||
2009-09-20 | Dumps HRPT frames to text file similar to specification document | Johnathan Corgan | |
2009-09-20 | Added skeleton HRPT decoder block | Johnathan Corgan | |
2009-09-20 | Updated HRPT receiver to read files recorded as shorts | Johnathan Corgan | |
2009-09-20 | Merge branch 'serdes_newfifo' into new_eth | Matt Ettus | |
2009-09-20 | Add HRPT word output to deframer | Johnathan Corgan | |
Put in half bit width matched filter Change default sync_alpha to 0.05 | |||
2009-09-20 | Reorganization of directories | Johnathan Corgan | |
Moved apps into own directory Added (empty) python directory | |||
2009-09-20 | Added HRPT deframer block | Johnathan Corgan | |
2009-09-20 | Changed synchronizer to output sliced bits. | Johnathan Corgan | |
2009-09-20 | Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. | Johnathan Corgan | |
* Change PLL and SYNC blocks to output floats * Correct bit sense * Update RX script to record ascii bits | |||
2009-09-20 | Implemented crude timing recovery using zero crossings but no resampling | Johnathan Corgan | |
2009-09-20 | Work in progress, incomplete | Johnathan Corgan | |
* 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 | |||
2009-09-20 | Update rx_poes script to filter prior to PLL. | Johnathan Corgan | |
2009-09-20 | Created new gr-noaa top-level component. | Johnathan Corgan | |
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 | |||
2009-09-19 | Added CVSD encoder/decoder to GRC, example app | Johnathan Corgan | |
Used blks2.cvsd* wrappers, not bare gnuradio.vocoder.cvsd* Example application sweeps 0-4KHz through encoder/decoder pair configured as Bluetooth standard | |||
2009-09-18 | xor that hash | Josh Blum | |
2009-09-18 | Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into master | Johnathan Corgan | |
2009-09-18 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |