summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* howto: adds --disable-python option to gr-howto-write-a-block example.jcorgan2009-08-063-30/+39
| | | | | | Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11542 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds constructor for gr.message_source that takes existing msgq.jcorgan2009-08-064-0/+36
| | | | | | | | | | | A gr.message_source object can now be created in one of two ways: blk = gr.message_source(itemsize, limit) msgq = gr.msg_queue(limit) blk = gr.message_source(itemsize, msgq) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11541 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, ↵trondeau2009-08-052-7/+52
| | | | | | and adds BPF (real). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11537 221aa14e-8319-0410-a670-987f0aec2ac5
* Made libusrp2 min and max samples even number.jcorgan2009-08-021-2/+3
| | | | | | | | This forces an even number of samples in the min or max case, preserving the alignment of interleaved samples in the face of RX overruns or TX underruns. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11526 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ↵jcorgan2009-08-0112-8/+426
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11524 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixing bug in setting SNR3.3gittrondeau2009-07-311-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11523 221aa14e-8319-0410-a670-987f0aec2ac5
* Add custom FPGA build.jcorgan2009-07-3012-3/+1704
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a custom build for USRP2 FPGA. It allows using a BasicRX or LFRX board and feed two independent, real signals. In addition, instead of the CIC/HB decimator, which optimizes frequency response, it uses an integrate and dump decimator, which optimizes for time-domain impulse response. These changes have been made in dsp_core_rx.v: * A second DDC has been added, sharing a frequency register with the existing DDC. * The output of the two DDCs are interleaved as I1 Q1 I2 Q2I ... into the receive FIFO. This limits the host configured decimation to 8 intead of 4. Use gr.deinterleave to recover the streams. * The ADCs are hardcoded: RX_A ==> DDC #1 I-input 0 ==> DDC #1 Q-input RX_B ==> DDC #2 I-input 0 ==> DDC #2 Q-input Thus, the input mux has been disabled. * The CIC/HB decimator has been replaced by an integrate and dump at the decimation rate. * To assist with meeting timing, the external RAM has been disabled. The basic application is to coherently sample two real IF streams and downconvert to baseband, while minimizing the impulse response duration of the resampling filters. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11519 221aa14e-8319-0410-a670-987f0aec2ac5
* gr_not xml fix: only one input for notjblum2009-07-291-8/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11516 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵jcorgan2009-07-2820-5/+140
| | | | | | trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup stray PMT reference.jcorgan2009-07-281-4/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11511 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for test_pmt when using --with-boost=<foo>eb2009-07-271-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11504 221aa14e-8319-0410-a670-987f0aec2ac5
* Initialized merge tracking to current revisionjcorgan2009-07-260-0/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11498 221aa14e-8319-0410-a670-987f0aec2ac5
* Reset mergeinfo properties for files.jcorgan2009-07-260-0/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11497 221aa14e-8319-0410-a670-987f0aec2ac5
* Reset mergeinfo propertiesjcorgan2009-07-260-0/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11496 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11491:11494 from jcorgan/pmt into trunk.jcorgan2009-07-2657-323/+387
| | | | | | | | | Moves pmt types functions into pmt:: from gruel:: Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11495 221aa14e-8319-0410-a670-987f0aec2ac5
* Update omnithread linking.jcorgan2009-07-253-2/+3
| | | | | | | | Moved link against omnithread from gnuradio-core to those components still using it (and were depending on pulling omnithread in that way). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11488 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r11462:11485 from jcorgan/omni into trunk.jcorgan2009-07-2530-129/+158
| | | | | | | | | Removes dependency on omnithreads from gnuradio-core. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11486 221aa14e-8319-0410-a670-987f0aec2ac5
* Rename binary to be more descriptive.jcorgan2009-07-252-3/+3
| | | | | | | | gnuradio --> gnuradio-config-info git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11475 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for 'make check' on OSX and Windows; corrects USRP/2 library path.michaelld2009-07-222-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11471 221aa14e-8319-0410-a670-987f0aec2ac5
* last changes here to gr_fmdet until pfb trondeau pfb branch is folded inn4hy2009-07-202-1/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11464 221aa14e-8319-0410-a670-987f0aec2ac5
* clean up of fmdet and addition of new slope vector. We will extend range to ↵n4hy2009-07-201-4/+17
| | | | | | Fs * [-.4,.4] and use SSE for computation using fir_ccf with new larger vector in final version git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11463 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.jcorgan2009-07-2079-624/+416
| | | | | | | | | | | | | * Merges libpmt into libgruel * Modifies libmblock to use libgruel gruel::pmt_t will be the fundamental msg content for the new message passing implemention for 3.3. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing dependencyjcorgan2009-07-181-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11454 221aa14e-8319-0410-a670-987f0aec2ac5
* Adding a check box to cancel DC offsettrondeau2009-07-173-12/+139
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11451 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed fft reordingjblum2009-07-172-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11450 221aa14e-8319-0410-a670-987f0aec2ac5
* Temporary workaround (until VRT) to stop submitting short packets to ↵jcorgan2009-07-162-0/+18
| | | | | | libusrp2 tx_raw(). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11449 221aa14e-8319-0410-a670-987f0aec2ac5
* There is no y per div, but there is a dynamic range.jblum2009-07-163-6/+10
| | | | | | | | | Added **kwargs to nongl for backwards compadibility. Updated todo. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11448 221aa14e-8319-0410-a670-987f0aec2ac5
* wipjcorgan2009-07-152-2/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11447 221aa14e-8319-0410-a670-987f0aec2ac5
* Packaging update for r11444jcorgan2009-07-151-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11446 221aa14e-8319-0410-a670-987f0aec2ac5
* revert 11442 until I find a fix for boost 1.37eb2009-07-153-12/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11445 221aa14e-8319-0410-a670-987f0aec2ac5
* Removed pmt dependency on omnithreads, now dependent on boost::threadseb2009-07-155-21/+18
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11444 221aa14e-8319-0410-a670-987f0aec2ac5
* applied patch from ticket:358eb2009-07-151-2/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5
* pmt performance improvement: Switch from shared_ptr to intrusive_ptreb2009-07-153-3/+12
| | | | | | | for pmt_t (c1258 from Stefan Brüns). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11442 221aa14e-8319-0410-a670-987f0aec2ac5
* pmt perf improvements: Make function arguments const & (c1257, c1260eb2009-07-153-45/+48
| | | | | | | from Stefan Brüns) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11439 221aa14e-8319-0410-a670-987f0aec2ac5
* Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan Brüns)eb2009-07-152-0/+23
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11438 221aa14e-8319-0410-a670-987f0aec2ac5
* pmt performance improvement: avoid some double type casting (c1256eb2009-07-151-12/+18
| | | | | | | from Stefan Brüns) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11437 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor optimation, assume well formed list as common case (c1255 from Stefan ↵eb2009-07-151-1/+1
| | | | | | Brüns) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11436 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert erroneous file included in r11424jcorgan2009-07-141-6/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11425 221aa14e-8319-0410-a670-987f0aec2ac5
* Reorganization of debian package directoryjcorgan2009-07-149-10/+13
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11424 221aa14e-8319-0410-a670-987f0aec2ac5
* make use of gr.version()jblum2009-07-115-36/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup.jcorgan2009-07-116-163/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11419 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:401 and ticket:402.jcorgan2009-07-1119-29/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds several API functions to determine build constants at runtime, and a convenience command line program to display them: From C++: const std::string gr_prefix(); const std::string gr_sysconfdir(); const std::string gr_prefsdir(); const std::string gr_build_date(); const std::string gr_svn_date(); const std::string gr_svn_version(); const std::string gr_version(); From Python: gr.prefix() gr.sysconfdir() gr.prefsdir() gr.build_date() gr.svn_date() gr.svn_version() gr.version() The new binary is 'gnuradio' and installed on the path: $ gnuradio Program options: gnuradio [options]: -h [ --help ] print help message --prefix print gnuradio installation prefix --sysconfdir print gnuradio system configuration directory --prefsdir print gnuradio preferences directory --builddate print gnuradio build date (RFC2822 format) -v [ --version ] print gnuradio version --svnversion print SVN repository version (SVN format) --svndate print SVN repository date $ git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11418 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11397:11413 from balister/arm-configure into trunk. Trunk passes ↵jcorgan2009-07-1014-4/+852
| | | | | | distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11416 221aa14e-8319-0410-a670-987f0aec2ac5
* Make trunk packages use revision number in version.jcorgan2009-07-102-9/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing files from package generationjcorgan2009-07-103-7/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11408 221aa14e-8319-0410-a670-987f0aec2ac5
* Refactor msgq thread classes to use gru.msgq_runnerjcorgan2009-07-104-100/+70
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11407 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, ↵jcorgan2009-07-1010-259/+207
| | | | | | rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds generic msgq runner convenience class.jcorgan2009-07-092-0/+83
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11398 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missed revision to last check-injcorgan2009-07-091-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11395 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11377:11390 from jcorgan/usrp-headers in to trunk.jcorgan2009-07-09149-363/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Public USRP(1) header files are now in their own source directory and install into $(includedir)/usrp. This was done to avoid name clashes in the top-level include directory. Only users who are developing directly to libusrp in C++ are affected; the GNU Radio C++ and Python APIs are unchanged. The simple change required by this update is to change: #include <usrp_*.h> to #include <usrp/usrp_*.h> ...in your source code. * Removed usrp-inband code from tree (put into limbo directory.) This code has become unmaintained and has started to suffer from bitrot. A checkpoint tag has been made for anyone still needing to use it: http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg The plan during the 3.2->3.3 development cycle is to replace the functions done by the in-band code with extensions to the existing gr-usrp blocks using the new message passing architecture. The USRP hardware FPGA code that provided the inband interface has not been removed; however, it too has become unmaintained and will likely be rewritten/replaced during the 3.3 timeframe. The trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11394 221aa14e-8319-0410-a670-987f0aec2ac5