Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-10-19 | Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld | Johnathan Corgan | |
This merge adds support for OSX 10.6 in gr-audio-osx and usrp. Conflicts: usrp/host/lib/usrp_prims_libusb0.cc | |||
2009-10-19 | moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX ↵ | Michael | |
printing of long and pointer types | |||
2009-10-18 | added v offset option to scope | Josh Blum | |
2009-10-18 | added to todo | Josh Blum | |
2009-10-17 | better for both cross-compiling and 10.6 native compiling, to determine CPU ↵ | Michael | |
architecture | |||
2009-10-15 | usrp: Fixed firmware load regression | Thomas Tsou | |
This fixes a bug from "Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776 The bus rescan after firmware load was stomped with the addition of libusb-1.0 support causing the subsequent device open to fail. libusb-1.0 doesn't (appear to) require the bus to be explicity rescanned. The rescan is added back for libusb-0.1. For libusb-1.0 the rescan nops. | |||
2009-10-15 | usrp: Corrected error message | Thomas Tsou | |
2009-10-15 | usrp: Added missing return values | Thomas Tsou | |
2009-10-15 | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | |
* commit '25a8': use clean numbers for waterfall ref and range tweaks to scope autoscaling registered key to hide/show control panel in wxgui windows Added window size param to all wxgui wrappers. add canonical options for copy enable param | |||
2009-10-15 | osx 10.6 x86_64 fixes for gr-audio-osx | Michael | |
2009-10-15 | OSX 10.6 x86_64 fixes for configure and libusb; Audio is next | Michael | |
2009-10-14 | fix usrp2 wrappers for vlen of 2 shorts | Josh Blum | |
2009-10-14 | fix so all handlers get called on event | Josh Blum | |
2009-10-13 | Merge branch 'qtmake' of git@gnuradio.org:trondeau into master | Johnathan Corgan | |
* 'qtmake' of git@gnuradio.org:trondeau: Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes are made and also passes 'make distcheck'. | |||
2009-10-13 | Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if ↵ | Tom | |
no changes are made and also passes 'make distcheck'. | |||
2009-10-13 | Added run-to-completion to demod_hrpt_file.grc | Johnathan Corgan | |
2009-10-13 | Added timing adjustment for zero crossings at bit edges | Johnathan Corgan | |