Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-06 | Merge branch 'next' into digital | Tom Rondeau | |
2011-10-06 | Removing reference to usrp examples directory. All usrp and usrp2 directory ↵ | Tom Rondeau | |
examples are now in gr-uhd/examples. | |||
2011-10-06 | uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵ | Tom Rondeau | |
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory. | |||
2011-10-06 | uhd: removed examples that don't make sense with UHD. Fixed up ↵ | Tom Rondeau | |
gr-uhd/examples Makefile. | |||
2011-10-06 | uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-06 | Merge branch 'master' into next | Tom Rondeau | |
2011-10-06 | Merge branch 'maint' | Tom Rondeau | |
2011-10-06 | uhd: suppress harmless swig warnings | Josh Blum | |
2011-10-06 | uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵ | Tom Rondeau | |
run with the UHD, but I can't really test them since there's no NTSC signals around... | |||
2011-10-06 | uhd: removing usrp2 examples. Not bothering with QT version for now and the ↵ | Tom Rondeau | |
wfm_rcv is already handled after conversion from usrp. | |||
2011-10-06 | uhd: cleaning up and updating some script info. | Tom Rondeau | |
2011-10-06 | uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. ↵ | Tom Rondeau | |
Seems to work but could use more testing. | |||
2011-10-06 | uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting to ↵ | Tom Rondeau | |
UHD. Getting a segmentation fault currently. Don't know when the last time this worked properly was. | |||
2011-10-06 | Formatting and normalizing freq limits. | Tom Rondeau | |
2011-10-06 | uhd: minor fixes to examples | Tom Rondeau | |
2011-10-06 | uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made ↵ | Tom Rondeau | |
work with UHD. | |||
2011-10-06 | Added FFF version of pfb_arb_resampler to Python hier block (where only the ↵ | Tom Rondeau | |
rate is required). | |||
2011-10-06 | uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD. | Tom Rondeau | |
2011-10-06 | Added floating point version of arbitrary resampler. | Tom Rondeau | |
2011-10-06 | Merge branch 'upstream/alsa-sink-warning-fix' | Tom Rondeau | |
2011-10-05 | uhd: removing example files now in gr-uhd/examples | Tom Rondeau | |
2011-10-04 | uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-04 | uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD. | Tom Rondeau | |
2011-10-04 | uhd: fixed this example to correct for sample rate offsets when setting a ↵ | Tom Rondeau | |
UHD device. | |||
2011-10-04 | Merge branch 'master' into next | Tom Rondeau | |
2011-10-04 | Merge branch 'shd' | Tom Rondeau | |
2011-10-04 | shd: Changed version requirements for libshd. | Tom Rondeau | |
2011-10-04 | shd: changed name from xmini to smini in GR interface; needs to be matched ↵ | Tom Rondeau | |
in the s-mini firmware. | |||
2011-10-04 | shd: changed gr-shd names from xmini to smini | Tom Rondeau | |
2011-10-04 | uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. Needs more testing. | |||
2011-10-04 | uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵ | Tom Rondeau | |
USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually). | |||
2011-10-03 | uhd: removing multi-antenna stuff frmo gnuradio-examples | Tom Rondeau | |
2011-10-03 | uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples | Tom Rondeau | |
2011-10-03 | uhd: build script changes for multi-antenna examples | Tom Rondeau | |
2011-10-03 | uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵ | Tom Rondeau | |
Does not work yet. | |||
2011-10-03 | uhd: fixing copyright and M4 files for HF apps. | Tom Rondeau | |
2011-10-03 | uhd: fixing hf_explorer to take the UHD address as an option. | Tom Rondeau | |
2011-10-03 | uhd: again, just the basics of getting hf_radio to work with UHD (and the ↵ | Tom Rondeau | |
'new' top_block/hier_block2 structure) | |||
2011-10-03 | audio_alsa_sink : Fix warning on 32 bit builds. | Philip Balister | |
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-03 | UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵ | Tom Rondeau | |
minimum possible work to convert HF Explorer to use UHD. | |||
2011-09-27 | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau | |
2011-09-27 | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵ | Tom Rondeau | |
worked. | |||
2011-09-27 | digital: making a parent class for the UHD interface since most of the ↵ | Tom Rondeau | |
functions are duplicated between receiver and transmitter. Made a receiver interface, too. | |||
2011-09-27 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-27 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-27 | swig: language independent exception handler | Josh Blum | |
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | |
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-09-26 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-26 | docs: fix Doxygen so it gets all generated files in builddir if this is ↵ | Tom Rondeau | |
different than srcdir. |