summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-25Added call to set antenna. Split XCVR into new thing cuz size.Josh Blum
2010-02-24updated wiki urlJosh Blum
2010-02-21Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabeleJohnathan Corgan
2010-02-20Merge branch 'db_default'Matt Ettus
2010-02-19Clarified copyright and licensingJason Abele
2010-02-18Fix linker path in gr-pagerJohnathan Corgan
2010-02-14remove reference to nonexistant includeMatt Ettus
2010-02-14test the ability to read default eeprom values, for D. SymeonidisMatt Ettus
2010-02-11Merge branch 'prefix' of git://gnuradio.org/jabeleJohnathan Corgan
2010-02-10Fixed creation of burn-usrp2-eeprom, burn-usrp4-eepromJason Abele
Added $prefix from configure to paths
2010-02-10First pass WBX USRP2 driverJason Abele
2010-02-08Regenerate defective omnithread.pdfEric Blossom
Thanks to Dimitris Symeonidis for pointing out the problem and solution.
2010-02-04Fix pick_subdevice.Eric Blossom
Patch from Alexander Chemeris <alexander.chemeris@gmail.com>
2010-02-01Merge branch 'master' of git@gnuradio.org:gnuradioTom
2010-02-01Merge branch 'fll'Tom
2010-02-01Fixing DQPSK block to work with any real value samples per symbol and ↵Tom
getting object names the same as DBPSK block.
2010-02-01Changing Makefile so the new PAM examples are installedTom
2010-02-01Minor adjustments to FLL exampleTom
2010-02-01Simplifying and using PFB resampler to generate pusle shape filtered signal.Tom
2010-02-01Using PFB resampler to generate the pulse shaping filtered signal.Tom
2010-01-31Preventing an error message by casting an integer (0) to the requested float.Tom
2010-01-31Using 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-31Got 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-30Update cpu detection macro to work for native build on the OMAP3.Philip Balister
2010-01-27update config.guess, config.sub and INSTALLEric Blossom
2010-01-23grc bug fix from Dimitris SymeonidisJosh Blum
2010-01-21Merge branch 'fix/libdir' of git@gnuradio.org:gnuradioJohnathan Corgan
This fix updates the run_tests.sh script with the additional directories in the flattened component layout.
2010-01-19build: trial fix for gr-pager issue on UbuntuJohnathan Corgan
2010-01-18Remove unnecessary implementation of flexrf::refclk_freq.Eric Blossom
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
2010-01-18Remove assert(dac_rate() == 128000000).Eric Blossom
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com> that allows non 64MHz clocking on USRP1.
2010-01-17usrp2: fix for 'start_rx_streaming_at' hangJohnathan 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-17Doing the same with the resampler on the receiver side.Tom
2010-01-17Playing with using the resampler to allow any bit rate requested.Tom Rondeau
2010-01-17Adding FLL correction to DQPSK2 block.Tom
2010-01-17Merge branch 'resampler'Tom
2010-01-11Merge branch 'fix/sample_n_hold' of git://gnuradio.org/jblumJohnathan Corgan
2010-01-11fix bug in sample and hold wrapper for grcJosh Blum
2010-01-10Applied reverse diff for win.set_* change on ra_fftsink.pyJosh Blum
This file, unlike the others duplicates the fft plotter. Its use of win.set was correct, since that was an internal method.
2010-01-10fixed issue 387: removed uses of win.set for wx sinksJosh Blum
2010-01-09gr-noaa: work-in-progress for LRIT receptionJohnathan Corgan
Reworked usrp_rx_lrit to get to constellation Added file_rx_lrit to read from capture file
2010-01-08Merge branch 'fix/waterfall' of git://gnuradio.org/jblumJohnathan Corgan
2010-01-08Remove trailing whitespace after \Eric Blossom
2010-01-08Remove warning related to GRC_GR_VRTEric Blossom
2010-01-06Use numpy to do color table lookup.Josh Blum
You can index a numpy array with another numpy array to get an array of looked-up values. I did not know that numpy could do that!
2010-01-05Remove wbxng tx gain dependence on pga gainJason Abele
2010-01-04Added antenna select support for new board revJason Abele
2010-01-04Fixing bad tuning range codeJason Abele
2010-01-04WBXNG: Can not enable/disable ADF4350 from set_enable()Jason Abele
Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking
2010-01-04WBXNG: power on/off TXMOD and Synth/VCO with set_enableJason Abele
No similar function on RX, so RX is always on?
2010-01-04WBXNG: set ADF4350 to low spur modeJason Abele