Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-10-26 | removed gr-vrt | Josh Blum | |
2009-10-26 | removed caldiv stuff from gr-vrt | Josh Blum | |
2009-10-22 | removed MOST of the quadradio specific stuff | Josh Blum | |
2009-10-22 | install header for missing pkt checker | Josh Blum | |
2009-10-22 | Remove debian packaging from master branch, to be placed in 'debian' branch | Johnathan Corgan | |
Migrate debian package generation to a pseudo-upstream style. Binary packaging will be maintained in a 'tarball' branch for pristine sources, and in a 'debian' branch for the build. | |||
2009-10-22 | Don't distribute generated files in gr-qtgui | Johnathan Corgan | |
The output of the moc compiler will contain generated paths which are only valid on the system at compilation time. Instead, let these get regenerated on the user's system. The moc compiler is part of libqt4-dev, which is already a build dependency. | |||
2009-10-21 | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
Merge fix: added GRUEL_INCLUDES to vrt Makefile Merge fix: added missing include in gr-vrt * 'vrt' of http://gnuradio.org/git/jblum: query the model number from the host fix so all handlers get called on event simplfied the code while i was looking at it added access methods for gps stuff added access methods and parsing for caldiv if context use existing utility method reading the lo back and storing it use the new htonll and vrt types to send cal and lo freqs checking for if context packets and setting up the payload pointer and size Reading 64 bit freq out of chunk of context packet. copied over vrt context and type headers, updated bits.h as well Dump IF-Context packets in hex. use gruel/inet.h instead of arap/inet.h fix white space made rxdspno a parameter for: start/stop streaming, and quadradio32fc | |||
2009-10-21 | query the model number from the host | Josh Blum | |
2009-10-19 | Resampler seems to be working for all values of rate | Tom | |
2009-10-19 | Working on fixing arbitrary resampler not working for rate < 1.0; this fixes ↵ | Tom | |
it for 0.5<=rate<=1.0 range. |