summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src
AgeCommit message (Collapse)Author
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-03Houston, we have a trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5