Statistics
| Branch: | Tag: | Revision:

root @ 9d1423b9

# Date Author Comment
9d1423b9 04/30/2008 03:52 am Eric Blossom

Merged features/inband-usb -r6431:8293 into trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8295 221aa14e-8319-0410-a670-987f0aec2ac5

7f202514 04/30/2008 03:50 am Eric Blossom

distcheck fix for gr-gcell

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8294 221aa14e-8319-0410-a670-987f0aec2ac5

ea9c9ca4 04/30/2008 02:33 am Eric Blossom

minor cleanup to [8292]

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8293 221aa14e-8319-0410-a670-987f0aec2ac5

38ea3a57 04/30/2008 02:24 am Eric Blossom

Tweaks for gcc 4.3 based on patch from Marek Mahut <>.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5

d8e26417 04/26/2008 03:26 am Johnathan Corgan

Fix race on startup in fftsink2 (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8279 221aa14e-8319-0410-a670-987f0aec2ac5

5eefec8e 04/24/2008 11:24 pm Johnathan Corgan

Make fftsink2 average and peak hold modes independent.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8275 221aa14e-8319-0410-a670-987f0aec2ac5

19591599 04/24/2008 11:02 pm Johnathan Corgan

Changed fftsink2 peak hold to be concurrent with live trace.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8274 221aa14e-8319-0410-a670-987f0aec2ac5

b92c457a 04/24/2008 08:32 pm Johnathan Corgan

Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgraph reconfiguration bug reported by Tim O'Shea and Mark Schneider.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8271 221aa14e-8319-0410-a670-987f0aec2ac5

b9ba2711 04/22/2008 10:24 pm Eric Blossom

Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU
Radio interface to the Cell Broadband Engine.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8244 221aa14e-8319-0410-a670-987f0aec2ac5

2ae538ed 04/18/2008 04:06 pm Tom Rondeau

Improved performance of the ML sync (with added computations). It uses the energy calculation to normalize the correlation and the timing sequence and correlation together to determine the timing. This works for frequencies of +-0.6 offset, which is a limiting factor still in the performance but better than the previous checkin....

b96d58fd 04/17/2008 02:37 pm Tom Rondeau

Improved the pnac ofdm sync block. This is based on a VTC'99 paper by Tufvesson, et al. that does a bit more work than the Schmidl and Cox to produce a more identifiable peak for the timing. This seems to work well in the simulation for low frequency errors. The correlation doesn't seem to track well, though. See the comments for more info. Also, the peak detection requires unity amplitude for the threshold detection. So, who wants to make an OFDM AGC?...

8bce0d9e 04/16/2008 05:12 pm Tom Rondeau

to complete what I started, this makes the ofdm_sync_fixed block work again in the OFDM receiver. Its only used for testing in the simulation mode if you want to remove any affects of the synchronization blocks. You have to manually edit the number of symbols and any fractional frequency offset you might want to use....

9b1edaa9 04/16/2008 04:22 pm Tom Rondeau

The ofdm_sync_pnac method now works, though not that well. The frequency estimation is horrible and it still has some problems that may be a fundamental issue with the idea. I need to get the paper this was based off of to review it.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8212 221aa14e-8319-0410-a670-987f0aec2ac5

9f20c33e 04/16/2008 05:32 am Eric Blossom

FFT inverse tranform is now correct.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8211 221aa14e-8319-0410-a670-987f0aec2ac5

8f2a5f38 04/16/2008 03:48 am Eric Blossom

Merged gcell-wip -r8159:8202 into trunk. This includes the following
changes: * gc_make_job_manager now returns a boost::shared_ptr * opts.program_handle is now a boost::shared_ptr * two new functions for getting a program handle * look_proc and alloc_job_desc now throw on error...

6d234892 04/15/2008 11:38 pm Johnathan Corgan

Fixed to pass distcheck, except QA test operates differently during distcheck vs. command-line, so commented out for now.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8207 221aa14e-8319-0410-a670-987f0aec2ac5

a52f9a19 04/15/2008 09:31 pm Johnathan Corgan

Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoder
and decoder corresponding to the R=1/2, K=7 CCSDS standard ("Voyager").

This code is a GNU Radio wrapper around a 1995-era KA9Q portable-C
implementation, and is designed for continuous streaming data, not packets....

42b48770 04/15/2008 05:12 pm Tom Rondeau

Mostly fixed the van de Beek ML synchronization scheme. Instead of using the CP timing signal, it correlates against the known preamble just to send along the timing trigger. This works nicely and keeps the frequency more constant in the receiver since it updates the estimate every received symbol. Read the comments inside to see why it's 'mostly fixed' -- this was mostly proving a point for myself today....

3a2f0b7e 04/15/2008 05:06 pm Tom Rondeau

Adjusting structure a bit to redistribute responsibilities. This does not change the behavior or performance at all. The sync. block only calculates the frequency and timing signals and now outputs the fine frequency adjustment signal from output 0 and the timing signal for the start of the packet from output 1....

87b7f14e 04/12/2008 08:06 pm Johnathan Corgan

Fix typo in previous check-in

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8194 221aa14e-8319-0410-a670-987f0aec2ac5

ccea950c 04/12/2008 08:03 pm Johnathan Corgan

Addes gr.cpfsk_bc(), a continuous phase frequency shift keying modulator block.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8193 221aa14e-8319-0410-a670-987f0aec2ac5

92c63035 04/12/2008 06:36 pm Johnathan Corgan

Adds gru.daemonize() and example application. Simplifies running GNU Radio applications as background daemon processes instead of foreground applications.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8191 221aa14e-8319-0410-a670-987f0aec2ac5

296f981f 04/12/2008 05:42 pm Johnathan Corgan

Adds gr.integrate_XX for ss, ii, ff, and cc. Sums successive samples and decimates. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8190 221aa14e-8319-0410-a670-987f0aec2ac5

5b45a79a 04/12/2008 03:46 pm Johnathan Corgan

Fixes typo in r8188.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8189 221aa14e-8319-0410-a670-987f0aec2ac5

3dbdc7d2 04/11/2008 11:51 pm n4hy McGwier

bug in gr_argmax_XX.cc.t fixed

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8188 221aa14e-8319-0410-a670-987f0aec2ac5

b91ae994 04/11/2008 11:33 pm n4hy McGwier

fixing bug in gr_max_XX.cc.t and modifying qa_max.py to test fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8187 221aa14e-8319-0410-a670-987f0aec2ac5

c989df77 04/11/2008 09:31 pm Johnathan Corgan

Adds gr.repeat(), an interpolating block to repeat a sample N times on the output.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8186 221aa14e-8319-0410-a670-987f0aec2ac5

a761af14 04/11/2008 07:47 pm Johnathan Corgan

Added CIC compensation filter tap generator. Useful when working without the half-band filter in the USRP.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8185 221aa14e-8319-0410-a670-987f0aec2ac5

3723fa62 04/11/2008 03:50 pm Johnathan Corgan

Add ignores for new directory.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8184 221aa14e-8319-0410-a670-987f0aec2ac5

b846eaa2 04/10/2008 10:25 pm n4hy McGwier

put portaudio examples in a separate directory

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8182 221aa14e-8319-0410-a670-987f0aec2ac5

61d01c46 04/10/2008 09:54 pm n4hy McGwier

adding example sources to portaudio

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8181 221aa14e-8319-0410-a670-987f0aec2ac5

ca4b84f1 04/10/2008 09:51 pm n4hy McGwier

portaudio specific examples added to gr-audio-portaudio

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8180 221aa14e-8319-0410-a670-987f0aec2ac5

873a6125 04/09/2008 03:26 pm Johnathan Corgan

Fixes ticket:238. (Tim Meehan)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8163 221aa14e-8319-0410-a670-987f0aec2ac5

10c5ad21 04/02/2008 12:37 am Tom Rondeau

Adding a simple script to read data from the MSDD source and dump it to a file.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8151 221aa14e-8319-0410-a670-987f0aec2ac5

8ff199cd 04/02/2008 12:23 am Tom Rondeau

Changed from TCP to UDP streaming; only reissue command when opening the socket or changing the streaming parameters.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8150 221aa14e-8319-0410-a670-987f0aec2ac5

68fa20fd 04/01/2008 08:54 pm n4hy McGwier

audio windows added to audio.py

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8146 221aa14e-8319-0410-a670-987f0aec2ac5

ce0a5f5d 03/31/2008 11:30 pm Tom Rondeau

merging branch trondeau/ofdm r7971:8143. Fixing subcarriers and other issues to improve OFDM system operation. Not much more we can do with this than add channel coding and cleaning up.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8144 221aa14e-8319-0410-a670-987f0aec2ac5

52234f95 03/25/2008 10:59 pm n4hy McGwier

modifications to firmware requires test code changes for udp

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8114 221aa14e-8319-0410-a670-987f0aec2ac5

c529a473 03/24/2008 04:55 pm Johnathan Corgan

Update config files from canonical source.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8105 221aa14e-8319-0410-a670-987f0aec2ac5

485cb0c8 03/24/2008 04:46 pm Johnathan Corgan

Update config files from canonical source.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8101 221aa14e-8319-0410-a670-987f0aec2ac5

5a477a01 03/24/2008 03:58 pm Johnathan Corgan

Fixed gr.udp_source,sink for use on Win32 (Don Ward)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8097 221aa14e-8319-0410-a670-987f0aec2ac5

8d51a86a 03/24/2008 03:52 pm Johnathan Corgan

Tweak ticket:181 fix for Win32 (Don Ward)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8096 221aa14e-8319-0410-a670-987f0aec2ac5

7916dd86 03/24/2008 03:42 pm Johnathan Corgan

Add missing peak hold initialization (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8095 221aa14e-8319-0410-a670-987f0aec2ac5

a0eae4b4 03/24/2008 07:46 am Eric Blossom

Fix for gcell corrrectness/performance problem. Replaces mfc_sync
with appropriate use of tag and fenced get. We could pick up a bit
of additional performance by double buffering the the local store
job descriptor, but that's left for a rainy day.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8090 221aa14e-8319-0410-a670-987f0aec2ac5

b1408be6 03/24/2008 07:39 am Eric Blossom

dependency fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8089 221aa14e-8319-0410-a670-987f0aec2ac5

166bf655 03/24/2008 07:00 am Eric Blossom

minor cleanup

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8088 221aa14e-8319-0410-a670-987f0aec2ac5

28361a1b 03/24/2008 06:09 am Eric Blossom

Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.
(eb/trunk-with-gcell r8037:8085). Expect additional tweaks, but
currently works and passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8086 221aa14e-8319-0410-a670-987f0aec2ac5

a3ee0a2d 03/19/2008 10:49 pm Eric Blossom

Minor tweak that avoids intermittent build failure

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8057 221aa14e-8319-0410-a670-987f0aec2ac5

d64316ea 03/19/2008 05:31 pm Johnathan Corgan

Fix missing symbolic link in Debian packages.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8051 221aa14e-8319-0410-a670-987f0aec2ac5

2206859b 03/19/2008 04:46 pm Johnathan Corgan

Fixes ticket:193

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8050 221aa14e-8319-0410-a670-987f0aec2ac5

7aa3a057 03/17/2008 12:48 am gdt

Don't define RANDOM_MAX on systems that have already defined it. (At
present, only NetBSD-current is known to do this.) Improve the
comment explaining the situation.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8034 221aa14e-8319-0410-a670-987f0aec2ac5

00f4fd98 03/16/2008 10:09 pm gdt

Use AC_PATH_PROG to avoid which(1).
In addition to testing if $SVN is non-null, require the presence of a
subversion ".svn" directory.
Confirmed working with svn builds.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8033 221aa14e-8319-0410-a670-987f0aec2ac5

c5652769 03/16/2008 09:35 pm gdt

Add comments noting things that need fixing.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8032 221aa14e-8319-0410-a670-987f0aec2ac5

0388ecb6 03/12/2008 05:52 pm Johnathan Corgan

Fix incorrect FFT size compensation in fftsink2

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7997 221aa14e-8319-0410-a670-987f0aec2ac5

35a36b10 03/08/2008 06:52 pm Johnathan Corgan

Add ignores for generate-stamp.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7971 221aa14e-8319-0410-a670-987f0aec2ac5

6fa9db14 03/07/2008 07:59 pm Tom Rondeau

Adds callback function so that the user can click on a point in the time sequence and highlight it and the corresponding point in the constellation diagram; can cycle forwards and backwards using keys, respectively.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7957 221aa14e-8319-0410-a670-987f0aec2ac5

4f2f87e7 03/05/2008 03:40 pm Eric Blossom

Merged eb/reverted-7899 -r7928:7930 into trunk. This effectively
reverts changeset 7899 and fixes some distcheck problems. We're now
back to the old behavior, where you must "make" before "make distcheck".

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7931 221aa14e-8319-0410-a670-987f0aec2ac5

787c17cf 03/04/2008 02:13 am Johnathan Corgan

Fix tab/space usage for previous fix.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7916 221aa14e-8319-0410-a670-987f0aec2ac5

526aaf45 03/04/2008 01:43 am Johnathan Corgan

Fix missing connect call from hier_block2 conversion.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7915 221aa14e-8319-0410-a670-987f0aec2ac5

a2bc656b 03/03/2008 10:14 pm Eric Blossom

Fix for ticket:236, parallel makes are indeterminate.
Merged eb/pmake r7909:7911 into trunk

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7912 221aa14e-8319-0410-a670-987f0aec2ac5

bd31e949 02/29/2008 07:48 pm Johnathan Corgan

Update for new gr-msdd6000 component.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7906 221aa14e-8319-0410-a670-987f0aec2ac5

1f1a5841 02/29/2008 07:42 pm gdt

Change prefix to /usr/local/gnuradio, believed acceptable on *BSD and
Linux, based on discussion with jcorgan.

Explain purpose of script better, and increase warnings at beginning.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7905 221aa14e-8319-0410-a670-987f0aec2ac5

24c3d694 02/29/2008 07:26 pm Johnathan Corgan

Merged r7857:7898 from n4hy/msddLTS into trunk, with modification. Adds gr-msdd6000 component, providing GNU Radio source and sink support for the Softronics Ltd. MSDD 6000 receiver.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7904 221aa14e-8319-0410-a670-987f0aec2ac5

a3ef00c5 02/29/2008 05:40 pm Johnathan Corgan

Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'make distcheck' without running 'make' first.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7899 221aa14e-8319-0410-a670-987f0aec2ac5

5896598b 02/29/2008 03:19 pm gdt

Set PREFIX back to /usr/gnuradio, because systems that do not use /opt
and follow traditional UNIX partitioning will then put the build in /
(which does not have adequate space and violates the point of / being
separate). The prefix /usr/gnuradio is also not known to be in use by...

90e4faa6 02/29/2008 04:00 am Johnathan Corgan

Merged r7769:7873 from michaelld/bc_behavior into trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7888 221aa14e-8319-0410-a670-987f0aec2ac5

c7da4a90 02/28/2008 11:14 pm Johnathan Corgan

Adjust ref-scale to match observed amplitude on oscope.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7871 221aa14e-8319-0410-a670-987f0aec2ac5

9905fe27 02/28/2008 08:11 pm Michael Dickens

Fix for QA code for wavefile.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7866 221aa14e-8319-0410-a670-987f0aec2ac5

f2fa77f6 02/28/2008 07:40 pm Johnathan Corgan

Make usrp_fft.py reference scale configurable.

Default is 14390, which is the ADC full scale * CORDIC gain
in the FPGA DDC.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7865 221aa14e-8319-0410-a670-987f0aec2ac5

a2d1e369 02/28/2008 07:35 pm Johnathan Corgan

Make averaging alpha configurable

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7864 221aa14e-8319-0410-a670-987f0aec2ac5

5ede0e2b 02/28/2008 07:03 pm Johnathan Corgan

Added reference scaling to fftsink2. Default behavior is unchanged.

The new parameter 'ref_scale', defaulting to 1.0, represents a 0 dB
y-axis value.

Updated usrp_fft.py to display dBFS by setting ref_scale to 32768.0
and ref_level to 0. This results in the full 100 dB of dynamic range...

2869e858 02/26/2008 11:02 pm Tom Rondeau

merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big issues in transmitting OFDM over the air with 1 preamble symbol. Still some smaller issues left.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7848 221aa14e-8319-0410-a670-987f0aec2ac5

8779afa3 02/26/2008 10:34 pm Martin Dvh

removed bug in gr_test which could result in segfault when d_sizeof_output_item!=d_sizeof_input_item

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7847 221aa14e-8319-0410-a670-987f0aec2ac5

046604dc 02/26/2008 08:05 pm Johnathan Corgan

Fix missing files in distribution tarball (Dan Halperin).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7844 221aa14e-8319-0410-a670-987f0aec2ac5

2e613682 02/26/2008 07:04 pm Johnathan Corgan

Fix bitmap update on Win32 (Don Ward).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7840 221aa14e-8319-0410-a670-987f0aec2ac5

57b3fa45 02/26/2008 05:44 pm Johnathan Corgan

Reverted changeset r1631 on trunk (cruft).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7834 221aa14e-8319-0410-a670-987f0aec2ac5

666732e7 02/24/2008 08:14 pm Johnathan Corgan

Fix typo.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7823 221aa14e-8319-0410-a670-987f0aec2ac5

a047f68e 02/24/2008 08:10 pm Johnathan Corgan

Catch up Debian packages

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7822 221aa14e-8319-0410-a670-987f0aec2ac5

b0245c71 02/24/2008 01:54 am Johnathan Corgan

Fix topology checking code in gr_flowgraph. Thanks to Dan Halperin.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7802 221aa14e-8319-0410-a670-987f0aec2ac5

c6bb9986 02/24/2008 01:42 am Johnathan Corgan

Fixed waterfallsink2 display with wxGTK-2.8, remove duplicated code. Thanks to Tobias Gresch.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7801 221aa14e-8319-0410-a670-987f0aec2ac5

776da31e 02/21/2008 07:16 pm Michael Dickens

Merged build_config branch into trunk:

1) Modified top-level run_tests.sh script:

a) to execute code for setting or changing the library search path in
Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs
only, not on other host OSs.
...
fd7f6c8c 02/21/2008 01:55 am Eric Blossom

disabled test_002_checkwavcopy, fails on PPC

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7761 221aa14e-8319-0410-a670-987f0aec2ac5

6c2acc10 02/19/2008 03:48 am gdt

Add make clean before make.
Add dependencies for gr-sounder and gr-utils.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7741 221aa14e-8319-0410-a670-987f0aec2ac5

8cfa8db4 02/19/2008 03:46 am gdt

Use directory declarations rather than hand-written install rules, in
order to avoid the use of "install -D", which creates missing
directories on Linux and does something metalog-related on NetBSD.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7740 221aa14e-8319-0410-a670-987f0aec2ac5

3a4437ae 02/19/2008 03:12 am Johnathan Corgan

Merged Tim Meehan's gr.and_*, gr.not_*, and gr.or_* blocks. Passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7739 221aa14e-8319-0410-a670-987f0aec2ac5

ac5495a4 02/18/2008 05:20 pm Johnathan Corgan

Merged r7732:7734 from jcorgan/boolean into trunk. Add's Tim Meehan's gr.xor_* blocks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7735 221aa14e-8319-0410-a670-987f0aec2ac5

e7fda5b5 02/18/2008 06:27 am Johnathan Corgan

Merged -r7723:7729 from jcorgan/wav into trunk, with added example program. Adds Martin Braun's gr.wavfile_source and gr.wavfile_sink blocks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7730 221aa14e-8319-0410-a670-987f0aec2ac5

dec3205c 02/17/2008 12:37 am Johnathan Corgan

Fix word usage.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7721 221aa14e-8319-0410-a670-987f0aec2ac5

07a63e98 02/16/2008 09:03 pm gdt

Try to build every module. This script is now mostly ok.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7720 221aa14e-8319-0410-a670-987f0aec2ac5

3e418bcc 02/16/2008 06:47 pm gdt

add missing dependencies from some components.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7719 221aa14e-8319-0410-a670-987f0aec2ac5

d3efda7e 02/16/2008 06:10 pm Johnathan Corgan

Improve hierarchical block documentation.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7718 221aa14e-8319-0410-a670-987f0aec2ac5

8150149e 02/16/2008 04:55 pm gdt

Script to build and install GNU Radio one component at a time. Read
thoroughly before running.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7717 221aa14e-8319-0410-a670-987f0aec2ac5

46c1c946 02/15/2008 06:45 pm Matt Ettus

Show 100 dB

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7707 221aa14e-8319-0410-a670-987f0aec2ac5

242ce170 02/14/2008 12:07 am Matt Ettus

Allow variable number of vertical divisions on FFT sinks

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7666 221aa14e-8319-0410-a670-987f0aec2ac5

b836d1ca 02/11/2008 03:57 pm Michael Dickens

Fix for gr-comedi when using --with-gnuradio-core in configure.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7632 221aa14e-8319-0410-a670-987f0aec2ac5

729f214b 02/11/2008 02:58 pm Michael Dickens

Fix for older autoconf that doesn't define "abs_top_YYY" variables by
default.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7631 221aa14e-8319-0410-a670-987f0aec2ac5

e57a197d 02/10/2008 11:37 pm Matt Ettus

swap IQ on TX side, and allow a second chance to get lock detect

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7627 221aa14e-8319-0410-a670-987f0aec2ac5

1eeb01e3 02/10/2008 11:36 pm Matt Ettus

allow for iq swap on TX side as well

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7626 221aa14e-8319-0410-a670-987f0aec2ac5

d11295c3 02/10/2008 09:23 pm Matt Ettus

lower phase noise with lower cp current

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7625 221aa14e-8319-0410-a670-987f0aec2ac5

48fefc9b 02/08/2008 11:48 pm Johnathan Corgan

Merged r7611:7614 from jcorgan/gpio into trunk. Adds custom
FPGA build for streaming digital I/O to/from GPIO pins through LSB of I and Q
datastreams, with example programs of use.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7618 221aa14e-8319-0410-a670-987f0aec2ac5