Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | Add check_topology, delete d_diff_filters in dtor, cleanup init and use of | Eric Blossom | |
logging output streams. | |||
2010-03-04 | Add command that builds a new 'out-of-tree' project. | Eric Blossom | |
2010-03-04 | doc fix (in generated file) | Eric Blossom | |
2010-03-04 | doc fix | Eric Blossom | |
2010-03-04 | Fix distcheck failure in gr-howto-write-a-block | Johnathan Corgan | |
Some of the swig include files were not getting put into the dist tarball | |||
2010-03-04 | Merge branch 'howto' | Eric Blossom | |
* howto: Refactor gr-howto-write-a-block such that it no longer installs into | |||
2010-03-04 | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | |
the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto | |||
2010-03-03 | Fixed bug in checking if path is writable. | Josh Blum | |
Some moron put quotes around the variable name... | |||
2010-03-03 | If the directory is read-only, use the systems tmp directory for generated ↵ | Josh Blum | |
py files. | |||
2010-03-02 | Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblum | Johnathan Corgan | |
2010-03-02 | Add README for new FPGA hosting location | Johnathan Corgan | |
2010-03-01 | set antenna defaults to 0 | Josh Blum | |
2010-02-28 | Remove usrp1 and usrp2 FPGA files. These are now hosted at: | Johnathan Corgan | |
git://ettus.sourcerepo.com/ettus/fpga.git ...under the 'usrp1' and 'usrp2' top-level directories. | |||
2010-02-25 | setting xcvr antennas through api | Josh Blum | |
2010-02-25 | Added call to set antenna. Split XCVR into new thing cuz size. | Josh Blum | |
2010-02-24 | updated wiki url | Josh Blum | |
2010-02-21 | Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele | Johnathan Corgan | |
2010-02-20 | Merge branch 'db_default' | Matt Ettus | |
2010-02-19 | Clarified copyright and licensing | Jason Abele | |
2010-02-18 | Fix linker path in gr-pager | Johnathan Corgan | |
2010-02-14 | remove reference to nonexistant include | Matt Ettus | |
2010-02-14 | test the ability to read default eeprom values, for D. Symeonidis | Matt Ettus | |
2010-02-11 | Merge branch 'prefix' of git://gnuradio.org/jabele | Johnathan Corgan | |
2010-02-10 | Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom | Jason Abele | |
Added $prefix from configure to paths | |||
2010-02-10 | First pass WBX USRP2 driver | Jason Abele | |
2010-02-08 | Regenerate defective omnithread.pdf | Eric Blossom | |
Thanks to Dimitris Symeonidis for pointing out the problem and solution. | |||
2010-02-04 | Fix pick_subdevice. | Eric Blossom | |
Patch from Alexander Chemeris <alexander.chemeris@gmail.com> | |||
2010-02-01 | Merge branch 'master' of git@gnuradio.org:gnuradio | Tom | |
2010-02-01 | Merge branch 'fll' | Tom | |
2010-02-01 | Fixing DQPSK block to work with any real value samples per symbol and ↵ | Tom | |
getting object names the same as DBPSK block. | |||
2010-02-01 | Changing Makefile so the new PAM examples are installed | Tom | |
2010-02-01 | Minor adjustments to FLL example | Tom | |
2010-02-01 | Simplifying and using PFB resampler to generate pusle shape filtered signal. | Tom | |
2010-02-01 | Using PFB resampler to generate the pulse shaping filtered signal. | Tom | |
2010-01-31 | Preventing an error message by casting an integer (0) to the requested float. | Tom | |
2010-01-31 | Using PFB resampler to do the RRC filtering on the modulator. This along ↵ | Tom | |
with the PFB clock recovery in the demod block allows arbitrary real numbers for the number of samples per symbol. We will have to chance the transmit and recieve path code in the examples to take advantage of this. | |||
2010-01-31 | Got this wrong before. Derivative filter taps are now calculated correctly ↵ | Tom | |
which makes the rest of the code work. My previous test cases must have masked the problem. | |||
2010-01-30 | Update cpu detection macro to work for native build on the OMAP3. | Philip Balister | |
2010-01-27 | update config.guess, config.sub and INSTALL | Eric Blossom | |
2010-01-23 | grc bug fix from Dimitris Symeonidis | Josh Blum | |
2010-01-21 | Merge branch 'fix/libdir' of git@gnuradio.org:gnuradio | Johnathan Corgan | |
This fix updates the run_tests.sh script with the additional directories in the flattened component layout. | |||
2010-01-19 | build: trial fix for gr-pager issue on Ubuntu | Johnathan Corgan | |
2010-01-18 | Remove unnecessary implementation of flexrf::refclk_freq. | Eric Blossom | |
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com> | |||
2010-01-18 | Remove assert(dac_rate() == 128000000). | Eric Blossom | |
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com> that allows non 64MHz clocking on USRP1. | |||
2010-01-17 | usrp2: fix for 'start_rx_streaming_at' hang | Johnathan Corgan | |
The start_rx_streaming_at call was not clearing the d_dont_enqueue flag, resulting in the receiver loop discarding data packets. | |||
2010-01-17 | Doing the same with the resampler on the receiver side. | Tom | |
2010-01-17 | Playing with using the resampler to allow any bit rate requested. | Tom Rondeau | |
2010-01-17 | Adding FLL correction to DQPSK2 block. | Tom | |
2010-01-17 | Merge branch 'resampler' | Tom | |
2010-01-11 | Merge branch 'fix/sample_n_hold' of git://gnuradio.org/jblum | Johnathan Corgan | |