Statistics
| Branch: | Tag: | Revision:

root / grc @ 942e2685

# Date Author Comment
31bbbec8 01/17/2011 10:00 pm Tom Rondeau

Merge branch 'master' into next

  • master:
    Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.
    Adding accessors to Goertzel filter GR block to call setparms from implementation file for (re)setting parameters....
f294603d 01/17/2011 09:59 pm Tom Rondeau

Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.

75b650ef 12/21/2010 09:31 pm Eric Blossom

Merge branch 'next' into guile.

Passes distcheck.

  • next: (32 commits)
    volk: Fix for popcnt's 64/32-bit issues.
    Using a copy of config.guess and config.sub instead of sym links.
    Including time header to qa files.
    Changed python env variable to more globally usable version....
9db640f5 12/11/2010 10:42 pm Matt Ettus

Create method to set rate on pfb_arb_resamp after it has been created.
Allow it to be called from GRC.

d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

53eee1c6 11/07/2010 08:21 pm Tom Rondeau

Merge branch 'master' into next

  • master:
    Sneaking in a few warning fixes to this branch.
    Adding ability for FIR filter with internal buffer to decimate.
    Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version....
2aef0484 10/29/2010 12:22 am Josh Blum

uhd: added ref clock option to single usrp blocks, minor grc fix on empty option keys

dd74b98a 10/17/2010 09:20 pm Marcus Leech

Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.

b055c7b3 07/22/2010 01:30 am Johnathan Corgan

Merge branch 'master' into next

  • master:
    gnuradio-core: export missing public methods in gr.agc2
    wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper)
    From my reading, we should never need to define the timespec struct (so we will wait until this bites me)....
f7a2b8b0 07/22/2010 01:27 am Alexandru Csete

gnuradio-core: export missing public methods in gr.agc2

Alexandru Csete:

The gr_agc2 block has public methods to set and get the AGC levels and
rates; however, only a few of these interfaces are exported to Python
and none of them are available in GRC.
...

61d57743 07/05/2010 07:01 pm Johnathan Corgan

Merge branch 'master' into next

41c222c0 07/05/2010 05:43 pm Johnathan Corgan

Merge branch 'patches/marcus/stripchart'

Conflicts:
gr-wxgui/src/python/scope_window.py

  • Adds new scope window trigger, TRIG_MODE_STRIPCHART
  • Allows config file selection of whether background window sinks still run
  • Allows config file selection of default trigger mode...
8a4ef7ce 07/05/2010 04:36 pm Johnathan Corgan

Merge branch 'patches/marcus/file_sink'

029b856c 06/25/2010 01:45 am Johnathan Corgan

Merge branch 'master' into next

  • master:
    grc: move grc_setup_freedesktop into libexec directory (not in users path).
95027c95 06/25/2010 01:41 am Josh Blum

grc: move grc_setup_freedesktop into libexec directory (not in users path).

Renamed grc desktop file to simplify name and updated install script.

c7593e94 06/24/2010 11:44 pm Johnathan Corgan

Merge branch 'master' into next

  • master:
    added python script to fix copyright years based on git log
    grc: expanded nports ability to have multiple port duplicators per side
8d6a4a06 06/24/2010 06:43 pm Josh Blum

grc: expanded nports ability to have multiple port duplicators per side

36389a6f 06/22/2010 02:45 pm Johnathan Corgan

Merge branch 'master' into next

f92f8aae 06/22/2010 01:53 pm Johnathan Corgan

Merge branch 'patches/marcus/gr_and_const'

  • patches/marcus/gr_and_const:
    grc: adds gr.and_const to block tree
231609db 06/21/2010 07:23 pm Johnathan Corgan

Merge branch 'master' into next

  • master:
    grc: fix broken variable config when using bool type
0bc11568 06/21/2010 07:21 pm Johann Chiang

grc: fix broken variable config when using bool type

098fb6a3 05/27/2010 10:19 pm Johnathan Corgan

Merge branch 'master' into next

  • master:
    Add USRP2 clock source parameter to GRC blocks.
    Refactor Makefile.am to move common files from 3 libraries into a single variable.
d57365be 05/27/2010 06:54 pm Johnathan Corgan

Merge remote branch 'ets/grc-usrp2-clock-source'

  • ets/grc-usrp2-clock-source:
    Add USRP2 clock source parameter to GRC blocks.
6257b877 05/27/2010 06:45 pm Eric Schneider

Add USRP2 clock source parameter to GRC blocks.

7c50ceb0 05/25/2010 04:26 am Johnathan Corgan

Merge branch 'master' into next

  • master:
    gnuradio-core: update copyrights
    gnuradio-core: allow swig to handle exceptions in UDP source/sink
    grc: update UDP source and sink block wrappers
    Simplify USE_SELECT usage
    Return immediately when using d_residual....
6c0f2f5a 05/23/2010 08:36 pm Johnathan Corgan

Merge remote branch 'gnuradio/wip/udp_source_sink'

  • gnuradio/wip/udp_source_sink:
    gnuradio-core: update copyrights
    gnuradio-core: allow swig to handle exceptions in UDP source/sink
    grc: update UDP source and sink block wrappers
    Simplify USE_SELECT usage...
16c0a87d 05/22/2010 01:12 am Johnathan Corgan

Merge remote branch 'jblum/uhd' into next

  • jblum/uhd:
    using the send and recv full buffer modes, avoids extra loop in implementation
    Added call to get access to the underlying uhd simple usrp object.
    added docs to uhd grc blocks, added pkg config path to make support easier...
abc51381 05/22/2010 12:16 am Johnathan Corgan

grc: update UDP source and sink block wrappers

89440000 05/18/2010 08:53 pm Johnathan Corgan

grc: rename execution binary from 'grc' to 'gnuradio-companion'

This change resolves a conflict with the Generic Colorizer application
which also uses the binary name 'grc'.

Interested users can add an alias to their shell environment to run
gnuradio-companion when grc is invoked.

fefb7178 05/18/2010 08:22 pm Johnathan Corgan

gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete

dc79a11c 05/16/2010 03:44 pm Marcus D Leech

gr-wxgui: adds stripchart trigger mode to graphics sinks

277e1c0a 05/16/2010 03:38 pm Marcus D Leech

gnuradio-core: adds configurable flush to file sink

4c8cda27 05/16/2010 03:16 pm Marcus D Leech

grc: adds gr.and_const to block tree

64c9d57d 04/15/2010 07:01 pm Josh Blum

Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

ec7bdb4c 04/14/2010 07:31 pm Josh Blum

added to uhd grc files, also removed warning for grc generator with uhd blocks

96a20bb0 03/24/2010 06:39 am Josh Blum

work on the string representations for parameters (large vectors could be too much to render, ie use truncation)

1ae689ff 03/21/2010 11:17 pm Johnathan Corgan

Add new block gr.additive_scrambler_bb()

This block performs scrambling by XORing the input sequence with
the output of an LFSR. Repeating this operation restores the original
sequence.

(This differs from gr.scrambler_bb(), which convolves the input sequence...

769b8bbe 03/21/2010 04:09 pm Johnathan Corgan

Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum

645768d1 03/10/2010 08:12 am Josh Blum

Trial feature for different source sides for usrp dual source.

d844c4f0 03/09/2010 08:40 pm Josh Blum

added a right click context menu for the flow graph elements

eb6ff48d 03/04/2010 12:42 am Josh Blum

Fixed bug in checking if path is writable.
Some moron put quotes around the variable name...

e259d4d2 03/03/2010 06:00 pm Josh Blum

If the directory is read-only, use the systems tmp directory for generated py files.

db29a2cf 02/24/2010 09:48 pm Josh Blum

updated wiki url

4640708a 02/02/2010 12:21 am Tomas Balbierius

Merge branch 'fll'

fcf9efa7 01/23/2010 07:53 pm Josh Blum

grc bug fix from Dimitris Symeonidis

19484c90 01/11/2010 03:24 pm Josh Blum

fix bug in sample and hold wrapper for grc

8cc51ce7 12/20/2009 08:32 pm Tomas Balbierius

WIP: better access to setting FLL parameters and working on getting gain settings better.

75429993 12/18/2009 12:40 am Johnathan Corgan

Merge branch 'bef' of http://gnuradio.org/git/trondeau

999cd336 12/16/2009 01:23 am Tomas Balbierius

Generating the band-edge filter taps based on the oversampling ratio (samples per symbol), rolloff factor, and the prototype (matched) filter size.

28a55d17 12/10/2009 05:32 am Tomas Balbierius

Adding accessor functions to set alpha and beta gains for the FLL.

101be006 12/10/2009 05:12 am Tomas Balbierius

Adding alpha and beta gains to FLL constructor.

691209a1 12/10/2009 04:58 am Tomas Balbierius

Adding a band-edge based frequency lock loop.

e3b1b910 12/08/2009 06:22 pm Stefan Bruns

Small patch to speedup installation of freedesktop icons.

The attached patch changes the icon installation to update the icon cache only
once instead of once per icon

15958212 12/08/2009 03:44 am Johnathan Corgan

Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum

875c588c 12/08/2009 03:40 am Johnathan Corgan

Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum

9c71282f 12/08/2009 03:40 am Johnathan Corgan

Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum

61830989 12/07/2009 04:18 am Josh Blum

removed unused import statements, thanks pyflakes

81223295 12/05/2009 10:44 pm Josh Blum

Created a pixmap rotation routine in Utils for handling those rotated labels.
The rotation is now performed by the gtk pixbuf class and not manually in python.

In addition, the block and port classes now draw from pixmaps and not from images.
Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up).

87decb3b 12/05/2009 04:06 pm Josh Blum

combined param layouts

a4a1ada0 12/03/2009 03:42 pm Josh Blum

Allow for multiple io pads per hier flow graph.
Each io pad can have a different io signature.
Uses the iosignaturev for hier implementation.

Backwards compadible with exception:
Pad blocks that used multiple ports must be replaced with multiple pad blocks...

2ff1da1f 11/26/2009 04:09 am Josh Blum

added callbacks for setting alphas

a57968df 11/26/2009 03:38 am Josh Blum

added sync output port to dxpsk2 demod

7331b498 11/26/2009 01:55 am Josh Blum

added missing block wrappers

1a9a1e15 11/26/2009 12:51 am Josh Blum

added wrappers for the dxpsk2 blocks mod and demod

8efb3fce 11/20/2009 05:58 am Josh Blum

gtk.Tooltips() is deprecated, use set_tooltip_text.
Added a set_tooltop_text method to each InputParam.

058edee5 11/03/2009 03:15 pm Johnathan Corgan

Merge branch 'wip/term' of :jcorgan

f1b108c4 10/31/2009 05:45 pm Johnathan Corgan

grc: update block tree list for new pfb_clock_sync

0b9a0ba3 10/31/2009 05:28 pm Johnathan Corgan

core: added gr.pfb_clock_sync_fff based on _ccf version, updated example

6f068576 10/29/2009 02:26 pm Johnathan Corgan

Consolidated termsink into one class

ab901e7d 10/29/2009 02:00 pm Johnathan Corgan

Basic terminal window that takes raw text on input msgq and appends it

Works, but needs "--line-buffered" mode for GR buffering between blocks

92f2da34 10/29/2009 02:00 pm Johnathan Corgan

Created skeleton wxgui term window component

8a0affcf 10/29/2009 01:52 pm Johnathan Corgan

Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum

Merge-fix: Remove debugging print
Merge-fix: Update copyrights

  • 'flattopwindow' of http://gnuradio.org/git/jblum:
    Added window option to wxgui fft and waterfall sink.
    redid cos windows, added flattop and nuttall_cfd
230e062e 10/28/2009 11:17 pm Josh Blum

Added window option to wxgui fft and waterfall sink.
Added rectangular window function to window.py.

Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides).
Fixed options in waterfall wrapper to model after fft and numbersink average params.

005f14ca 10/28/2009 09:46 pm Josh Blum

renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly

175c074b 10/28/2009 09:33 pm Josh Blum

Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.

4bada359 10/28/2009 09:12 pm Josh Blum

Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc

76aa7a49 10/18/2009 09:25 pm Josh Blum

added v offset option to scope

66552972 10/18/2009 08:58 pm Josh Blum

added to todo

c69f5205 10/15/2009 07:02 pm Johnathan Corgan

Merge commit '25a8' from :jblum

  • commit '25a8':
    use clean numbers for waterfall ref and range
    tweaks to scope autoscaling
    registered key to hide/show control panel in wxgui windows
    Added window size param to all wxgui wrappers.
    add canonical options for copy enable param
cc5253b0 10/14/2009 10:21 pm Josh Blum

fix usrp2 wrappers for vlen of 2 shorts

4df83569 10/13/2009 01:46 am Johnathan Corgan

Merge branch 'sync' of :trondeau into master

This merge adds polyphase clock recovery, implements new PAM demodulators
that use it, and also moves GRC examples to gnuradio-examples component.

See merge commit diff for updated files post merge....

83ddffda 10/12/2009 05:21 am Josh Blum

add canonical options for copy enable param

8526c6bd 10/12/2009 05:18 am Josh Blum

Added num_ports to various blocks that have infinite ports possible in io signature.
Also, added the gr stream mux block.

8c846fb7 10/09/2009 09:34 pm Tomas Balbierius

Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.

5c00e226 10/09/2009 08:26 pm Josh Blum

Added window size param to all wxgui wrappers.
Modified type parser to allow blank values in vector types as empty vectors.

28d198f8 10/09/2009 06:19 pm Josh Blum

add canonical options for copy enable param

7ba8192e 10/09/2009 05:12 am Johnathan Corgan

Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum

  • 'wip/wxgui' of http://gnuradio.org/git/jblum:
    using gr copy in the wxgui connect, added gr copy to grc xml
    Added gr.copy(itemsize) block
    point label transpareny, horizontal offset, and toggle on/off capability...
38d5389f 10/09/2009 04:46 am Josh Blum

using gr copy in the wxgui connect, added gr copy to grc xml

3a3cfaf2 10/08/2009 03:31 am Josh Blum

tweaks to the search

fcc492b0 10/08/2009 03:17 am Josh Blum

a working block tree search

a9a81b99 10/08/2009 02:22 am Josh Blum

added noaa to extract doc matcher

7b527030 10/08/2009 01:32 am Tomas Balbierius

Adding imaginary stream to PAM demo to test IQ sync. Also properly setting beta at runtime from GRC block.

da451d5d 10/07/2009 02:44 am Tomas Balbierius

Fixing previous checkin

45286cd7 10/07/2009 02:31 am Tomas Balbierius

Adding accessor functions for both alpha and beta.

294be275 10/07/2009 01:08 am Matt Ettus

Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync

ccca4c7d 10/07/2009 01:00 am Josh Blum

moved grc examples to gnuradio-examples/grc

d3c44ab5 10/07/2009 12:56 am Matt Ettus

added more ports

e2612e39 10/07/2009 12:36 am Josh Blum

Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples

2d93968c 10/06/2009 10:37 pm Matt Ettus

rename and make output optional

3159eba6 10/06/2009 09:56 pm Johnathan Corgan

Add gr.pfb_clock_recovery to GRC