Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-12 | howto: add GRC wrappers to squaring blocks | Johnathan Corgan | |
2009-11-12 | howto: move limbo'd docs into toplevel doc dir for preservation | Johnathan Corgan | |
2009-11-12 | howto: create howto_swig.*, use constructed Python namespace | Johnathan Corgan | |
2009-11-12 | howto: adds C++ QA code | Johnathan Corgan | |
2009-11-11 | Add USB PID for HPSDR HERMES device. | Eric Blossom | |
2009-11-09 | gr-noaa: added HRPT minor frame parsing, renamed scripts | Johnathan Corgan | |
implemented start of minor frame parsing renamed demod_rx_hrpt to hrpt_demod, new defaults added configuration flags to hrpt_decoder added hrpt_decode app updated file_rx_hrpt with new defaults updated usrp_rx_hrpt_* with new defaults | |||
2009-11-08 | Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64. | Josh Blum | |
Disables the regression test for fopen since stdio is non-functional. | |||
2009-11-04 | add new readback entries to memory map. Has irqs, priority encoded buffer ↵ | Matt Ettus | |
status, and performance counter | |||
2009-11-04 | This branch is for porting from the quad radio, and minor text cleanups | Matt Ettus | |
The counter is for performance monitoring in firmware, priority encoder and new interrupt controller are from quad radio and speed up interrupts. This is tested and it works for me. | |||
2009-11-03 | Merge branch 'wip/howto' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'wip/howto' of git@gnuradio.org:jcorgan: howto: moved osbsolete docs directory into limbo howto: make swig directory use individual .i files howto: reorganized directory structure howto: implement dynamic versioning howto: update m4 files to match latest master howto: updated INSTALL, fixed mode of config.* | |||
2009-11-03 | howto: moved osbsolete docs directory into limbo | Johnathan Corgan | |
2009-11-03 | howto: make swig directory use individual .i files | Johnathan Corgan | |
Removed erroneous files from version control | |||
2009-11-03 | fixed fixme in gr_top_block_impl | Josh Blum | |
2009-11-03 | howto: reorganized directory structure | Johnathan Corgan | |
Moved lib to top level Moved python to top level Separated swig generation into new top level directory | |||
2009-11-03 | howto: implement dynamic versioning | Johnathan Corgan | |
2009-11-03 | howto: update m4 files to match latest master | Johnathan Corgan | |
2009-11-03 | howto: updated INSTALL, fixed mode of config.* | Johnathan Corgan | |
2009-11-03 | Added GRC block wrappers for pager blocks | Johnathan Corgan | |
pager.slicer_fb pager.flex_sync pager.flex_deinterleave | |||
2009-11-03 | Added resampler and pushed matched filter into it. | Johnathan Corgan | |
2009-11-03 | Work in progress, updating usrp_rx_flex.py | Johnathan Corgan | |
Optimized channel bandwith filter Optimized matched filter | |||
2009-11-03 | Directory reorganization to newer layout | Johnathan Corgan | |
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python' | |||
2009-11-03 | Work in progress, added GRC-based single channel receiver | Johnathan Corgan | |
2009-11-03 | Moved command-line apps into apps subdirectory | Johnathan Corgan | |
2009-11-03 | Merge branch 'wip/term' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'wip/term' of git@gnuradio.org:jcorgan: gr-wxgui: cleanup for merge Consolidated termsink into one class Basic terminal window that takes raw text on input msgq and appends it Add placeholder panel for console, use old style window size Created skeleton wxgui term window component | |||
2009-11-03 | gr-wxgui: cleanup for merge | Johnathan Corgan | |
2009-11-02 | usrp: Cleanup of usrp_basic | Thomas Tsou | |
Version specific libusb calls are pushed out of usrp_basic into usrp_prims where they belong. This leads to a single usrp_basic file. A new function in usrp_prims, usrp_deinit(), handles shutdown specific to version 1.0. | |||
2009-11-02 | usrp: Check return value in fusb_libusb1 _reap() | Thomas Tsou | |
The old fusb_libusb1 _reap() call always returned true except on error. With this commit it checks that a transfer is actually reaped and returns false otherwise. | |||
2009-11-02 | gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframer | Johnathan Corgan | |
Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block | |||
2009-11-02 | Added frames_to_ppm Octave script, use ImageMagick to convert to png | Johnathan Corgan | |
2009-11-01 | gr-noaa: Switched to 'double rate BPSK' HRPT synchronization | Johnathan Corgan | |
Added hrpt_bit_sync block Using MM clock sync at double data rate Created file_rx_hrpt GRC app Updated demod_rx_hrpt GRC app Updated usrp_rx_hrpt GRC Updated usrp_rx_hrpt_nogui app Deleted usrp_rx_hrpt2 GRC app Deleted hrpt_sync_fb block | |||
2009-10-31 | Fix missing include from last commit | Johnathan Corgan | |
2009-10-31 | grc: update block tree list for new pfb_clock_sync | Johnathan Corgan | |
2009-10-31 | core: added gr.pfb_clock_sync_fff based on _ccf version, updated example | Johnathan Corgan | |
2009-10-29 | Merge branch 'wbxng-prescaler' of http://gnuradio.org/git/jabele | Johnathan Corgan | |
* 'wbxng-prescaler' of http://gnuradio.org/git/jabele: Fixing prescaler and disable aux synth output on wbxng | |||
2009-10-29 | Fixing prescaler and disable aux synth output on wbxng | Jason Abele | |
2009-10-29 | fixed issue where usrp siggen continued to transmit after program exit | Josh Blum | |
2009-10-29 | modified flowgraph cleanup | Josh Blum | |
2009-10-29 | Consolidated termsink into one class | Johnathan Corgan | |
2009-10-29 | Basic terminal window that takes raw text on input msgq and appends it | Johnathan Corgan | |
Works, but needs "--line-buffered" mode for GR buffering between blocks | |||
2009-10-29 | Add placeholder panel for console, use old style window size | Johnathan Corgan | |
2009-10-29 | Created skeleton wxgui term window component | Johnathan Corgan | |
2009-10-29 | Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
Merge-fix: Remove debugging print Merge-fix: Update copyrights * 'flattopwindow' of http://gnuradio.org/git/jblum: Added window option to wxgui fft and waterfall sink. redid cos windows, added flattop and nuttall_cfd | |||
2009-10-28 | Added window option to wxgui fft and waterfall sink. | Josh Blum | |
Added rectangular window function to window.py. Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides). Fixed options in waterfall wrapper to model after fft and numbersink average params. | |||
2009-10-28 | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | |
2009-10-28 | Created a grc_blockdir in makefile.common. | Josh Blum | |
Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | |||
2009-10-28 | Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc | Josh Blum | |
2009-10-28 | Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattop | Josh Blum | |
2009-10-28 | redid cos windows, added flattop and nuttall_cfd | Matt Ettus | |
2009-10-27 | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
Merge-fix: remove simple_rx_samples Merge-fix: remove grc_gr_vrt.m4 from Makefile.am * 'vrt' of http://gnuradio.org/git/jblum: removed gr-vrt removed caldiv stuff from gr-vrt removed MOST of the quadradio specific stuff install header for missing pkt checker | |||
2009-10-27 | updated usrp.pc file to reflect the correct version of libusb | Michael | |