[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0git,
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0git, created. v3.5.0git |
Date: |
Sat, 22 Oct 2011 21:25:26 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The annotated tag, v3.5.0git has been created
at 275cb95db3edf21d86d0f393ea754fa2ce0f95c3 (tag)
tagging fea70a9c312ebf9cfcf8b5ddb60db3b6a3004248 (commit)
replaces v3.4.2git
tagged by Johnathan Corgan
on Sat Oct 22 14:24:33 2011 -0700
- Log -----------------------------------------------------------------
v3.5.0git
Ben Reynwar (49):
Adding doxyxml python package. Acts as interface to doxygen-generated
xml.
Generation of python docstrings from doxygen xml.
Merge branch 'grorg-master'
Merge branch 'grorg-master'
Added a new example python script (a stripped down version of
benchmark_loopback.py).
Merge branch 'grorg-master'
Fixed typos in comments ('samples per symbol' not 'samples per second').
Added support for modulation/demodulation of a generic constellation.
Fixed Makefile so that generation of python docstrings works. Still not
well done.
Merge branch 'grorg-master'
Fixing Makefile.am in blks2impl for recent changes.
Fixing generic demodulation.
Worked on generic demodulation.
Changed pky.py so that is possible to skip modulation/demodulation steps.
Tidied QAM modulation.
Added support for PSK to generic modulation.
Fixed minor bug in fsm.cc for fsms with 1 state.
Minor typo in comments.
Minor changes to a benchmark example in gnuradio-examples/python/digital.
Merged upstream from next
Fixed Makefiles to generate swig_doc.i
Modified python level OFDM to use constellation object.
Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation
object.
Added BPSK constellation object.
Tidied qam.py
Added QPSK constellation object.
Forgot to add qpsk.py in last commit.
Added trellis_constellation_metrics_cf. It is equivalent to
trellis_metrics_c but it uses the constellation object's calc_metric method.
This method is also added here. trellis_metric_type.h is moved to
gr_metric_type since constellation object is now dependent on it.
Added comments to fsm.h
Added tests to qa_trellis.py.
Changed constellation objects so that codings besides gray code can be
used.
Added gr_constellation_decoder2_cb block.
Added rotational symmetry info to gr_constellation.
Fixing bugs in qam.py.
Added constellation object unit test.
Constellation objects accept n-dimensional points. (i.e. n complex
numbers correspond to one symbol value.)
Added utility python sequence comparison scripts for use in testing.
Added testing module for constellation_receiver.
Removing docstring generation from this branch.
Merge branch 'next' into constell_obj
Minor bug fixes (from last two commits)
Updated copyright notice dates.
Fixed to make compatible with python 2.4
Modifying gr_trellis for gr_constellation -> digital_constellation change.
Moved generic psk and qam modulation into gr-digital.
Fixing typos in grc xml files.
Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk
Fixed error in m4 config file.
gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now
that it is in gr-digital.
Johnathan Corgan (49):
Update revision to 3.5.0git
Merge master into next, skipping revision change
Merge branch 'master' into next
Fix sensitivity accessor in gr_frequency_modulator_fc.
Merge branch 'master' into next
gpio: removed from tree, obsolete
radar-mono: removed from tree, obsolete
sounder: removed from tree, obsolete
msdd6000: removed from tree, obsolete
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
build: fix incorrect version on next branch
gr-vocoder: add skeleton top-level component
Merge remote branch 'gnuradio/next' into wip/vocoders
Merge remote branch 'gnuradio/next' into wip/vocoders
gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder
gr-gsm-fr-vocoder: removed from tree
gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder
gr-cvsd-vocoder: removed from tree
Merge remote branch 'ttsou/codec2' into wip/vocoders
gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder
gr-vocoder: removed gr-codec2-vocoder
gnuradio-examples: removed digital_voice examples
gr-vocoder: distcheck fixes
Merge branch 'master' into next
gr-vocoder: moved g72x out of gnuradio-core, renamed g7xx
gr-vocoder: adds ulaw encoder, decoder, and audio loopback example
gr-vocoder: adds alaw encoder, decoder, and audio loopback example
gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback
example
gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback
example
gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback
example
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge 'master' into next, skipping version change commit
Merge master into next, skipping version number change
Merge branch 'master' into next
gr-pager: update to use gr-uhd instead of gr-usrp
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
build: update version to 3.5.0git
Josh Blum (138):
core: added missing config.h includes on cc files
core: added missing io.h includes on cc files
core: use gendir envvar to optionally generate makfile.gen into the build
dir
core: hack needed for gri wisdom on windows because you cant pass file
descriptors across library boundaries
gr: replaced uses of snprintf with boost format in common code build by
MSVC
core: removed uses of c99 dynamic arrays for MSVC compile
volk: snagged the volk changes from cmake branch
gruel: API declaration macros for gruel class and function symbols
gruel: support for windows API set realtime scheduling
core: removed files that included <strings.h>
gr: replaced uses of snprintf with boost format in common code build by
MSVC
core: declare erf in case it was missing in math.h and provided for by
the build system
core: API declaration macros for core class and function symbols
gr: squashed cmakelists.txt into one commit
digital: added cmake support for gr-digital (unix only)
vocoder: added cmake support for gr-vocoder (unix only)
digital: added symbol visibility defines to gr-digital, builds on MSVC
and linux
vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC
and linux
gr: added API macros for noaa and pager, also renamed the ones for
digital and vocoder to be consistent
volk: fix bug in finding machines by using absolute path
cmake: generate shell script for each test because its nicer to diagnose
problems
trellis: added symbol visibility defines to gr-trellis, builds on MSVC
and linux
uhd: also setup uhd library linking for swig
volk: make volk a gr component in the top level
gr: tweaks to build cmake branch on osx
Merge branch 'next' of gnuradio.org:gnuradio into next
vocoder: updated cmake build for new blocks (also fixed some tests)
misc_next_branch_tweaks_to_build_on_osx_and_windows
atsc: added cmake support for gr-atsc (unix only)
comedi: cmake build support for gr-comedi component (linux only)
video-sdl: cmake build support for gr-video-sdl component (unix only)
video-sdl: video sdl builds on windows with MSVC as well
vocoder: added missing examples subdir add
video-sdl: solution for proper swig directory windows
cmake: changed module include guards to model after builtin cmake modules
wxgui: fix to install wxgui python into gnuradio site-packages, not top
level
Merge branch 'next' of gnuradio.org:gnuradio into next
filter: fixed file extension on filter CMakeLists neon code
Merge branch 'next' of gnuradio.org:gnuradio into next
cmake: be a little more robust when checking source code version
cmake: added -ldl flag to cppunit when pkg config is used
Merge branch 'digital' of https://github.com/trondeau/gnuradio into
digital
gruel: fix for merge conflict verbose that got saved
cmake: tweaks + fixes for components/packaging
cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it
use lib64 on rh64 machines
cmake: language tweak for component group description
core: dont set boost vars for gnuradio-core.pc
Merge branch 'next' into digital
rs: reasonable workaround for compiling reed-solomon under MSVC
atsc: did work on symbol visibility and minor tweaks in qa code for MSVC
atsc: forgot to add gruel to the list of deps for unit test, also chmod
+x unix unit test scripts
core: removed modification of includedir for pc file, its not needed and
was messing it up
cmake: moved unique target macro into python where its used
cmake: specify all the boosts, remove dummy sys/time.h for msvc build
cmake: re-imagining of how to write a block w/ cmake and boost unit test
Merge branch 'digital' of https://github.com/trondeau/gnuradio into
digital
Merge branch 'next' into digital
small tweaks for windows building
cmake: put that time.h compat header back (needed w/ benchmark apps on
msvc)
gruel: removed merge junk in makefile
Merge branch 'next' of gnuradio.org:gnuradio into next
uhd: changes to support amsg block w/ cmake
Merge branch 'next' of gnuradio.org:gnuradio into next
Merge branch 'digital' of https://github.com/trondeau/gnuradio into
digital
core: added source deps to swig files (regen on *.h,*.i)
filter: detect correct bit width on x86 compiler
cmake: set the library path for unix machines
cmake: support for importing executables when doing cross build
grc: only perform python checks when not building cross
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
cmake: updates to build after latest next merge
cmake: added ENABLE_DEFAULT to disable components by default
audio: may have to link Carbon
Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital
digital: added cmake support for moved grc files and examples
volk: alternative to -B that wont break on python 2.5
volk: check that python -B can be used
cmake: modified find files to better follow coding guide
volk: use glob rather than parsing makefile for kernels
core: attempt at fixing up generation logic in gengen (filter, trellis
TODO)
core: re-work gengen generation (hope its simpler)
trellis: performed generation re-work on gr-trellis lib
Merge branch 'next' of gnuradio.org:gnuradio into next
howto: updated find gruel and core modules to match recommended style
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Merge branch 'digital' of https://github.com/trondeau/gnuradio into
digital
howto: various fixes for howto example
gruel: added missing pmt swig install rule
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
uhd: cmake support for example application
core: add link with librt for shm_* calls
Merge branch 'next' into digital
Merge branch 'digital' of https://github.com/trondeau/gnuradio into
digital
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
swig: added python script to auto-extract dependencies
swig: added comments + fun w/ regexps
howto: updated modules for newer swig macro
core: make the lib/swig depend on the generated targets
trellis: make the lib/swig depend on the generated targets
Merge branch 'next' into digital
Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital
gr: updated cmakelists after merge for additional files
gr: minor tweaks for MSVC compatibility
gr: the CMakeLists.txt took a chill pill
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
gr: changed the way trellis/gengen generated.i is made
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
added some more python dash B
digital: added mising install rules for moved ofdm xml files
howto: changes as per tom's suggestions
uhd: added uhd.find_devices to python
cmake: added ability to support -DENABLE_XXX=FORCE
cmake: fix that component depends on component hack
grc: dont set the HLKM stuff unless win32
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
core: added transcendental to cmake build
digital: added missing symbol export in digital_constellation
core: forgot to remove extra under
swig: fix rules for generated index files
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
cmake: added conditional check for compiler flags
usrp: updated installed examples
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
grc: added throttle tag to blocks that throttle
tags: made tags object oriented
Merge branch 'master' into next
filter: fixed x86 checking logic when not x86
removes gcc warning, dont need symbol export on plain c structs
volk: give priority to generated includes (helps with dirty tree)
utils: added cmake support for the gr-utils
misc fix missing installed files/tweaks
cmake: parse the version.sh and git describe to model the m4 files
cmake: more tweaks for version extraction when git not found
pmt: fix #446 by putting pmt swig into namespace
tags: added swigging for gr_tags header
core: runtime.i dont include gr_tag.i, avoids pmt dependency
Martin Braun (9):
first version of CPM code
CPM make checks
more elaborate checks, they also work now
All CPM stuff included (C++/GRC/Python), tests pass
updated doxygen blocks, changed param order for gmsk
Added GRC blocks to Makefile
Forgot to add GRC blocks to block_tree, fixed
fixed some XML glitches
fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIG
Nick Foster (2):
Volk: add in mutex capability to archs.xml. Turns out some compilers can
do both 32-bit and 64-bit compilations, and this breaks Volk. Only works in
CMake right now.
volk: modified cmake pkgconfig to look for Orc > 0.4.11
Thomas Tsou (1):
vocoder: codec2: add block for David Rowe's Codec2
Tom Rondeau (308):
Adding phase detector in Costas loop for 8PSK.
gr-digital: adding a new top-level block for digital comms work.
pager: fixed naming in PC file.
digital: configuration files for building gr_digital
digital: fixing up build structure. Compiles now.
gr-digital: renaming block to avoid name collision with stuff in
gnuradio-core.
gr-digital: adding QA code for Costas loop block.
gr-digital: adding GRC components for Costas loop.
gr-digital: restructured Costas loop to be specified in terms of the
damping factor and natural frequency instead of randomly setting the gains.
Much more robust in simulation.
gr-digital: cleaning up and commenting.
gr-digital: updatign QA code to new interface of Costas Loop.
Merge branch 'master' into 8psk
gr-digital: getting rid of warnings from costas loop block.
gr-digital: Adding a ccc version of the adaptive filter (to use complex
taps).
gr-digital: adding CMA equalizer to gr-digital. This replaces the
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out,
complex-taps version of the gr_adaptive_filter.
gr-digital: exposing accessors of CMA equalizer through swig and into
GRC. Also added protection from exploding error calcs by clipping.
gr-digital: introducing a new blind equalizer based on minimizing the
kurtosis. Does not work yet.
Merge branch 'master' into constell_obj
Merge branch 'constell_obj' into 8psk
gr-digital: Updated Costas loop QA to work with all tests wth new API.
gr-digital: moved consetellation object into gr-digital space.
gr-digital: updating build for consetellation object move.
gr-digital: formatting constellation block for our style; adding 8PSK
constellation.
gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods
tested and working in GRC.
gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.
gr-digital: bumping up the signal amplitude into the costas loop for the
8PSK slicer.
Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk
Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk
digital: fixing qa code; adding (untested) GRC block for DxPSK demods.
build: committing updated Makefile.swig.gen files.
Merge branch 'master' into 8psk
gr-qtgui: makes time sink a sync_block (since it is) and uses
set_output_multiple instead of forecast. The result is that multiple streams
maintain constant relationship, which they did not before. This should also
prevent us from having to keep so much book-keeping of the indecies, and we
will hopefully be able to clean this up soon.
gr-qtgui: adding the various windows as initial options for the qtgui
sink in GRC.
Merge branch 'master' into 8psk
digital: set number of samps per symbol for the equalizer. Also,
explicitly set the initial taps of the adaptive filter to 0+j0
core: minor changes to clean up adaptive filter code.
filter: Adding a concept of output samples per symbol to the PFB clock
recovery alg, mostly so you can pass on 2+ samples per symbol to a follow-on
equalizer.
Merge branch 'master' into 8psk
digital: adding some comments to the swig file
digital: adding an LMS decision-directed equalizer block.
digital: fixing 8psk constellation object to properly slice.
digital: adding GRC block for LMS DD equalizer.
digital: fixing comments on LMS DD equalizer
digital: formatting CMA code; adding get_ functions and renaming things
for consistency.
digital: converting LMS algorithm to use the gr_adaptive_filter structure
and making naming consistent (so CMA and LMS look and behave similary with
different error and upate functions).
Merge branch 'master' into 8psk
Merge pull request #2 from benreynwar/8psk
digital: fixed variable ordering to remove warning.
digital: moving more constellation blocks into gr-digital. Builds, make
check needs work.
digital: work on build to make gr-trellis dependent on gr-digital.
digital: removed new constellation blocks from gnuradio-core.
fixing build
fixing build for constellation code. Had to make some changes to the qa
code to import the right stuff after being changed from sitting in
gnuradio-core.
trellis: fixing trellis build and qa structure. run_tests.in adds
gr-digital to the PYTHONPATH so that the QA code can import digital_swig.
Merge branch '8psk' into next
digital: reverting back to ofdm, pkt, and modulation_utils in
gnuradio-core to master. Moved new versions under gr-digital.
digital: fixing imports and build/dist for gr-digital.
digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added
QA code. Removed constellation_decoder and everything that dependedon it. Must
switch everything to digital_constellation_decoder now. Also moved gmsk to
gr-digital. Make check passes.
digital: moved clock_recovery_ff/cc to gr-digital.
digital: removed references to modulators that were moved to gr-digital.
digital: removed gr_costas_loop from gnuradio-core that is replaced in
gr-digital.
trellis: fixed bug in trellis constellation metrics on when to include
config.h.
Merge branch 'next' of gnuradio.org:gnuradio into next
digital: removed LMS and CMA equalizers from core that are supplanted in
gr-digital.
digital: using new psk2 to build the constellation and no longer use blks2
digital: moving correlate_access_code to gr-digital.
digital: added some QA tests for the clock_recovery_mm block.
digital: fixed name of costas loop QA test block; made
qa_binary_slicer_fb executable.
digital: made clock recovery QA code executable.
digital: adding QA code for LMS DD equalizer.
digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code
for it.
digital: rename QA test to represent the function we are testing.
digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA
code for it.
digital: moving Python digital stuff to gr-digital. Fixing some build
issues.
digital: modifications to make Python scripts in digital usable.
digital: working digital transmit benchmark script to file.
digital: updates to build for gr-digital examples.
digital: reworking code so digital examples work. BPSK seems to work fine
offline.
digital: reworking code so digital examples work. BPSK seems to work fine
offline.
Merge branch 'master' into next
Merge branch 'master' into next
fixed some more warnings; mostly in doxygen or order of variable
initialization.
core: made significant improvements in FLL algorithm. Now converges very
nicely.
digital: moved fll_band_edge out of gnruadio-core.
digital: moved fll_band_edge into gr-digital.
digital: added QA code for FLL algorithm. Updated generic_mod_demod to
use new FLL in digital instead of gr.
digtial: Added an example script to show/test the behavior of the FLL.
digital: cut down number of samples in constellation_receiver QA code to
make shorter test time.
digital: better behavior of FLL code and added gets and sets for the
frequency and phase estimates.
digital: updated Costas loop again. The damping factor is now set by
default and is no longer part of the constructor. All variables are exposed in
gets and sets, though, for any purposes.
digital: Add a costas loop example program. Updates FLL example program
to include phase offset setting.
digital: update documentation.
updating PFB clock sync to use loop bandwidth and damping factor instead
of setting gains independently.
Merge branch 'master' into next
digital: reworking pfb_clock_sync block for better construction of diff
taps, more accesors.
digital: adding a timing offset example.
digital: added M&M clock recovery loop as an option to compare against
polyphase filterbank.
digital: fixed complex M&M to output the error signal as a float. Also
changed the error value limit since we were hitting it constantly before.
digital: setting up receive path to use new timing loop API, FLL API, new
gain names/settings. Also added concept of gray coding to generic mod/demod and
reworked bpsk/qpsk modulators so both work.
digital: fixing up receiver code. Almost there...
digital: updated constellation receiver to use loop bandwidth and damping
factor instead of setting alpha and beta independently. Also cleaning up Costas
loop a bit more.
Cleaning up; adding a different dbpsk that uses differential coding. The
normal bpsk is non-differential by default, but can be set to use differential
with the right flag.
fixing constellation plotter to gracefully handle the end of a file.
digital: fixing naming of logging files.
Adding a control_loop class that takes care of setting the loop gains and
the standard loop advance function. This should be used as a parent class of
any block that uses a 2nd order control loop (like the PLL, clock recovery, etc
blocks).
Convering the PLL refout block to use the gri_control_loop class to take
care of the internal loop. The error and what to do with the phase and freq are
left to this block. It also changes the interface so that the PLL's gains are
determined by the loop bandwidth.
digital: cleaned up Costas loop code by switching over to the
gri_control_loop class to handle the inner loop. Had to add it to
digital_swig.i to properly wrap the parent functions into Python.
utils: fixed typo
digital: made digital constellation receiver a child of the second order
control loop class and cleaned up the interface.
digital: updating constellation receiver's QA code.
digital: working on adding a dqpsk modulation block.
digital: wip: dqpsk needs work.
Merge branch 'master' into next
digital: created a separate DQPSK constellation that does not gray code
inside the block. This forces a slower decision making routine but allows
differential encoding. Gray coding is done using pre_diff_code.
digital: fixed qpsk modulators to enable dqpsk.
digital: fixing qa code to test new dqpsk; a few minor formatting changes.
Updating all three PLL blocks to use new control_loop parent class.
Updating QA code for PLL blocks. Setting gains using new loop bw concept
changes the behavior slightly so new values were necessary. By explicitly
setting alpha and beta to the previous values still worked, though.
Merge branch 'master' into next
digital: reformatting documentation for line length.
digital: converted FLL block to use gri_control_loop parent class.
digital: made other QA codes executable
digital: formatting comments for line length.
digital: converted mpsk_receiver to use gri_control_loop parent class.
Updated QA code for this, too. Again, had to change the expected data since the
loop converges at a different rate; tested by setting alpha and beta to old
values and it worked with old data still.
digital: adding a script to add channel conditions to a saved file and
output to another file.
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
digital: fixing a few things left out in conversion to gri_control_loop
children.
digital: minor formatting fixes.
digital: adding GMSK as a modulation type. Updated to use PFB-based clock
recovery alg instead of M&M.
Merge remote branch 'mbant/cpm' into digital
digital: moved newly added CPM and GMSK hier blocks to gr-digital.
digital: fixed up build to make libdigital_hier.la; does not swig or get
built into full library yet. Passes distcheck.
digital: added gitignore file to hier dir.
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.
Fixing GRC files for new API to loop blocks.
Fixed the PFB clock sync block when asking for multiple samples per
symbol out.
grc: moved GRC blocks that were put into gr-digital into gr-digital/grc
and refactored for new API.
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'next' of gnuradio.org:gnuradio into next
tags: fixed fwrite line for the right item size number.
tags: updated uhd_burst_detector with a better energy detector. Works
well when receiving bursty NBFM signals.
fixing doxygen comment typo.
tags: adding tags examples to build distribution.
Merge branch 'master' into next
digital: fixed GRC blocks for blocks moved to gr-digital.
grc: removing more blocks from general grc tree that are now in digital.
digital: psk and dxpsk GRC blocks working.
digital: modifying example dir gitignore to ignore any generated samle
files.
digital: moving more examples from gnuradio-examples to gr-digital and
added examples to Makefile.am.
digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested
and working with new dbpsk,dqpsk,d8psk.
Merge branch 'master' into next
Merge branch 'master' into next
fixing PLL's using new control_loop class so their output update is done
at the right time; were lagging by a sample before.
Merge branch 'master' into next
updated QA codes for fixed PLL blocks.
qtgui: moved actual examples to new examples directory.
qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.
Merge branch 'master' into next
Merge branch 'master' into next
digital: adding include directory for public header files.
digital: updated build files for new gr-digital/include directory.
digital: moved header files from lib to include in gr-digital.
digital: removed hier directory in gr-digital; put c++ hier blocks into
lib/include/swig.
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
digital: removed hier directory
Merge branch 'master' into next
Merge branch 'next' into digital
digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark
transit chain. Automatically selects the right samples/symbol and sample rate
to achieve requested bitrate.
digital: making a parent class for the UHD interface since most of the
functions are duplicated between receiver and transmitter. Made a receiver
interface, too.
digital: fixed up benchmark codes to handle receive, too. Over-the-air
tests worked.
digital: fixed differential/non-differential. Defaults to differential
now, too.
digital: modified generic_mod_demod so mod and demods have same options
in the same order.
Added a method to get the current timing rate from the pfb clock sync
block.
digital: first pass at implementing a BERT transmitter. Works storing
samples to file.
Fixed stupid mistake in new method.
digital: first pass at BERT receiver.
UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the
minimum possible work to convert HF Explorer to use UHD.
uhd: again, just the basics of getting hf_radio to work with UHD (and the
'new' top_block/hier_block2 structure)
uhd: fixing hf_explorer to take the UHD address as an option.
uhd: fixing copyright and M4 files for HF apps.
uhd: moved multi-antenna scripts from gnuradio-examples to
gr-uhd/examples. Does not work yet.
uhd: build script changes for multi-antenna examples
uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples
uhd: removing multi-antenna stuff frmo gnuradio-examples
uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for
both USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).
uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work
with UHD. Needs more testing.
Merge branch 'master' into next
uhd: fixed this example to correct for sample rate offsets when setting a
UHD device.
uhd: moved NBFM examples to gr-uhd/examples directory and made work with
UHD.
uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made
work with UHD.
uhd: removing example files now in gr-uhd/examples
Added floating point version of arbitrary resampler.
uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD.
Added FFF version of pfb_arb_resampler to Python hier block (where only
the rate is required).
uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made
work with UHD.
uhd: minor fixes to examples
Formatting and normalizing freq limits.
uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting
to UHD. Getting a segmentation fault currently. Don't know when the last time
this worked properly was.
uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with
UHD. Seems to work but could use more testing.
uhd: cleaning up and updating some script info.
uhd: removing usrp2 examples. Not bothering with QT version for now and
the wfm_rcv is already handled after conversion from usrp.
uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem
to run with the UHD, but I can't really test them since there's no NTSC signals
around...
Merge branch 'master' into next
uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work
with UHD.
uhd: removed examples that don't make sense with UHD. Fixed up
gr-uhd/examples Makefile.
uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to
gr-uhd/examples. Neither are working properly quite yet.
Removing reference to usrp examples directory. All usrp and usrp2
directory examples are now in gr-uhd/examples.
Merge branch 'next' into digital
digital: copied tunnel.py over to gr-digital/examples and updated it to
use UHD. So far so good. Testing on multiple computers now.
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
digital: fixed BERT test.
digital: debugging to get digital BERT tests to work over the air with
UHD (verified).
digital: adding bert and tunnel to makefile.
digital: removed old digital and digital-bert scripts that will no longer
work. All of these have been replaced in gr-digital/examples.
digital: Removed old digital mod blocks. Modified gmsk to work over the
air again.
digital: minor bug fix
digital: updated rx and tx voice examples to work over the air with UHD.
Removed empty usrp directory.
digital: minor bug fix to rx_voice demo.
uhd: improved uhd_fft; fixed panel names and some minor behavior issues.
uhd: added UHD versions of siggen and siggen_gui.
uhd: adding uhd_rx_nogui app to uhd apps directory.
uhd: removing old USRP util files that have been replaced in gr-uhd/apps.
wxgui: Updating constellation plot to work with gr-digital.
uhd examples: updated all GRC USRP-based examples to UHD examples.
gcell: removed gcell and gr-gcell
digital: updating documentation; adding everything to group 'digital'
digital: adding Doxygen group digital
docs: This adds documentation to gr-digital in the form of a
README.digital and a digital modulation page for the Doxygen manual. The
manual's main page has been updated to link to the new digital modulation page.
docs: adding README.vocoder and a Doxygen page for the vocoder block.
config: sneaking in a fix for gr-digital and adding some requirements to
make an include directory to gr-qtgui.
docs: fixing copy-paste spelling error.
qtgui: sneaking in a fix to add an include directory to gr-qtgui.
docs and qtgui: adding Doxygen documentation for each class. Also changed
the default behavior for the qtgui_sink_f to turn the constellation plot off by
default (doesn't make sense with out the Q part, too).
doc: adding qtgui Doxygen documentation page and a README file.
adding gitignore files to new directories.
docs: adding uhd Doxygen documentation page and README file.
docs: adding doc directory, Doxygen page, and README for audio package.
docs: include the doc directory in gr-aduio.
docs: force a directory to be checked for generated PMT include file to
remove a warning.
docs: adding gitignore for gr-audio/doc
digital: moved narrowband examples to their own directory (to make room
for OFDM examples).
digital: wip: moved all OFDM examples and blks2impl to gr-digital.
digital: wip: changes to get benchmark_ofdm_tx to produce output (runs
but untested/verified).
digital: benchmark_tx and benchmark_rx are working to/from file.
digital: I didn't think this was needed, but apparently, it is.
digital: unnecessary import.
digital: removed psk and qam from gnuradio-core; unnecessary now.
digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still
working.
digital: sneaking in a fix to cpm.py here. Working with benchmark_tx.
Also adding some print statements to benchmark script to indicate what type of
source/sink is being used.
digital: OFDM using new psk and qam modules for constellations. Also,
psk2->psk updated in all files and examples.
digital: fixed QA tests for ofdm.
digital: changed modulation_utils2 to modulation_utils and update all
files using it.
Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm
docs: Updated some docs and made it so GRC can pull docs in from other
components like vocoder and digital.
fixed a couple of typos.
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.
digital: fixed OFDM benchmark code to work over-the-air with UHD.
digital: removed unnecessary benchmark_ofdm.py
digital: add channel model for OFDM signals to a file.
digital: fixed narrowband channel model adder to take a signal amplitude
to determine the SNR.
digital: renamed OFDM benchmark codes; no real need to say what they are
in an ofdm directory.
digital: wip: working on tunnel.py for OFDM.
digital: added set_freq function to narrownband tunnel's main top block.
Merge branch 'mergme/grc_work' into next
Merge branch 'master' into next
Merge branch 'next' into dig_ofdm
ofdm: removed old ofdm examples directory. All examples are now in
gr-digital.
Merge branch 'master' into next
digital: adding OFDM GRC blocks to gr-digital.
Merge branch 'master' into next
Merge branch 'master' into next
digital: xml is so picky. This fixes the problems with the new GRC blocks
in issue #449.
Merge branch 'master' into next
uhd: updating examples to use args and better default for all UHD
examples; also fixed the wfm_rcv blocks to use new PLL constructor.
digital: fixed digital narrowband examples to use args instead of address
and better default.
digital: fixed digital ofdm examples to use args instead of address and
better default.
digital: fixed digital narrowband examples to set the sample rate based
on the symbol rate, not the bitrate, of the modulation.
uhd: fixed swig file to make guile build happy.
uhd: fixed examples to use new find_devices command.
examples: removed multi_usrp examples.
examples: removed multi-antenna examples.
examples: updated config files for removed examples.
Removed radio-astronomy; updated and replaced by simple-ra in cgran
(https://www.cgran.org/wiki/simple_ra).
Merge remote-tracking branch 'jcorgan/pager-update' into next
Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using
UHD. Also removes related M4 and dependency requirements for USRP-related libs.
Removed usrp(2) directories.
Fixed Makefile.am trailing backslash for autofoo build.
Somehow, these headers got duplicated. Removed from core, are in
gr-digital.
volk: fixed signed/unsigned comparison warnings.
vocoder: fixed signed/unsigned warning.
core: fixing AM_CPPFLAGS in viterbi/Makefile.am
Merge branch 'next' of gnuradio.org:gnuradio into next
build: fixed missing file in Makefile.am.
Merge branch 'next' of gnuradio.org:gnuradio into next
docs: installing README files.
docs: Fixed the include path to always find the right path.
docs: updating documentation. More build instructions/information in
Doxygen. Added logo to doxygen manual, too.
docs: Removing some more unnecessary stuff.
uhd: fixing uhd apps to take a subdev spec; also changing to more general
uhd parameter of 'args' instead of 'address' which defaults to the first uhd
dev found.
digital: added subdevspec option to digital UHD examples.
uhd: added subdevspec option to UHD examples and sets antenna based on
option.
uhd: added some documentation to the UHD main page on standard option
parser options and creating a source and setting the parameters.
Merge branch 'next' of gnuradio.org:gnuradio into next
docs: don't need to distribute README files in docs component. Just the
install path.
Merge remote branch 'jblum/cmake_fixes' into next
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0git, created. v3.5.0git,
git version control <=