debian/gnuradio
15 years agoAdded support for --switch_mode, along with an external switcher interface via a...
mleech [Wed, 20 Aug 2008 16:52:38 +0000 (16:52 +0000)]
Added support for --switch_mode, along with an external switcher interface via a named pipe.

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

15 years agoMerged features/mp-sched -r8915:9335 into the trunk. The trunk now
eb [Tue, 19 Aug 2008 23:09:56 +0000 (23:09 +0000)]
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

15 years agoplotter: require double buffering
jblum [Tue, 19 Aug 2008 20:53:18 +0000 (20:53 +0000)]
plotter: require double buffering

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

15 years agoAdded --interferometer, to allow correlation interferometry when you have
mleech [Tue, 19 Aug 2008 19:54:47 +0000 (19:54 +0000)]
Added --interferometer, to allow correlation interferometry when you have
  two antenna, and two identical daughtercards.

Cleaned up the way signal chains get built--isolated to separate functions
  per mode.

SETI mode works with --dual-mode turned on, but not --interferometer.

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

15 years agoAdded support for dual_mode (for dual-polarization) removed two layers of
mleech [Mon, 18 Aug 2008 23:32:23 +0000 (23:32 +0000)]
Added support for dual_mode (for dual-polarization) removed two layers of
  filtering in the post-detector chain.

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

15 years agoNew taps computation based on requested transition bandwidth and stopband attenuation...
n4hy [Mon, 18 Aug 2008 22:36:19 +0000 (22:36 +0000)]
New taps computation based on requested transition bandwidth and stopband attenuation. qa code testing each added

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

15 years agoMake gl selection more robust for testing
jcorgan [Mon, 18 Aug 2008 20:44:41 +0000 (20:44 +0000)]
Make gl selection more robust for testing

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

15 years agoconfigure.ac cleanup to remove dnl message
n4hy [Mon, 18 Aug 2008 19:55:14 +0000 (19:55 +0000)]
configure.ac cleanup to remove dnl message

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

15 years agoconfigure.ac cleanup
n4hy [Mon, 18 Aug 2008 19:54:23 +0000 (19:54 +0000)]
configure.ac cleanup

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

15 years agogr_msdd6000 includes fixed up
n4hy [Mon, 18 Aug 2008 19:49:06 +0000 (19:49 +0000)]
gr_msdd6000 includes fixed up

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

15 years agodont import plotter
jblum [Fri, 15 Aug 2008 16:08:10 +0000 (16:08 +0000)]
dont import plotter

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

15 years agoTrial fix for ticket:258 / integer overflow undefined / phase
eb [Fri, 15 Aug 2008 01:12:02 +0000 (01:12 +0000)]
Trial fix for ticket:258 / integer overflow undefined / phase
accumulator.  Thanks to Stefan Bruens and Philip Ballister for working
on this.

According to the fine print in the C and C++ standards, if a signed
integer type overflows, the result is undefined.  As of gcc 4.3, gcc
was proving that our code was overflowing, and took advantage of the
"undefined" result to short circuit the evaluation.

Moral of the story:  if you're using a fixed point phase accumulator,
or anything else where you're counting on overflow happening, be sure
that your variable is unsigned.

See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37067 and
http://www.airs.com/blog/archives/120

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

15 years agoconstsink in scope wrapper (backwards compadible)
jblum [Thu, 14 Aug 2008 22:07:44 +0000 (22:07 +0000)]
constsink in scope wrapper (backwards compadible)

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

15 years agomore backwards compadibility, marker for scope/xy plotter
jblum [Thu, 14 Aug 2008 19:53:37 +0000 (19:53 +0000)]
more backwards compadibility, marker for scope/xy plotter

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

15 years agochanged glcanvas test (fedora fix)
jblum [Thu, 14 Aug 2008 19:20:58 +0000 (19:20 +0000)]
changed glcanvas test (fedora fix)

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

15 years agoMerged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versions...
jcorgan [Thu, 14 Aug 2008 18:43:15 +0000 (18:43 +0000)]
Merged changeset r9241:9289 from jblum/glwxgui into trunk.  Adds OpenGL versions of fftsink, waterfallsink, and scopesink, and new constsink.  See README.gl for use. (Josh Blum)

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

15 years agoRefactored unique vector functionality into template.
jcorgan [Tue, 12 Aug 2008 17:38:29 +0000 (17:38 +0000)]
Refactored unique vector functionality into template.

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

15 years agoMake gr_basic_block sort deterministic (Martin Dvh)
jcorgan [Tue, 12 Aug 2008 17:01:37 +0000 (17:01 +0000)]
Make gr_basic_block sort deterministic (Martin Dvh)

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

15 years agoset decim
jblum [Wed, 6 Aug 2008 20:11:53 +0000 (20:11 +0000)]
set decim

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

15 years agoadded cpuid for sse3,ssse3,sse4.1, and sse4.2
jcoy [Wed, 6 Aug 2008 00:15:23 +0000 (00:15 +0000)]
added cpuid for sse3,ssse3,sse4.1, and sse4.2

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

15 years agodial_tone c++ example top block pointer fix
jcoy [Wed, 6 Aug 2008 00:15:04 +0000 (00:15 +0000)]
dial_tone c++ example top block pointer fix

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

15 years agoBetter fix for race in logpwrfft.py
jcorgan [Sun, 3 Aug 2008 17:15:05 +0000 (17:15 +0000)]
Better fix for race in logpwrfft.py

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

15 years agoreplaced tabs, added sample_rate, fixed average=True bug
jblum [Fri, 1 Aug 2008 19:27:53 +0000 (19:27 +0000)]
replaced tabs, added sample_rate, fixed average=True bug

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

15 years agowrong sign
eb [Thu, 31 Jul 2008 02:52:49 +0000 (02:52 +0000)]
wrong sign

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

15 years agoremoved FIXME
eb [Thu, 31 Jul 2008 02:51:28 +0000 (02:51 +0000)]
removed FIXME

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

15 years agoMove libgruel configuration checks into config directory
jcorgan [Sun, 27 Jul 2008 22:52:44 +0000 (22:52 +0000)]
Move libgruel configuration checks into config directory

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

15 years agoMerged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)
eb [Sun, 27 Jul 2008 22:28:20 +0000 (22:28 +0000)]
Merged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)

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

15 years agoFix ignores.
jcorgan [Fri, 25 Jul 2008 00:02:47 +0000 (00:02 +0000)]
Fix ignores.

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

15 years agoAdds alternative integrate and dump decimator to gr-gpio.
jcorgan [Fri, 25 Jul 2008 00:02:08 +0000 (00:02 +0000)]
Adds alternative integrate and dump decimator to gr-gpio.

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

15 years agoAllow odd decimation if halfband filter is disabled. Thanks Firas!
eb [Thu, 24 Jul 2008 17:48:46 +0000 (17:48 +0000)]
Allow odd decimation if halfband filter is disabled.  Thanks Firas!

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

15 years agofirst cut at iq imbalance compensation
matt [Thu, 24 Jul 2008 06:08:01 +0000 (06:08 +0000)]
first cut at iq imbalance compensation

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

15 years agoAdd gr_costas_loop_cc setters and getters
jcorgan [Tue, 22 Jul 2008 00:07:51 +0000 (00:07 +0000)]
Add gr_costas_loop_cc setters and getters

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

15 years agoefficient moving average filters, should speed up OFDM significantly
matt [Mon, 21 Jul 2008 23:32:23 +0000 (23:32 +0000)]
efficient moving average filters, should speed up OFDM significantly

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

15 years agodisabled gr-msdd6000 until ticket:252 is resolved
eb [Fri, 18 Jul 2008 23:54:24 +0000 (23:54 +0000)]
disabled gr-msdd6000 until ticket:252 is resolved

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

15 years agoClean up of comments and removal of a broken piece of test code that no longer works...
n4hy [Sun, 13 Jul 2008 21:18:48 +0000 (21:18 +0000)]
Clean up of comments and removal of a broken piece of test code that no longer works with the new firmware.

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

15 years agoAdd lookup by serial number.
jcorgan [Thu, 10 Jul 2008 19:56:51 +0000 (19:56 +0000)]
Add lookup by serial number.

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

15 years agoAdds lsusrp to gr-utils, obsoletes usrp_print_db.py
jcorgan [Thu, 10 Jul 2008 17:54:45 +0000 (17:54 +0000)]
Adds lsusrp to gr-utils, obsoletes usrp_print_db.py

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

15 years agoMerged jcorgan/ptrfix -r8827:8843 into the trunk.
eb [Wed, 9 Jul 2008 18:59:37 +0000 (18:59 +0000)]
Merged jcorgan/ptrfix -r8827:8843 into the trunk.

Fix that allows C++ classes derived from gr_hier_block2 to
use the new self() method to get a magic object that can be passed
to connect or disconnect to refer to their own inputs and outputs.

Note that the constructor wrapper of all classes derived from
gr_hier_block2 (and thus gr_top_block too) MUST USE the new
gnuradio::get_initial_sptr function to get the initial shared pointer.
gnuradio::get_initial_sptr works on all block types, and should be
used in all new code. See qa_gr_hier_block2_derived.{h,cc} for an
example.

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

15 years agoAdd some getter methods
jcorgan [Wed, 9 Jul 2008 16:36:46 +0000 (16:36 +0000)]
Add some getter methods

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

15 years agofix for ticket:250
eb [Wed, 9 Jul 2008 16:02:37 +0000 (16:02 +0000)]
fix for ticket:250

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

15 years agoFix block names.
jcorgan [Sat, 5 Jul 2008 21:14:33 +0000 (21:14 +0000)]
Fix block names.

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

15 years agoFix block name.
jcorgan [Sat, 5 Jul 2008 21:11:55 +0000 (21:11 +0000)]
Fix block name.

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

15 years agoAdds blks2.logpwrfft_c,f blocks.
jcorgan [Sat, 5 Jul 2008 20:20:58 +0000 (20:20 +0000)]
Adds blks2.logpwrfft_c,f blocks.

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

15 years agoAdds blks2.stream_to_vector_decimator block.
jcorgan [Sat, 5 Jul 2008 19:14:04 +0000 (19:14 +0000)]
Adds blks2.stream_to_vector_decimator block.

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

15 years agofixed broken link in filterbank comment
n4hy [Fri, 4 Jul 2008 16:58:23 +0000 (16:58 +0000)]
fixed broken link in filterbank comment

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

15 years agoFixed distcheck failure and cleaned up ignores.
jcorgan [Fri, 4 Jul 2008 05:07:15 +0000 (05:07 +0000)]
Fixed distcheck failure and cleaned up ignores.

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

15 years agoThis completes the msdd6000 update with all example code and other utilities
n4hy [Fri, 4 Jul 2008 03:05:33 +0000 (03:05 +0000)]
This completes the msdd6000 update with all example code and other utilities

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

15 years agoDisable gr-msdd6000 component until it passes distcheck.
jcorgan [Fri, 4 Jul 2008 03:05:26 +0000 (03:05 +0000)]
Disable gr-msdd6000 component until it passes distcheck.

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

15 years agolots of example and other useful code for use with the softronics msdd6000
n4hy [Fri, 4 Jul 2008 02:56:31 +0000 (02:56 +0000)]
lots of example and other useful code for use with the softronics msdd6000

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

15 years agoforgot msdd.i
n4hy [Fri, 4 Jul 2008 02:46:18 +0000 (02:46 +0000)]
forgot msdd.i

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

15 years agomsdd6000 source upgraded and enabled
n4hy [Fri, 4 Jul 2008 02:45:05 +0000 (02:45 +0000)]
msdd6000 source upgraded and enabled

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

15 years agotemporary disabling of msdd6000 while under reconstruction
n4hy [Fri, 4 Jul 2008 02:13:00 +0000 (02:13 +0000)]
temporary disabling of msdd6000 while under reconstruction

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

15 years agocleaning up and putting much better code in. Step 1 of 2
n4hy [Fri, 4 Jul 2008 01:26:58 +0000 (01:26 +0000)]
cleaning up and putting much better code in. Step 1 of 2

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

15 years agoFixed spelling error: s/writeable/writable/g
eb [Thu, 26 Jun 2008 18:17:15 +0000 (18:17 +0000)]
Fixed spelling error: s/writeable/writable/g

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

15 years agodistcheck fix
eb [Wed, 25 Jun 2008 21:24:03 +0000 (21:24 +0000)]
distcheck fix

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

15 years agoReverted changeset r8180, r8181, and r8184 on trunk.
jcorgan [Wed, 25 Jun 2008 18:53:28 +0000 (18:53 +0000)]
Reverted changeset r8180, r8181, and r8184 on trunk.

To achieve equivalent functionality, just configure port-audio as the default
audio library in the audio configuration.

~/.gnuradio/config.conf:

[audio]
verbose = True
audio_module = audio_portaudio
#audio_module = audio_oss
#audio_module = audio_alsa

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

15 years agoremoved is_running method from gr_top_block
eb [Tue, 24 Jun 2008 20:48:39 +0000 (20:48 +0000)]
removed is_running method from gr_top_block

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

15 years agomatch the actual filename used
matt [Tue, 24 Jun 2008 19:41:34 +0000 (19:41 +0000)]
match the actual filename used

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

15 years agonew experimental daughterboards with other tuners
matt [Tue, 24 Jun 2008 19:40:47 +0000 (19:40 +0000)]
new experimental daughterboards with other tuners

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

15 years agoBacked out [8669]. Better fix for removing cruft from opreport
eb [Mon, 23 Jun 2008 23:03:43 +0000 (23:03 +0000)]
Backed out [8669]. Better fix for removing cruft from opreport

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

15 years agoin SIMD assmebler, changed .cleanup to a local symbol
eb [Mon, 23 Jun 2008 22:49:20 +0000 (22:49 +0000)]
in SIMD assmebler, changed .cleanup to a local symbol

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

15 years agoRenamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).
eb [Mon, 23 Jun 2008 19:42:13 +0000 (19:42 +0000)]
Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).
Added new script, benchmark_dotprod, which runs all dotprods.

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

15 years agoRenamed labels .loop1 and .loop2 to include name of file they're contained in.
eb [Mon, 23 Jun 2008 19:10:40 +0000 (19:10 +0000)]
Renamed labels .loop1 and .loop2 to include name of file they're contained in.

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

15 years agoadded a few examples for benchmarking multithreaded scheduler
eb [Mon, 23 Jun 2008 18:36:53 +0000 (18:36 +0000)]
added a few examples for benchmarking multithreaded scheduler

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

15 years agomerged refactoring of gr_top_block_impl into abstract base class
eb [Mon, 23 Jun 2008 18:26:50 +0000 (18:26 +0000)]
merged refactoring of gr_top_block_impl into abstract base class
gr_top_block_impl and concrete class gr_top_block_impl_sts from
eb/mp-sched r8447:8660.  No change in functionality or behavior.
Paves the way for development of multiprocessor aware scheduler.

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

15 years agofixed quoting problem
eb [Mon, 23 Jun 2008 17:56:28 +0000 (17:56 +0000)]
fixed quoting problem

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

15 years agoremoved duplicate assignment
eb [Mon, 23 Jun 2008 17:54:43 +0000 (17:54 +0000)]
removed duplicate assignment

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

15 years agoscript to install threading building blocks in prefix
eb [Mon, 23 Jun 2008 17:47:47 +0000 (17:47 +0000)]
script to install threading building blocks in prefix

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

15 years agoremoved old, left over import
eb [Mon, 23 Jun 2008 17:45:33 +0000 (17:45 +0000)]
removed old, left over import

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

15 years agoUse system byteswap implementations where available.
jcorgan [Mon, 23 Jun 2008 00:25:56 +0000 (00:25 +0000)]
Use system byteswap implementations where available.

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

15 years agoAdded autoconf independent bytesex routines to libgruel.
jcorgan [Sun, 22 Jun 2008 22:56:48 +0000 (22:56 +0000)]
Added autoconf independent bytesex routines to libgruel.

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

15 years agoMerged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Radio Utili...
jcorgan [Fri, 20 Jun 2008 18:14:47 +0000 (18:14 +0000)]
Merged -r8639:8641 from jcorgan/gruel into trunk.  Adds libgruel, the GNU Radio Utility Etcetera Library.  See README for description.

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

15 years agoMoved mb_time to omni_time and left mb_time.h with typedef to maintain
eb [Thu, 19 Jun 2008 15:04:26 +0000 (15:04 +0000)]
Moved mb_time to omni_time and left mb_time.h with typedef to maintain
backwards compatibility. Removed gcell's dependency on mblocks. Now
gcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk.

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

15 years agoMerged eb/gcell-wip -r8559:8571 into trunk. The shared queue
eb [Thu, 19 Jun 2008 00:06:42 +0000 (00:06 +0000)]
Merged eb/gcell-wip -r8559:8571 into trunk.  The shared queue
structure is slightly modified, and the spu dequeue has been
streamlined.  In addition, the spu Lost-Lock Line Reservation event is
now work correctly, though it is still disabled because it's slower
than the expontial backoff alternative.

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

15 years agolibtool 2.2 compatibility fix from Don Ward. Details in ticket:249.
eb [Wed, 18 Jun 2008 04:58:54 +0000 (04:58 +0000)]
libtool 2.2 compatibility fix from Don Ward.  Details in ticket:249.

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

16 years agofftsink: stretch spacer for better fit
jblum [Thu, 12 Jun 2008 21:49:49 +0000 (21:49 +0000)]
fftsink: stretch spacer for better fit

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

16 years agofftsink: y_per_div issue fixed
jblum [Thu, 12 Jun 2008 21:33:40 +0000 (21:33 +0000)]
fftsink: y_per_div issue fixed

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

16 years agofft stretch fix and control panel update
jblum [Thu, 12 Jun 2008 19:08:59 +0000 (19:08 +0000)]
fft stretch fix and control panel update

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

16 years agofft sink gui with control panel
jblum [Thu, 12 Jun 2008 00:29:56 +0000 (00:29 +0000)]
fft sink gui with control panel

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

16 years agoMake fpga register definition header files installed.
jcorgan [Tue, 10 Jun 2008 19:52:55 +0000 (19:52 +0000)]
Make fpga register definition header files installed.

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

16 years agoFix missing library from debfile (Greg Ushomirsky).
jcorgan [Tue, 10 Jun 2008 19:03:26 +0000 (19:03 +0000)]
Fix missing library from debfile (Greg Ushomirsky).

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

16 years agoFixes ticket:246
jcorgan [Tue, 10 Jun 2008 16:13:08 +0000 (16:13 +0000)]
Fixes ticket:246

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

16 years agoApplied patch from Dean Armstrong to fix gr_repeat (ticket:246).
eb [Tue, 10 Jun 2008 15:48:12 +0000 (15:48 +0000)]
Applied patch from Dean Armstrong to fix gr_repeat (ticket:246).
The QA code was not updated to detect the bug and should still be sorted out.

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

16 years agorefactored gc_jd_queue_data, faster mutex_unlock
eb [Thu, 5 Jun 2008 22:45:24 +0000 (22:45 +0000)]
refactored gc_jd_queue_data, faster mutex_unlock

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

16 years agoAdded rewind() and clear() to vector sources and sinks. This is useful
eb [Mon, 26 May 2008 13:33:34 +0000 (13:33 +0000)]
Added rewind() and clear() to vector sources and sinks. This is useful
when doing automatic testing of a block (e.g. BER vs SNR).
Patch from Andreas Müller.

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

16 years agochannel_model.py now allows to set the random seed for the noise
eb [Mon, 26 May 2008 13:30:41 +0000 (13:30 +0000)]
channel_model.py now allows to set the random seed for the noise
source via __init__ and adds a function to set the timing
offset. (Patch from Andreas Müller.)

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

16 years agoExpose flowgraph debugging dump as gr.top_block.dump(). May or may not be suitable...
jcorgan [Tue, 20 May 2008 18:56:10 +0000 (18:56 +0000)]
Expose flowgraph debugging dump as gr.top_block.dump().  May or may not be suitable for ticket:245

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

16 years agodistribute bootstrap with tarballs in case folks are modifying them
eb [Tue, 20 May 2008 03:34:03 +0000 (03:34 +0000)]
distribute bootstrap with tarballs in case folks are modifying them

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

16 years agoLet's step into the 21st century...
eb [Tue, 20 May 2008 03:32:48 +0000 (03:32 +0000)]
Let's step into the 21st century...

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

16 years agoworks with shipping boards, mostly minor changes to reference frequency for the 9513...
matt [Mon, 19 May 2008 18:15:53 +0000 (18:15 +0000)]
works with shipping boards, mostly minor changes to reference frequency for the 9513 divider

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

16 years agoFix breakage introduced in r6228 (Josh Blum)
jcorgan [Mon, 19 May 2008 02:36:00 +0000 (02:36 +0000)]
Fix breakage introduced in r6228 (Josh Blum)

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

16 years agoChanged sample rate from 20M to 19.2M for faster lock.
cswiger [Fri, 16 May 2008 17:29:29 +0000 (17:29 +0000)]
Changed sample rate from 20M to 19.2M for faster lock.
Changed phase detector from atan2 to gr_fast_atan2f for speedup.

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

16 years agoCleanup mistakes, print pids
cswiger [Wed, 14 May 2008 13:50:43 +0000 (13:50 +0000)]
Cleanup mistakes, print pids

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

16 years agoAdded interp_fir_filter in place of zero sources, interleaver, filter
cswiger [Tue, 13 May 2008 20:32:56 +0000 (20:32 +0000)]
Added interp_fir_filter in place of zero sources, interleaver, filter
scheme.

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

16 years agoChange flow_graph to top_block
cswiger [Tue, 13 May 2008 14:23:45 +0000 (14:23 +0000)]
Change flow_graph to top_block

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

16 years agoAdded interp_short.py and update README
cswiger [Tue, 13 May 2008 14:14:08 +0000 (14:14 +0000)]
Added interp_short.py and update README

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

16 years agoMerged branch to fix libusrp dependence on CoreFoundation on OSX 10.4.
michaelld [Sun, 11 May 2008 18:26:00 +0000 (18:26 +0000)]
Merged branch to fix libusrp dependence on CoreFoundation on OSX 10.4.

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

16 years agobetter fix for ticket:243
eb [Thu, 8 May 2008 06:17:55 +0000 (06:17 +0000)]
better fix for ticket:243

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

16 years agosvn:ignore cleanup
eb [Thu, 8 May 2008 05:41:23 +0000 (05:41 +0000)]
svn:ignore cleanup

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

16 years agofix for ticket:243
eb [Thu, 8 May 2008 03:57:47 +0000 (03:57 +0000)]
fix for ticket:243

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