2005-03-29  Eric Blossom <eb@comsec.com>

	* python/gmsk/ggmsk-test.py, python/gmsk/gmsk-test.py: new GMSK
	test code from Joshua Lackey <jl@noether.uoregon.edu>

	* python/gmsk/tx.py, python/gmsk/rx.py: new tx and rx modules that
	depending on command line options do either FSK or GMSK and use
	either files, sockets, named pipes or a USRP for their inputs and
	outputs.  From Bob Vincent <bvincent@bbn.com>

2005-03-29  Eric Blossom  <eb@comsec.com>
	
	* python/audio/audio_copy.py, python/audio/multi_tone.py,
	python/audio/mono_tone.py: replace ALSA specific default argument
	with ""

2005-03-04  Eric Blossom  <eb@comsec.com>

	* python/usrp/nbfm_ptt_quick_and_dirty.py: simple NBFM
	push-to-talk transceiver. (Works, but has a latency problem that
	needs to be fixed)

2005-02-28  Eric Blossom  <eb@comsec.com>

	* python/usrp/fsk_tx.py: reduced gain, added -N (no gui) flag.
	* python/usrp/fsk_rx.py: added -N (no gui) flag.
	Running Tx and Rx on same machine (1.4 GHz Pentium M) 100kb/sec
	burns up about 70% of CPU with -N options on both.

2005-02-25  Eric Blossom  <eb@comsec.com>

	Removed usrp0 directory.
	Moved contents of usrp1 directory into usrp directory.

2005-02-22  Eric Blossom  <eb@comsec.com>

	* python/usrp1/nbfm_rcv.py: added squelch.

2004-10-13  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.2cvs

2004-10-11  Eric Blossom  <eb@comsec.com>

	* Makefile.am (EXTRA_DIST): added config.h.in

2004-10-07  Chuck Swiger  <cswiger@widomaker.com>
	
	* python/audio/audio_to_file.py: coerce audio sample rate to int.

2004-10-07  Eric Blossom  <eb@comsec.com>
	
	* python/usrp1/wfm_rcv.py: new.  Single channel broadcast FM
	receiver for usrp1 + microtune 4937.

2004-09-23  Eric Blossom  <eb@comsec.com>

	* config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
	config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
	config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
	config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
	to first arg of AC_DEFUN to silence automake warning.

2004-09-18  Eric Blossom  <eb@comsec.com>

	These changes happened somewhere around DCC

	* python/usrp/usrp_fft.py: new
	* python/usrp1/dsb_tx.py: new double sideband AM transmitter
	* python/usrp1/fm_tx4.py: simultaneous 4 channel narrow band FM transmitter
	* python/usrp1/fsk_rx.py: FSK Rx module.  Needs some work.
	* python/usrp1/fsk_tx.py: FSK Tx module.  Needs some work.

2004-08-19  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_rx_file.py (main): added command line parsing.
	* python/usrp/usrp_siggen.py: added command line parsing.

	* python/usrp1/test_digital_loopback_lfsr.py,
	python/usrp1/test_digital_loopback_counting.py,
	python/usrp1/test_digital_counting.py: new.  Take advantage of
	scheduler fix to implement both the tx and rx path's in the same
	flow graph.


2004-07-31  Eric Blossom  <eb@comsec.com>

	* python/usrp0, python/usrp1: new directories for rev specific examples.
	* python/usrp1/loopback.py (main): new.

2004-07-30  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_siggen.py: now directly queries hardware for dac freq.
	* python/usrp/usrp_rx_file.py: now directly queries hardware for dac freq.

2004-07-17  Eric Blossom  <eb@comsec.com>

	* python/mc4020/fm_demod.py: updated to use new mc4020 block, formatting

2004-07-12  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.1cvs

2004-07-03  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_siggen.py: Yeah!  The first demo program that
	reconfigures the flow graph on the fly!

#
# Copyright 2004 Free Software Foundation, Inc.
# 
# This file is part of GNU Radio
# 
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# 
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# 
