Statistics
| Branch: | Tag: | Revision:

root / gnuradio-examples @ 6ce881ca

# Date Author Comment
e41989bb 04/18/2009 02:24 am Eric Blossom

Updated to work with old or new handling of Basic Rx daugherboard subdevs.

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

65560956 04/16/2009 07:54 am Johnathan Corgan

Change our examples to use gr.channel_model instead of blks2.channel_model

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

58bd4cea 04/15/2009 02:21 am n4hy McGwier

new fm detector added based on FIR derivative detector. Stereo sep better than pll based one and more efficient. Tweaking probably needed, usrp_wfm_rcv_fmdet added to demo

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

c3f962a1 03/14/2009 02:28 am Johnathan Corgan

Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck.

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

4eea337c 03/12/2009 05:14 pm Johnathan Corgan

Add daughterboard test

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

503efe1f 02/26/2009 11:39 pm Johnathan Corgan

Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.

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

85b76dd5 01/27/2009 06:00 pm Johnathan Corgan

General housekeeping--removing ancient cruft mostly.

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

f0d8ab4f 01/27/2009 04:10 pm Johnathan Corgan

Removed DECT Python example. Refer to DECT project in CGRAN for a more comprehensive example.

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

72c625f7 12/24/2008 08:10 am Johnathan Corgan

Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP.

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

6e263b3d 11/17/2008 02:38 am Tom Rondeau

Added ability to select USRP board to digital examples

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

7ea75f89 11/03/2008 08:08 pm Johnathan Corgan

Merged r9881:9917 from jcorgan/deb-wip into trunk. Updates Debian/Ubuntu packaging system to build trunk code on Ubuntu 8.10.

Several new trunk components still need debs created.

Impact on non-packaging code:

  • Renamed libgr_audio_alsa.so to libgnuradio-audio-alsa.so...
600ece08 10/27/2008 03:09 am Johnathan Corgan

Adds usrp2 example directory, WFM receiver. Default audio rate works out to 32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to get rid of the warning message. A resampler would be ideal.

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

5bfda44b 10/01/2008 08:42 pm n4hy McGwier

pll bandwidth optimized to more nearly meet Carson's rule. The 19 kHz pilot recovery will soon be replace by polyphase channelizer trick

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

3d7cc189 10/01/2008 02:22 am n4hy McGwier

Stereo receiver with 48 kHz sample rate output using rational resampler. Better filters chosen than optfir.

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

56bb94c9 09/16/2008 11:31 pm n4hy McGwier

bug in scopesink fixed

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

440ac243 09/16/2008 11:15 am Johnathan Corgan

doc update

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

5c071b07 09/14/2008 06:37 pm Johnathan Corgan

Adds frequency accessor for Costas loop, BERT receiver displays frequency and timing offset

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

c4b73c46 09/13/2008 11:43 pm Johnathan Corgan

Merged r9564:9568 from jcorgan/bert into trunk. Adds BPSK bit error testing examples and support blocks.

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

17073112 08/25/2008 06:16 pm Johnathan Corgan

Fix missed fg to tb conversion (Ulf Lindgren)

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

2c8ea58e 08/19/2008 11:09 pm Eric Blossom

Merged features/mp-sched -r8915:9335 into the trunk. The trunk now
contains the SMP aware scheduler. This changeset
introduces a dependency on boost 1.35 or later.
See source:gnuradio/trunk/README.building-boost for additional info.

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

955cb47c 08/06/2008 12:15 am jcoy

dial_tone c++ example top block pointer fix

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

ab6cf111 06/24/2008 07:41 pm Matt Ettus

match the actual filename used

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

ab9413ed 06/23/2008 06:36 pm Eric Blossom

added a few examples for benchmarking multithreaded scheduler

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8666 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

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

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...

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.
...
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

42d9c6f4 02/08/2008 11:32 pm Johnathan Corgan

Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki....

05005e3d 02/08/2008 04:36 am Eric Blossom

Removed gr.flow_graph, gr.hier_block and friends. From here on out
all work on the trunk must use gr.top_block and gr.hier_block2.
Merged eb/fg-no-more -r7602:7606 into trunk.

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

0ffca9f4 01/26/2008 01:30 am Matt Ettus

better filter bandwidths

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

d830a454 01/19/2008 07:16 pm Johnathan Corgan

Fixes ticket:229. Fixed code in synthesis filterbank, restored test programs from limbo and upgraded to use blks2.

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

c1349105 01/14/2008 02:06 pm Tom Rondeau

Fixed tunnel.py to properly call send_pkt. Runs on USRP although I can't fully test it.

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

88632145 01/12/2008 10:19 pm Tom Rondeau

Converting OFDM tunnel.py to use blks2

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

ee31bc08 01/09/2008 11:27 pm Tom Rondeau

merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK receiver; adds branching and branchless versions of clipping and slicing routines to gr_math.

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

ce165145 01/02/2008 05:35 pm Tom Rondeau

Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hier_block2 in blks2impl and removed from blksimpl. The new code
implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off...

481636b7 12/27/2007 09:29 pm Johnathan Corgan

Added missing script to Makefile.am

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

85628b23 12/11/2007 11:45 pm Martin Dvh

added AM reception example in the style of wfm_rcv

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

8e87bb89 11/27/2007 05:12 pm Johnathan Corgan

Convert missed script in digital examples to top_block code.

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

6ae6d3f5 11/03/2007 12:59 am Johnathan Corgan

Merged r6794:6798 from jcorgan/t198. Fixes ticket:198.

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

cdc4b741 10/29/2007 05:54 am Eric Blossom

eliminate warning when pktno > 64K

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

e692e713 09/18/2007 06:59 pm Johnathan Corgan

Merge r6461:6464 from jcorgan/t162-staging into trunk.

  • Final gr.top_block and gr.hier_block2 implementation inside
    gnuradio-core/src/lib/runtime
  • Implementation of gr.hier_block2 versions of all the old-style blocks
    in blks. These live in blks2....
a211635b 09/04/2007 07:47 pm Johnathan Corgan

Oops.

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

42c1bfdc 09/04/2007 01:21 pm Johnathan Corgan

Cleanup on gnuradio-examples restructuring.

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

54d6b928 09/04/2007 02:43 am Johnathan Corgan

Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.

Created new top-level component, gr-utils, to hold commonly used utility
scripts (originally in gnuradio-examples). These now install into the
system path, allowing their use from wherever....

a55fd4e3 08/28/2007 07:09 pm Eric Blossom

applied patch from Michael Dickens

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

c088a546 08/27/2007 06:49 pm Johnathan Corgan

Merged r6171:6186 from jcorgan/fg into trunk.

Changes hierarchical flow graph API to use gr.top_block instead
of gr.runtime.

See discuss-gnuradio mailing list for explanation of changes.

GRC has not been updated to use the changed API.

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

7dca4d18 08/17/2007 06:38 pm Johnathan Corgan

Added selection of USRP hardware

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

9967e2e7 08/04/2007 03:21 pm Tom Rondeau

merged -r5966:6112 on trondeau/ofdm_mod. Allows for generic constellations (supports bpsk, qpsk, 8psk, qam16, qam64, and qam256 currently), fixes some bugs in the correlation and altered default parameters for over-the-air operation. This merge fixes ticket:156 and ticket:157....

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

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

b4d5fd2f 07/12/2007 06:25 pm Johnathan Corgan

Fix gain setting in digital example transmit path. Only affects BasicTX and LFTX operation.

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

86b3b012 06/25/2007 10:12 pm Martin Dvh

removed bug in pll_carrier_recovery which prevented stereo from working. Side-effect is that stereo-squelch is disabled for now

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

5688cb1e 06/15/2007 08:01 pm anastas

added two helper functions: fsm_concatenate and fsm_radix

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

a663f5b4 06/10/2007 06:16 pm Tom Rondeau

Merging OFDM features branch r5661:5759 into trunk. OFDM works over the air with BPSK and QPSK modulations on subcarriers. Passes make distcheck.

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

c7dbfcc7 06/04/2007 04:08 pm Tom Rondeau

merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with refactored OFDM blocks. A few bug fixes for other blocks have also been slipped in.

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

22988d50 05/30/2007 07:26 pm Eric Blossom

Added error checking on call to set_freq

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

9880e7bb 05/28/2007 05:04 pm Johnathan Corgan

Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python Numeric to numpy. Trunk passes distcheck. gr-radio-astronomy still needs conversion.

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

c95b26a7 05/12/2007 11:50 pm Johnathan Corgan

Added ability to log receive path power to file in digital examples.

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

b26ea696 04/28/2007 02:20 am Johnathan Corgan

Merged -r 5137:5174 from developer branch jcorgan/hb. Trunk passes distcheck. Converts gr.hier_block2 API to not use 'define_component' methodology anymore.

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

43819f0f 04/26/2007 10:51 pm Johnathan Corgan

Merged r4518:5130 from developer branch n4hy/ofdm into trunk, passes distcheck.

Adds incomplete OFDM implementation, further work to be completed in the
features/ofdm branch.

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

36c0ba64 04/07/2007 01:31 am Tom Rondeau

merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example code

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

bae47cc4 04/03/2007 08:11 pm Johnathan Corgan

Merged r4767:4859 from developer branch jcorgan/channel, passes distcheck.

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

08253798 04/03/2007 07:53 pm Johnathan Corgan

Merged r4429:4857 from developer branch jcorgan/dect into trunk, passes distcheck.

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

833d3561 03/19/2007 02:13 am Johnathan Corgan

Fixed missed linker fix.

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

28e08614 03/07/2007 04:31 am Tom Rondeau

merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receiver and fixes ticket:72

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

22443488 03/07/2007 01:43 am Eric Blossom

Merged eb/usrp-install r4723:4727 into trunk.
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

19a5b154 03/02/2007 02:49 am Johnathan Corgan

Merged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates for new hierarchical blocks and work-in-progress channel sounder example.

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

63d05d64 02/26/2007 09:26 pm Johnathan Corgan

Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues with libtool and already installed libraries.

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

cbf5cb8c 02/25/2007 01:37 pm Martin Dvh

changed link to new wiki

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

b459380b 02/23/2007 07:10 pm Johnathan Corgan

Added noise example using LFSR.

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

acd06fea 02/19/2007 08:17 pm n4hy McGwier

more adding of version 3 of tuner

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

c4d38e3c 02/19/2007 08:15 pm n4hy McGwier

usrp TV Tuner version 3 added

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

84fd6401 02/19/2007 08:13 pm n4hy McGwier

adding Rev 3 tuners to the usrp_wfm receiver code

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

d1e790ba 02/13/2007 05:26 am anastas

update examples to reflect latest changes in gr-trellis

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

3e7f3d33 02/09/2007 10:49 pm Tom Rondeau

merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp source/sink pairs working

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

698e8712 02/07/2007 06:25 pm Johnathan Corgan

Typo fix.

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

c4e072e8 02/06/2007 12:10 am Johnathan Corgan

Merged r4354:4390 from developer branch jcorgan/digital into trunk.

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

21da0bdb 02/05/2007 06:34 pm anastas

fixed a small error in gnuradio-examples/python/channel-coding/README

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

aab570d9 02/04/2007 11:10 pm anastas

added toy fsm file to test irregular FSMs

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

8585c501 01/29/2007 08:49 pm Eric Blossom

removed obsolete dsb_tx.py

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

cf90c864 01/29/2007 08:38 pm Eric Blossom

removed obsolete dsb_tx.py

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

3bb7b864 01/26/2007 07:24 pm Tom Rondeau

merged changeset r4281:4292 on trondeau/ethernet into trunk

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

e67d15bd 01/14/2007 08:40 pm Eric Blossom

New usrp_wfm_rcv_sca.py example from Eric A. Cottrell (WB1HBHU)

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

cbe1628f 01/13/2007 04:14 am Eric Blossom

SWIG compilation speedup! Fixes ticket:9.
Merged -r4203:4254 from eb/swig-split into trunk.

This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's
These correspond to the runtime, general, filter and io directories,
and also includes a new directory, gengen. gengen contains that part...

7ca5ed6e 12/26/2006 10:47 pm Tom Rondeau

minor typo fix

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

1b57a6db 12/24/2006 07:13 pm Johnathan Corgan

Organized python example directory for new hierarchical blocks, cleaned up dial_tone2.py

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

0d638d7c 12/21/2006 11:34 pm Johnathan Corgan

Fix distcheck errors.

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

76dabf81 12/18/2006 06:02 pm Johnathan Corgan

Temporary fix for ticket:116.

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

91752d56 12/18/2006 05:58 pm Eric Blossom

disabled build of gnuradio-examples/c++/dial_tone pending proper autoconfiscation

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

e8fee7f6 12/18/2006 05:12 am Johnathan Corgan

Remove example from C++ directory.

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

5d9d2e48 12/18/2006 04:43 am Johnathan Corgan

Rename dialtone -> dial_tone in examples.

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

95144e53 12/18/2006 04:35 am Johnathan Corgan

Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.

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

9d1f4b46 12/16/2006 11:53 pm Eric Blossom

fix for ticket:114

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

76ed4c2f 12/12/2006 08:00 pm Johnathan Corgan

Merge jcorgan/hier developer branch into trunk. Enables creation of true hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL.

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

ef920527 11/10/2006 04:15 pm Eric Blossom

added default values to help messages

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

2c103248 10/31/2006 04:07 pm Eric Blossom

Merged eb/binstats -r3848:3906 into trunk. These changes
(1) fix a problem with gr_feval* where when called from a live
flowgraph, they resulted in the call back into Python occuring without
holding the Global Interpreter Lock causing a SIGSEGV.

(2) add gr_bin_statistics_f which combines statistics gathering...

0213b7e6 10/04/2006 08:16 pm Johnathan Corgan

Further fixes for ticket:81

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

c4657d54 10/04/2006 07:08 pm Johnathan Corgan

Partial fix for ticket:81

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

823ce5ce 10/04/2006 02:53 pm cswiger

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