debian/gnuradio
15 years agoAdds usrp2 example directory, WFM receiver. Default audio rate works out to 32015...
jcorgan [Mon, 27 Oct 2008 03:09:27 +0000 (03:09 +0000)]
Adds usrp2 example directory, WFM receiver.  Default audio rate works out to 32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to get rid of the warning message.  A resampler would be ideal.

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

15 years agoFix gain slider for configurations that have no gain control
jcorgan [Mon, 27 Oct 2008 00:22:12 +0000 (00:22 +0000)]
Fix gain slider for configurations that have no gain control

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

15 years agoremoved extra indentation. No change in functionality
eb [Mon, 27 Oct 2008 00:20:10 +0000 (00:20 +0000)]
removed extra indentation.  No change in functionality

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

15 years agoDeadly printfs turned off... Specified gain ranges for TV Rx and RFX boards.
eb [Sun, 26 Oct 2008 23:50:51 +0000 (23:50 +0000)]
Deadly printfs turned off...  Specified gain ranges for TV Rx and RFX boards.
Still a problem setting the gain;  Firmware takes too long to get back
to service ethernet.

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

15 years agoUpdate usrp2_fft.py to use updated gr-usrp2. Display is correct now, however, attemp...
jcorgan [Sun, 26 Oct 2008 20:41:23 +0000 (20:41 +0000)]
Update usrp2_fft.py to use updated gr-usrp2.  Display is correct now, however, attempting to change parameters via the controls still isn't working.  But this has been isolated to a libusrp2 issue, not a usrp2_fft.py issue.

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

15 years agoUpdated usrp2_rx_cfile.py and usrp2_siggen.py to use updated gr-usrp2
jcorgan [Sun, 26 Oct 2008 19:46:59 +0000 (19:46 +0000)]
Updated usrp2_rx_cfile.py and usrp2_siggen.py to use updated gr-usrp2

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

15 years agoMerged r9834:9855 from jcorgan/u2-wip into trunk. Catches up gr-usrp2 with the lates...
jcorgan [Sun, 26 Oct 2008 16:05:03 +0000 (16:05 +0000)]
Merged r9834:9855 from jcorgan/u2-wip into trunk.  Catches up gr-usrp2 with the latest changes in libusrp2, adding all the daughterboard accessor functions.

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

15 years agoMerging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f that displa...
trondeau [Sat, 25 Oct 2008 23:29:43 +0000 (23:29 +0000)]
Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX.

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

15 years agoadded real PSD plotting tool with optional spectrogram plot.
trondeau [Sat, 25 Oct 2008 22:11:31 +0000 (22:11 +0000)]
added real PSD plotting tool with optional spectrogram plot.

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

15 years agofixing time axes and zoom function
trondeau [Sat, 25 Oct 2008 21:47:50 +0000 (21:47 +0000)]
fixing time axes and zoom function

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

15 years agobugfix also override CPP
nldudok1 [Sat, 25 Oct 2008 21:44:06 +0000 (21:44 +0000)]
bugfix also override CPP

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

15 years agoupdating FFT plotting utilities. New file gr_plot_fft.py can plot any data type with...
trondeau [Sat, 25 Oct 2008 21:22:12 +0000 (21:22 +0000)]
updating FFT plotting utilities. New file gr_plot_fft.py can plot any data type with -d flag and gr_plot_fft_c and gr_plot_fft_f just call this one and pass in complex of float data types.

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

15 years agou2_rev2 now works again
matt [Thu, 23 Oct 2008 02:02:20 +0000 (02:02 +0000)]
u2_rev2 now works again

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

15 years agoadded missing tx_interp and rx_decim proxies
eb [Wed, 22 Oct 2008 16:20:10 +0000 (16:20 +0000)]
added missing tx_interp and rx_decim proxies

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

15 years agoadded rx_decim and tx_interp accessors
eb [Wed, 22 Oct 2008 16:18:41 +0000 (16:18 +0000)]
added rx_decim and tx_interp accessors

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

15 years agoAdded methods to query daughterboard parameters. Merged eb/u2-wip2
eb [Wed, 22 Oct 2008 00:56:40 +0000 (00:56 +0000)]
Added methods to query daughterboard parameters.  Merged eb/u2-wip2
-r9804:9814 into trunk; initialized dacmux in firmware.

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

15 years agomake rev2 compile again
matt [Wed, 22 Oct 2008 00:29:15 +0000 (00:29 +0000)]
make rev2 compile again

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

15 years agosimplification
jblum [Sun, 19 Oct 2008 07:51:24 +0000 (07:51 +0000)]
simplification

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

15 years agothis code was working, but how was unclear. Now it still works, but should be clearer.
matt [Sun, 19 Oct 2008 02:38:12 +0000 (02:38 +0000)]
this code was working, but how was unclear.  Now it still works, but should be clearer.

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

15 years agoadded in mux for DACs
matt [Sat, 18 Oct 2008 23:33:12 +0000 (23:33 +0000)]
added in mux for DACs

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

15 years agoreverse the spectrum on the TVRX boards
matt [Wed, 15 Oct 2008 22:15:03 +0000 (22:15 +0000)]
reverse the spectrum on the TVRX boards

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

15 years agoAdded firmware support for adc_mux to handle swapping I/Q, etc.
eb [Wed, 15 Oct 2008 00:42:58 +0000 (00:42 +0000)]
Added firmware support for adc_mux to handle swapping I/Q, etc.
Modified dsp_core_rx.v to swap A and B mapping so that the software
thinks that the TVRX is connected to A/D A.

ISE 10.1 SP3 is required to compile the FPGA successfully.  SP2 is
insufficient.  It compiles with SP2, but the firmware doesn't load.
Only the F led is one in that case.

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

15 years agostr cast
jblum [Tue, 14 Oct 2008 06:05:58 +0000 (06:05 +0000)]
str cast

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

15 years agotext box control: string mode
jblum [Tue, 14 Oct 2008 05:16:46 +0000 (05:16 +0000)]
text box control: string mode

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

15 years agofixed problem with negative offsets in calc_dxc_freq
eb [Tue, 14 Oct 2008 04:44:02 +0000 (04:44 +0000)]
fixed problem with negative offsets in calc_dxc_freq

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

15 years agomark RFX boards as i_and_q_swapped
eb [Tue, 14 Oct 2008 03:30:17 +0000 (03:30 +0000)]
mark RFX boards as i_and_q_swapped

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

15 years agos/w support for tx and rx mux
eb [Tue, 14 Oct 2008 03:29:46 +0000 (03:29 +0000)]
s/w support for tx and rx mux

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

15 years agonew tx and rx mux registers
eb [Tue, 14 Oct 2008 02:07:19 +0000 (02:07 +0000)]
new tx and rx mux registers

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

15 years agoinitialized freq_min/max values
eb [Tue, 14 Oct 2008 01:45:05 +0000 (01:45 +0000)]
initialized freq_min/max values

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

15 years agobacked out noinline_udivmoddi4 patch
eb [Tue, 14 Oct 2008 00:14:47 +0000 (00:14 +0000)]
backed out noinline_udivmoddi4 patch

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

15 years agofix diagnostic output
eb [Mon, 13 Oct 2008 22:59:25 +0000 (22:59 +0000)]
fix diagnostic output

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

15 years agomods to build under old tools
eb [Mon, 13 Oct 2008 22:58:16 +0000 (22:58 +0000)]
mods to build under old tools

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

15 years agoautohide grid pos and slider len, added slider len param
jblum [Sun, 12 Oct 2008 18:40:30 +0000 (18:40 +0000)]
autohide grid pos and slider len, added slider len param

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

15 years agoremoved old import statements
jblum [Sun, 12 Oct 2008 16:43:30 +0000 (16:43 +0000)]
removed old import statements

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

15 years agoselector fix, issue with IO terminators
jblum [Sun, 12 Oct 2008 02:36:20 +0000 (02:36 +0000)]
selector fix, issue with IO terminators

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

15 years agorefactored divider setting on rxdb clk, txdb clk, and test clk
matt [Sun, 12 Oct 2008 00:26:16 +0000 (00:26 +0000)]
refactored divider setting on rxdb clk, txdb clk, and test clk

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

15 years agoNew serdes status interrupt, clk_status interrupt. New capability to flush the ICache.
matt [Sat, 11 Oct 2008 23:04:06 +0000 (23:04 +0000)]
New serdes status interrupt, clk_status interrupt.  New capability to flush the ICache.

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

15 years agoremoved unneeded setting
matt [Sat, 11 Oct 2008 23:02:50 +0000 (23:02 +0000)]
removed unneeded setting

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

15 years agoDefaulting to a baseband frequency of 100kHz confuses everyone. Make the default 0
matt [Sat, 11 Oct 2008 19:28:45 +0000 (19:28 +0000)]
Defaulting to a baseband frequency of 100kHz confuses everyone.  Make the default 0

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

15 years agouse vector sink inside variable sink
jblum [Sat, 11 Oct 2008 04:59:23 +0000 (04:59 +0000)]
use vector sink inside variable sink

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

15 years agosupport numpy types
jblum [Sat, 11 Oct 2008 03:45:09 +0000 (03:45 +0000)]
support numpy types

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

15 years agosome fix
jblum [Sat, 11 Oct 2008 02:12:45 +0000 (02:12 +0000)]
some fix

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

15 years agodont sed check, can end badly
jblum [Fri, 10 Oct 2008 21:18:20 +0000 (21:18 +0000)]
dont sed check, can end badly

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

15 years agocheck for samples before autoscale, avoids potential error condition
jblum [Fri, 10 Oct 2008 21:13:33 +0000 (21:13 +0000)]
check for samples before autoscale, avoids potential error condition

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

15 years agoFix erroneous error message during configure
jcorgan [Thu, 9 Oct 2008 22:51:44 +0000 (22:51 +0000)]
Fix erroneous error message during configure

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

15 years agoproper custom wxPython event, in wxPython style
jblum [Thu, 9 Oct 2008 01:42:25 +0000 (01:42 +0000)]
proper custom wxPython event, in wxPython style

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

15 years agomust check for exists, then ro
jblum [Thu, 9 Oct 2008 00:03:45 +0000 (00:03 +0000)]
must check for exists, then ro

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

15 years agoread-only aware
jblum [Wed, 8 Oct 2008 20:17:18 +0000 (20:17 +0000)]
read-only aware

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

15 years agocustom wx event to post data, avoid threading issues
jblum [Wed, 8 Oct 2008 14:56:34 +0000 (14:56 +0000)]
custom wx event to post data, avoid threading issues

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

15 years agomoved to appropriate places
matt [Wed, 8 Oct 2008 06:29:43 +0000 (06:29 +0000)]
moved to appropriate places

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

15 years agoadded the basic wb<-->extram interface and a serdes interrupt to tell link status
matt [Wed, 8 Oct 2008 05:53:22 +0000 (05:53 +0000)]
added the basic wb<-->extram interface and a serdes interrupt to tell link status

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

15 years agoprobe function block
jblum [Wed, 8 Oct 2008 05:18:19 +0000 (05:18 +0000)]
probe function block

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

15 years agoprobe hier wrappers
jblum [Wed, 8 Oct 2008 03:48:33 +0000 (03:48 +0000)]
probe hier wrappers

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

15 years agoprobe threads: set daemon
jblum [Wed, 8 Oct 2008 00:14:46 +0000 (00:14 +0000)]
probe threads: set daemon

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

15 years agoadded probe blocks
jblum [Tue, 7 Oct 2008 22:30:04 +0000 (22:30 +0000)]
added probe blocks

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

15 years agoscrambler stuff
jblum [Tue, 7 Oct 2008 20:50:02 +0000 (20:50 +0000)]
scrambler stuff

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

15 years agohandy post install message -> no more automated installation of freedesktop
jblum [Tue, 7 Oct 2008 20:18:45 +0000 (20:18 +0000)]
handy post install message -> no more automated installation of freedesktop

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

15 years agominor cleanup
eb [Tue, 7 Oct 2008 19:14:09 +0000 (19:14 +0000)]
minor cleanup

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

15 years agore-enable grc, passes distcheck
jblum [Tue, 7 Oct 2008 18:32:29 +0000 (18:32 +0000)]
re-enable grc, passes distcheck

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

15 years agoAdded patch required to get microblaze toolchain from Xilinx EDK 10.1
eb [Sun, 5 Oct 2008 17:01:22 +0000 (17:01 +0000)]
Added patch required to get microblaze toolchain from Xilinx EDK 10.1
to build.  Also includes patch that reduces size of libgcc.a by not
inlining __udivmoddi4.

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

15 years agoadding missing comments to gr_firdes.i
n4hy [Sat, 4 Oct 2008 19:12:02 +0000 (19:12 +0000)]
adding missing comments to gr_firdes.i

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

15 years agofixing copyleft in gr_firdes.cc and .h
n4hy [Sat, 4 Oct 2008 19:08:56 +0000 (19:08 +0000)]
fixing copyleft in gr_firdes.cc and .h

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

15 years agocompletion of adding new filter design interfaces to gr_firdes.i. Still need to...
n4hy [Sat, 4 Oct 2008 19:01:01 +0000 (19:01 +0000)]
completion of adding new filter design interfaces to gr_firdes.i.  Still need to add tests to qa code

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

15 years agoRefactored how the usrp2/firmware connects into the top-level built.
eb [Sat, 4 Oct 2008 17:21:28 +0000 (17:21 +0000)]
Refactored how the usrp2/firmware connects into the top-level built.
We now have "normal" behavior.  That is, if your current directory is
usrp2, when you invoke "make" it will make both the host and firmware
directories.

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

15 years agoUSRP2 firmware fixes for EDK 10.1 microblaze toolchain. Firmware now builds
eb [Sat, 4 Oct 2008 01:29:47 +0000 (01:29 +0000)]
USRP2 firmware fixes for EDK 10.1 microblaze toolchain.  Firmware now builds
and runs correctly using these tools.

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

15 years agomore cleanup of comments and adding left our functions to swig. Not yet complete
n4hy [Fri, 3 Oct 2008 22:30:56 +0000 (22:30 +0000)]
more cleanup of comments and adding left our functions to swig.  Not yet complete

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

15 years agofixes for EDK 10.1 tools
eb [Fri, 3 Oct 2008 21:45:25 +0000 (21:45 +0000)]
fixes for EDK 10.1 tools

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

15 years agoverbose messages for freedesktop installer, added missing import for main window
jblum [Fri, 3 Oct 2008 05:27:52 +0000 (05:27 +0000)]
verbose messages for freedesktop installer, added missing import for main window

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

15 years agofixed error for non root install in ticket:298, moved install task for freedesktop...
jblum [Fri, 3 Oct 2008 00:48:47 +0000 (00:48 +0000)]
fixed error for non root install in ticket:298, moved install task for freedesktop into script

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

15 years agoRemoved extraneous flags
jcorgan [Thu, 2 Oct 2008 23:11:10 +0000 (23:11 +0000)]
Removed extraneous flags

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

15 years agoadded gruel to gnuradio-core.pc.in
eb [Thu, 2 Oct 2008 21:47:14 +0000 (21:47 +0000)]
added gruel to gnuradio-core.pc.in

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

15 years agodisabled GRC, breaks VPATH build, see ticket:298
eb [Thu, 2 Oct 2008 20:38:02 +0000 (20:38 +0000)]
disabled GRC, breaks VPATH build, see ticket:298

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

15 years agostop installing test_all
eb [Thu, 2 Oct 2008 04:38:37 +0000 (04:38 +0000)]
stop installing test_all

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

15 years agoVPATH fix related to gruel/inet.h
eb [Thu, 2 Oct 2008 03:54:25 +0000 (03:54 +0000)]
VPATH fix related to gruel/inet.h

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

15 years agofix for "double cross-compilation"
eb [Thu, 2 Oct 2008 02:33:09 +0000 (02:33 +0000)]
fix for "double cross-compilation"

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

15 years agoFixes ticket:297. Refactors how usrp2/firmware is built. Now
eb [Wed, 1 Oct 2008 23:11:11 +0000 (23:11 +0000)]
Fixes ticket:297.  Refactors how usrp2/firmware is built.  Now
AC_CONFIG_SUBDIRS is always called, and there's a AM_CONDITIONAL in
usrp2/firmware that decides whether anything really gets built or not.

I think this will fix the "double cross" issue (cross-compiling the
bulk of this for cell while cross-compiling the usrp2 firmware at the
same time), though it's not tested yet.

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

15 years agopll bandwidth optimized to more nearly meet Carson's rule. The 19 kHz pilot recovery...
n4hy [Wed, 1 Oct 2008 20:42:43 +0000 (20:42 +0000)]
pll bandwidth optimized to more nearly meet Carson's rule.  The 19 kHz pilot recovery will soon be replace by polyphase channelizer trick

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

15 years agowhen gr_firdes.i was last touched, my version 2 filter design programs were removed...
n4hy [Wed, 1 Oct 2008 17:18:13 +0000 (17:18 +0000)]
when gr_firdes.i was last touched, my version 2 filter design programs were removed from the swig file.  Also added is appropriate remarks for the low_pass_2 only.  More later

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

15 years agoGiven 75 kHz deviation in the US FM market, Carson's rule says this is nominally...
n4hy [Wed, 1 Oct 2008 02:34:32 +0000 (02:34 +0000)]
Given 75 kHz deviation in the US FM market, Carson's rule says this is nominally 180 kHz occupied bandwidth, not 200 kHz

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

15 years agoStereo receiver with 48 kHz sample rate output using rational resampler. Better...
n4hy [Wed, 1 Oct 2008 02:22:52 +0000 (02:22 +0000)]
Stereo receiver with 48 kHz sample rate output using rational resampler.  Better filters chosen than optfir.

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

15 years agoReenable GRC component
jcorgan [Wed, 1 Oct 2008 00:46:58 +0000 (00:46 +0000)]
Reenable GRC component

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

15 years agorobust check for xdg-utils
jblum [Tue, 30 Sep 2008 23:56:59 +0000 (23:56 +0000)]
robust check for xdg-utils

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

15 years agopatch to update to hier_block2 from Douglas Geiger
eb [Tue, 30 Sep 2008 23:23:13 +0000 (23:23 +0000)]
patch to update to hier_block2 from Douglas Geiger

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

15 years agoAC check for xdg utils
jblum [Tue, 30 Sep 2008 19:43:04 +0000 (19:43 +0000)]
AC check for xdg utils

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

15 years agotest for xdg utils
jblum [Tue, 30 Sep 2008 16:53:46 +0000 (16:53 +0000)]
test for xdg utils

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

15 years agogtk IconTheme module needs --theme gnome for some systems
jblum [Tue, 30 Sep 2008 15:58:01 +0000 (15:58 +0000)]
gtk IconTheme module needs --theme gnome for some systems

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

15 years agoDisabled grc component until xdg-utils dependency check is added
jcorgan [Tue, 30 Sep 2008 15:16:19 +0000 (15:16 +0000)]
Disabled grc component until xdg-utils dependency check is added

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

15 years agomultiple icon sizes for apps and mimetypes
jblum [Sun, 28 Sep 2008 20:48:43 +0000 (20:48 +0000)]
multiple icon sizes for apps and mimetypes

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

15 years agofixed bug: use title option, name removed
jblum [Sun, 28 Sep 2008 06:29:46 +0000 (06:29 +0000)]
fixed bug: use title option, name removed

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

15 years agofreedesktop
jblum [Sun, 28 Sep 2008 03:35:21 +0000 (03:35 +0000)]
freedesktop

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

15 years agouse gobject threading
jblum [Sat, 27 Sep 2008 08:11:13 +0000 (08:11 +0000)]
use gobject threading

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

15 years agoupdate docs after change
jblum [Fri, 26 Sep 2008 03:02:45 +0000 (03:02 +0000)]
update docs after change

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

15 years agoremoved redundant get_doc
jblum [Thu, 25 Sep 2008 05:38:46 +0000 (05:38 +0000)]
removed redundant get_doc

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

15 years agoget initial sptr using new convention
eb [Wed, 24 Sep 2008 17:04:46 +0000 (17:04 +0000)]
get initial sptr using new convention

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

15 years agoApplied patch from Stefan Brüns. It fixes a swig problem with enable_realtime_scheduling.
eb [Wed, 24 Sep 2008 15:55:29 +0000 (15:55 +0000)]
Applied patch from Stefan Brüns. It fixes a swig problem with enable_realtime_scheduling.

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

15 years agoMinor cleanup
jcorgan [Wed, 24 Sep 2008 15:36:17 +0000 (15:36 +0000)]
Minor cleanup

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

15 years agoreturn -1 (DONE flag) if source or sink sees an error
eb [Wed, 24 Sep 2008 00:20:41 +0000 (00:20 +0000)]
return -1 (DONE flag) if source or sink sees an error

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

15 years agoRenamed identifiers for consistency: s/complex_float/32fc/ s/complex_16/16sc/.
eb [Wed, 24 Sep 2008 00:07:57 +0000 (00:07 +0000)]
Renamed identifiers for consistency: s/complex_float/32fc/ s/complex_16/16sc/.
Merged eb/u2-wip -r9645:9646 into trunk.

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

15 years agousrp2 work-in-progress
eb [Tue, 23 Sep 2008 21:57:31 +0000 (21:57 +0000)]
usrp2 work-in-progress

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

15 years agoAdds usrp2_siggen.py to gr-utils, missed copyright notices
jcorgan [Tue, 23 Sep 2008 19:39:09 +0000 (19:39 +0000)]
Adds usrp2_siggen.py to gr-utils, missed copyright notices

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