summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09Fixes ticket:87.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3749 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-09Fixed missing files for distribution.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3748 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-09Partial fix for ticket:84. Improves error message.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3747 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-09Change line ending style for config/*.m4 to LF from native.jcorgan
Completes ticket:88. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3746 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-09Updated AUTHORS file.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3745 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-08Updated AUTHORS to reflect Debian packaging done by Bdale Garbee.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3739 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-08Updated revision post 3.0 release.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3738 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-07Merged -r3690:3730 from jcorgan/pager branch into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3731 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Reverse erroneous config file update.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3724 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Update config.guess and config.sub from canonical source.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3723 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Prepare gr-how-to-write-a-block for separate distribution.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3722 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Reduced tmp usage during gnuradio-core 'make check'jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3721 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Updated config.guess and config.sub from canonical source.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3720 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-05Fixes ticket:82.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3718 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Trial fix for ticket:83jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3714 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Further fixes for ticket:81jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3712 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04general cleanup:gdt
add hints for pkgsrc (dependencies, how to link against them, avoid suggesing to install -devel) adjust language to be more OS-neutral change PYTHONPATH hint example to be 2.4 since that's more likely to be right if blindly copied. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3711 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Partial fix for ticket:81jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Portability fixes:gdt
Use /bin/sh instead of /bin/bash. Use = instead of == with test. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3708 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3707 ↵cswiger
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-10-04Disabled gr-error-correcting-codes until fix for ticket:80jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3704 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-03minor tweakeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3702 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-03Reversed changeset r2201, removing gr_feval_ff implementation.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3699 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-03Fixes ticket:79.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3697 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-30fixed problem with loggin dbpsktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3692 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-30Adds alphanumeric and numeric decoding.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3691 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-28Updated revision to 3.0svn.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3686 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-28Merged jcorgan/pager developer branch into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3685 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-28Fixes ticket:77.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3679 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-28Fixes ticket:76.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3678 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-28Partial fix for ticket:76. Fixes those components that are beingjcorgan
released in 3.0. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3676 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27New rbfs. These were compiled using Quartus 6.0 sp1eb
and include the post-ADC / pre-DDC digital rssi measurement code. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3667 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27some updates for 3.0rc1eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3664 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27added note pointing to traceb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3663 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27Merged changes from eb/digital-wip into trunk.eb
This includes: * renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital * refactoring the digital data tx and rx test code into benchmark_tx and benchmark_rx. These accept a -m <modulation> argument. <modulation> can currently be selected from gmsk, dbpsk, dqpsk * Two new AGC blocks: gr_agc2: separate attack and delay rates; gr_feedforward_agc: FIR-ish compressor. Normalizes to peak envelope. * Working DBPSK mod/demod (works fine) * Working DQPSK mod/demod (works, but still needs more work) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3662 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-22fixed install failure that occured with automake 1.7.9eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3619 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-22applied supplied patch to close ticket:70eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3608 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-21Merged -r3596:3600 of eb/ra_wb into trunk. This contains theeb
BSD read-ahead/write-behind fast usb support. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3601 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-19Updated ignore list.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3575 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-19Accomodate avr-gcc 4.1 deprecation.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3574 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-19Really fix ticket:68.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3573 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-19Fixes ticket:68, making 'Auto' the default trigger option.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3572 221aa14e-8319-0410-a670-987f0aec2ac5