Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src @ 2cc26e4d

# Date Author Comment
2cc26e4d 10/24/2011 04:19 am Tom Rondeau

core: fixed float_to_int for 32-bit machines.

ead05385 10/24/2011 01:11 am Tom Rondeau

Merge branch 'cmake_foo2'

faf7dea0 10/23/2011 10:43 pm Josh Blum

the libraries

529e942f 10/23/2011 09:22 pm Tom Rondeau

core: added a test for float_to_int overflow clipping.

7112e308 10/23/2011 09:12 pm Tom Rondeau

core: Added type conversion int->float (issue #192). Added with a gri file and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block.

da556335 10/22/2011 06:25 pm Tom Rondeau

Merge remote branch 'jblum/cmake_fixes' into next

31268cfb 10/21/2011 07:40 pm Josh Blum

core: runtime.i dont include gr_tag.i, avoids pmt dependency

9789365e 10/21/2011 05:38 am Josh Blum

tags: added swigging for gr_tags header

ab6f8142 10/20/2011 09:00 pm Josh Blum

removes gcc warning, dont need symbol export on plain c structs

c643c9b0 10/20/2011 07:15 pm Tom Rondeau

Merge branch 'next' of gnuradio.org:gnuradio into next

9925e69c 10/20/2011 07:13 pm Tom Rondeau

build: fixed missing file in Makefile.am.

793e9070 10/20/2011 06:28 pm Josh Blum

filter: fixed x86 checking logic when not x86

8dec45ad 10/20/2011 06:19 pm Tom Rondeau

core: fixing AM_CPPFLAGS in viterbi/Makefile.am

77a2d01c 10/20/2011 12:37 am Tom Rondeau

Somehow, these headers got duplicated. Removed from core, are in gr-digital.

b0748f4a 10/20/2011 12:37 am Tom Rondeau

Fixed Makefile.am trailing backslash for autofoo build.

c1721c76 10/20/2011 12:01 am Josh Blum

tags: made tags object oriented

be300d92 10/19/2011 11:37 pm Josh Blum

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

a57f7484 10/19/2011 11:21 pm Josh Blum

swig: fix rules for generated index files

e30b824e 10/19/2011 10:10 pm Tom Rondeau

Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.

6cbbc621 10/19/2011 06:48 pm Josh Blum

core: added transcendental to cmake build

53eef84f 10/19/2011 06:29 pm Josh Blum

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

792e9780 10/19/2011 04:52 pm Tom Rondeau

uhd: updating examples to use args and better default for all UHD examples; also fixed the wfm_rcv blocks to use new PLL constructor.

52b42b9e 10/19/2011 03:46 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gnuradio-core/src/lib/general/general.i

f76eab20 10/18/2011 11:20 pm Tom Rondeau

added transcendental block from jblum/transcendental (reworked for master branch).

161910c6 10/18/2011 06:40 am Josh Blum

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

Conflicts:
gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h
gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h
gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h
gr-digital/include/digital_ofdm_cyclic_prefixer.h...

fef3fe57 10/17/2011 05:37 pm Tom Rondeau

Merge branch 'next' into dig_ofdm

41ce01bd 10/17/2011 02:35 pm Josh Blum

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

a4dbd973 10/17/2011 02:14 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gr-qtgui/lib/Makefile.am

0d72c2c8 10/15/2011 05:45 pm Tom Rondeau

build: needed boost_filesystem lib added (found under ubuntu 11.10; they're getting pickier).

5179a1ea 10/15/2011 02:37 pm Josh Blum

gr: changed the way trellis/gengen generated.i is made

5805acef 10/15/2011 04:16 am Josh Blum

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

a27f67c7 10/14/2011 09:11 pm Tom Rondeau

docs: added a page on PFBs and put them in their own doxygen group. Helpful explination on how to use them and where to find more info.

620971bd 10/14/2011 08:18 pm Tom Rondeau

fixed a couple of typos.

68ac497f 10/14/2011 05:05 pm Tom Rondeau

docs: Updated some docs and made it so GRC can pull docs in from other components like vocoder and digital.

06f576d2 10/13/2011 03:01 am Tom Rondeau

digital: fixed QA tests for ofdm.

60b3bd32 10/12/2011 11:03 pm Tom Rondeau

digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.

0e16a280 10/12/2011 09:43 pm Tom Rondeau

digital: removed psk and qam from gnuradio-core; unnecessary now.

1c3f94bb 10/12/2011 09:22 pm Tom Rondeau

digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but untested/verified).

5f0bc5a2 10/12/2011 09:01 pm Tom Rondeau

digital: wip: moved all OFDM examples and blks2impl to gr-digital.

71c0f14a 10/09/2011 12:11 am Josh Blum

gr: the CMakeLists.txt took a chill pill

63b87bf4 10/08/2011 08:43 pm Josh Blum

gr: minor tweaks for MSVC compatibility

369834c8 10/08/2011 07:50 pm Josh Blum

gr: updated cmakelists after merge for additional files

fcc0ce92 10/08/2011 06:56 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital

7a2d39f4 10/08/2011 06:56 pm Josh Blum

Merge branch 'next' into digital

9e181064 10/07/2011 09:39 pm Tom Rondeau

uhd: adding uhd_rx_nogui app to uhd apps directory.

132a3c18 10/06/2011 10:57 pm Tom Rondeau

Merge branch 'digital' of github.com:trondeau/gnuradio into digital

646f625d 10/06/2011 10:23 pm Tom Rondeau

Merge branch 'next' into digital

408868b4 10/06/2011 05:47 pm Tom Rondeau

Formatting and normalizing freq limits.

6e8f5922 10/06/2011 04:01 pm Tom Rondeau

Added FFF version of pfb_arb_resampler to Python hier block (where only the rate is required).

15cb28c6 10/06/2011 03:58 pm Tom Rondeau

Added floating point version of arbitrary resampler.

ef7ab8e0 10/03/2011 08:59 pm Josh Blum

core: make the lib/swig depend on the generated targets

270aa295 09/30/2011 04:46 pm Tom Rondeau

Fixed stupid mistake in new method.

68e48262 09/30/2011 04:31 pm Tom Rondeau

Added a method to get the current timing rate from the pfb clock sync block.

15ae4167 09/29/2011 08:16 am Josh Blum

swig: added python script to auto-extract dependencies

74ec2b60 09/29/2011 06:03 am Josh Blum

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

3f7db0af 09/29/2011 05:16 am Josh Blum

Merge branch 'next' into digital

Conflicts:
gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc
gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc
gnuradio-core/src/lib/general/gr_pll_refout_cc.cc...

9e73c4e8 09/27/2011 06:56 pm Josh Blum

core: add link with librt for shm_* calls

21e9139f 09/27/2011 05:32 pm Johnathan Corgan

Merge branch 'master' into next

5b1c7b73 09/27/2011 05:23 pm Josh Blum

swig: language independent exception handler

4fec8eba 09/27/2011 03:23 am Tom Rondeau

Merge branch 'next' into digital

Conflicts:
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc
gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc
gnuradio-core/src/lib/general/gr_pll_refout_cc.cc
gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py...

1ff42298 09/26/2011 07:04 pm Josh Blum

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

8bdd7427 09/24/2011 06:34 pm Tom Rondeau

Merge branch 'master' into next

f90b2a14 09/24/2011 06:34 pm Tom Rondeau

Merge branch 'keep1n'

60fd23a7 09/24/2011 05:24 pm Josh Blum

Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital

3773bb9c 09/24/2011 05:05 pm Josh Blum

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

a6890ef8 09/23/2011 08:36 pm Tom Rondeau

updated QA codes for fixed PLL blocks.

79b9c12f 09/23/2011 06:51 pm Tom Rondeau

Merge branch 'master' into next

518ba051 09/23/2011 06:51 pm Tom Rondeau

Merge branch 'maint'

2742d438 09/23/2011 06:50 pm Tom Rondeau

fixed QA code for PLL changes

bffea9f3 09/23/2011 06:20 pm Tom Rondeau

fixing PLL's using new control_loop class so their output update is done at the right time; were lagging by a sample before.

daf509ec 09/23/2011 06:08 pm Tom Rondeau

Merge branch 'master' into next

b5bcd15e 09/23/2011 06:07 pm Tom Rondeau

Merge branch 'maint'

ccc98551 09/23/2011 06:06 pm Tom Rondeau

fixing PLL's so their output update is done at the right time; were lagging by a sample before.

4020755d 09/22/2011 08:29 pm Tom Rondeau

Fixing keep_one_in_n to allow for large values of n. Performs tag propagation locally.

942fa1c2 09/22/2011 07:51 pm Josh Blum

Merge branch 'next' of gnuradio.org:gnuradio into next

Conflicts:
gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h
volk/bootstrap

4059269b 09/22/2011 06:18 pm Tom Rondeau

Merge branch 'master' into next

bb980611 09/22/2011 06:38 am Josh Blum

trellis: performed generation re-work on gr-trellis lib

f55fe0bd 09/21/2011 07:30 pm Josh Blum

core: re-work gengen generation (hope its simpler)

ecd4271b 09/21/2011 02:55 pm Josh Blum

core: attempt at fixing up generation logic in gengen (filter, trellis TODO)

d44d733a 09/21/2011 02:34 pm Tom Rondeau

core: Doxygen comments for added tag name parameter.

8524736f 09/17/2011 02:53 pm Josh Blum

cmake: modified find files to better follow coding guide

http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup

31459c66 09/12/2011 09:30 pm Josh Blum

cmake: updates to build after latest next merge

622efcc7 09/12/2011 09:23 pm Josh Blum

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

6fb1b334 09/11/2011 06:06 pm Josh Blum

filter: detect correct bit width on x86 compiler

27941c31 09/09/2011 10:03 pm Tom Rondeau

Merge branch 'master' into next

Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared.

b540fb4f 09/09/2011 09:28 pm Tom Rondeau

Merge branch 'correlate_tag'

fc286541 09/09/2011 09:15 pm Tom Rondeau

tags: fixed fwrite line for the right item size number.

033df438 09/09/2011 09:07 pm Tom Rondeau

fixing doxygen comment typo.

2c0a3dc8 09/09/2011 08:34 pm Tom Rondeau

tags: fixed fwrite line for the right item size number.

c091c56e 09/08/2011 02:59 pm Matt Ettus

logpwrfft.py -- need to average the square, not square the average. Then do proper scaling (no more 3dB kludge).

bef3c391 09/08/2011 02:58 pm Tom Rondeau

Merge branch 'master' into next

d50ffb57 09/08/2011 06:14 am Josh Blum

core: added source deps to swig files (regen on .h,.i)

9294fefa 09/07/2011 10:25 pm Matt Ettus

logpwrfft.py -- need to average the square, not square the average. Then do proper scaling (no more 3dB kludge).

7628cff1 09/06/2011 05:35 am Josh Blum

Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital

Conflicts:
gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h
gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h
gr-digital/lib/digital_constellation.h
gr-digital/lib/digital_constellation_receiver_cb.h...

ba176952 09/03/2011 09:06 pm Nick Foster

Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samples
correlate_access_code_tag_bb: modified to account for correlator lag.

4f6e8d80 09/01/2011 08:06 pm Tom Rondeau

Fixed the PFB clock sync block when asking for multiple samples per symbol out.

0e962fd8 09/01/2011 05:49 pm Tom Rondeau

digital: adding CPM C++ hier block, which adds a hier directory to gr-digital. Reworked build system to include this in the libraries and modules built.

da5b87db 08/31/2011 02:51 am Tom Rondeau

digital: fixed up build to make libdigital_hier.la; does not swig or get built into full library yet. Passes distcheck.

ff8ce00c 08/31/2011 02:11 am Tom Rondeau

digital: moved newly added CPM and GMSK hier blocks to gr-digital.

6ca8b00d 08/30/2011 10:02 pm Tom Rondeau

Merge remote branch 'mbant/cpm' into digital

Conflicts:
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/hier/Makefile.am
grc/blocks/Makefile.am