Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-26 | Control bits for filter bandwidths had the wrong shifts. Found and fixed by ↵ | Matt Ettus | |
Stephen Lai of UCalgary | |||
2009-11-25 | created dpsk demo with usrps | Josh Blum | |
2009-11-25 | added callbacks for setting alphas | Josh Blum | |
2009-11-25 | added sync output port to dxpsk2 demod | Josh Blum | |
2009-11-25 | added missing block wrappers | Josh Blum | |
2009-11-25 | added wrappers for the dxpsk2 blocks mod and demod | Josh Blum | |
2009-11-25 | Support multiple VRT packets in a single transport (UDP) packet. | Eric Blossom | |
2009-11-25 | back out broken changeset | Eric Blossom | |
2009-11-21 | Add two missing includes to fix compile on ppc. | Tim Shepard | |
2009-11-19 | gtk.Tooltips() is deprecated, use set_tooltip_text. | Josh Blum | |
Added a set_tooltop_text method to each InputParam. | |||
2009-11-13 | Merge branch 'wip/howto' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'wip/howto' of git@gnuradio.org:jcorgan: howto: cleanup for merge howto: add README.hacking howto: added howto application howto: add GRC wrappers to squaring blocks howto: move limbo'd docs into toplevel doc dir for preservation howto: create howto_swig.*, use constructed Python namespace howto: adds C++ QA code | |||
2009-11-13 | howto: cleanup for merge | Johnathan Corgan | |
2009-11-13 | howto: add README.hacking | Johnathan Corgan | |
2009-11-12 | howto: added howto application | Johnathan Corgan | |
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 | |