| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
propagation locally.
|
|\ \ |
|
| | | |
|
|\| |
| |/
|/| |
|
| |
| |
| |
| | |
by a sample before.
|
| |
| |
| |
| | |
proper scaling (no more 3dB kludge).
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
correlate_access_code_tag_bb: modified to account for correlator lag.
|
| | | |
|
| | |
| | |
| | |
| | | |
proper scaling (no more 3dB kludge).
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
doxygen: fixed doxygen warnings.
Fixed type warning.
Fixed warnings about doxygen format.
Fixed return warnings.
Fixed warnings about variable intialization order.
Conflicts:
volk/include/volk/volk_complex.h
|
| | | |
|
| | | |
|
|\| |
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Added to the cc files which were missing io.h and
required compatibility declarations in io.h to compile.
Applies to compiling under MSVC with cmake work branch.
|
| |
| |
| |
| |
| |
| | |
Added to the cc files which were missing config.h and
required compatibility functions defined in config.h.
Applies to compiling under MSVC with cmake work branch.
|
|\ \ |
|
| |/ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 17 May 2011 21:52:02 +0200
Message-ID: <BANLkTikyEo58UT4QYHRRsrQbzSXcxo2T5A@mail.gmail.com>
From: Alexandru Csete <oz9aec@gmail.com>
To: patch-gnuradio@gnu.org
Subject: [Patch-gnuradio] set/get gain for quadrature_demod
Greetings,
The attached patch adds set/get gain accessors to the
quadrature_demod_cf block, inspired by the similar changes to the
frequency_modulator block few days ago.
Alex
|
| |
|
| |
|
|
|
|
| |
and float, long and short form for each.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This greatly cleans up gr_throttle and moves the implementation into the .cc file.
The implementation uses boost's posix time library so it will work on all systems.
Also added set_sample_rate() method and support for callback in grc.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* jblum/wip/attributes:
created gruel/attributes.h to house compiler specific attribute macros
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
replaced instances of __attribute__ with __GR_ATTR from attributes.h
what else has compiler specific attributes?
volk - volk is stand-alone, needs its own attributes.h
gcell - not touching that, probably gcc only anyways
usrp2 firmware - does not matter to host build
|
|\ \
| | |
| | |
| | |
| | | |
* jblum/mergeme/misc/gruel_thread_simplification:
gruel thread simplification:
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc
Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time).
Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h
Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* jblum/mergeme/misc/gr_flowgraph_include_iterator:
gr_flowgraph.cc explicit include of <iterator>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Added explicit include of <iterator>,
which was implicitly included by <vector>.
Affects platforms where vector does not automatically pull in iterator.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* jblum/mergeme/misc/use_boost_math_round:
use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
|
| |/ /
| | |
| | |
| | | |
this provides a round implementation on platforms w/o c99 standard
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* jblum/mergeme/misc/use_boost_math_trunc:
use boost::math::trunc in gr_frequency_modulator_fc.cc
|
| |/ /
| | |
| | |
| | | |
this replaces the need for a conditional trunc implementation in config.h
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* jblum/wip/gr-audio:
audio: high prio for platform specific audio osx
audio: added windows and osx audio source files
audio: added config checks for other audios, added jack and port
audio: make prefs look like old audio, removed old audio.py
audio: register arches with priorities, ex: prefer alsa over oss
audio: added oss support to gr-audio
audio: use conf files to specify default arch
audio: moved the grc audio blocks into gr-audio dir
audio: moved alsa support files into subdirectory
audio: work on swig support, it imports
audio: work to get alsa support in, lets see if this works before adding more
audio: added audio factory registry and top level includes
audio: skeleton for gr-audio component
|
| | | |
|
|/ / |
|