summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy
AgeCommit message (Collapse)Author
2007-08-01Made --notches code more robust--error checks, and it now also "tracks"mleech
frequency changes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6094 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-31Added an experimental feature for listing notch frequencies on the command linemleech
using --notches. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6093 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-30Extended the range of the offset controls so that it now covers -750 to +750mleech
Added bounds-checking/setting for both --calib_coeff and --calib_offset git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6084 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-30Added GUI for post-detector offset and gain. Previously these were carriedmleech
on the command line only, as --calib_offset and --calib_coeff. Now you can tweak them with the GUI, and the command line options have different scaling than previously. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6083 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-30DBS_RX_2_1 --> DBS_RX_REV_2_1mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5570 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-29Changed detector chain in usrp_psr_receiver to use complex_to_mag_squared.mleech
Changed usrp_ra_receiver to use dbid() method to determine which card type is being used. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5564 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-21Changed a chain of split/multiply/add for the detector into a singlemleech
gr_complex_to_mag_squared(). I'm hoping this will save a little in terms of buffer management and CPU cycles. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5060 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-28Added control button for turning scanning on/off in SETI mode.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4817 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-15Fixed syntax error that was previously not caught by Python.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4760 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-15Increased FFT average upper limit to 3000, from 2000mleech
Fixed type mistmatch in Numeric.zeros() git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4759 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-07Merged eb/usrp-install r4723:4727 into trunk.eb
This moves usrp related .py files from the top-level of site-packages into site-packages/usrpm. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues ↵jcorgan
with libtool and already installed libraries. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-27Fixed bug in write_hits--was using wrong index variable.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3873 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-24Added notation tag to continuum log file indicating whether the Sun is in themleech
sky at the time or not. Increased the difficulty of the "gauntlet" that "hits" in the SETI mode have to run through in order to be considered a hit. Hard to test :-) Added intensity levels to SETI hit logging. This will allow post-facto gaussian profile determination for any hits that are found. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3842 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-11Added "Spectral Cursor" functionality into the waterfall display.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3772 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-10Made SETI mode remove the continuum components. Because of themleech
continuous frequency-scanning, the continuum data will be invalid anyway, and of little use. This saves a little bit of CPU, so I've been able to get a 25Khz FFT with a length of 32768 bins, for continued sub-1Hz resolution, but with a wider instantaneous bandwidth. For some reason, though, there's a "knee" in the curve, and running at 50Khz sampling increases the CPU consumption by a much larger factor than you'd expect. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3764 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-10Removed --calib_eqn, added more internal documentation on the SETI mode.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3759 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-10Improved SETI mode--added 1Mhz swath scanning, and reduced SETI mode FFTmleech
bandwidth to 12.5Khz, allowing sub-1Hz resolution. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3758 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-07Added waterfall display, and SETI processing options to usrp_ra_receiver, whichmleech
necessitated an RA-specific version of waterfallsink. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3735 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Changed data logging significantly, in that for continuum data, the datamleech
logging is more directly plugged into the signal-processing chain, rather than being a side-effect of plotting. For spectral data, had it copy spectral bins into a data buffer that gets dumped once per second in the UI, same as continuum data. Added --calib_coeff and --calib_offset command-line parameters to scale the output of the continuum detector. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3706 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-23Added --audio_dev option.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3626 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-21updated FSF street addresseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3602 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-21Increased annotation-writing interval to 20 seconds, to save disk space.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3593 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-20Added more annotation data to data files, including center frequency, mleech
bandwidth, integration time, spectral averaging, and gain. This necessitated a change to data file syntax in the last token, but the post-processing scripts have been updated to handle both old and new formats. In the old format, there was a single "annotation" token-- the current declination. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3588 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-18Updated the way the LPF bandwidth is set on daughtercard, if DBS_RX.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3571 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-18Updated proportionality constantmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3570 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-05Changed calculation of receive power from squared I+Qmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3490 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-05Turned on baseband filtering if DBS_RXmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3489 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-05Turned on baseband filtering if DBS_RXmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3488 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-27Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan
run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-16More fixes for ticket:35, which was reopened.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3291 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-12Fixes ticket:26, ticket:27, and ticket:32.jcorgan
Merged -r3250:3255 from jcorgan/ticket-26. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3259 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-07Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 fromjcorgan
/gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now successfully completes on a machine that has never had gnuradio installed before. In addition, several cleanups and refactoring of build system code have been applied. NOTE: gr-audio-portaudio, gr-audio-osx, and gr-audio-windows have not been fully tested and will need verification by the maintainers of these components. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-06Fixed ticket 10. Merged from /gnuradio/developers/branches/jcorgan/ticket-10.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3193 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-04Cleaned up top-level README, and fixed or deleted lower level ones aseb
appropriate. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-03Houston, we have a trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5