Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-05 | digital: added GRC files for new MPSK SNR estimator and probe. | Tom Rondeau | |
2012-04-04 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-04-04 | Merge remote branch 'ncorgan/gr-uhd_swig' | Johnathan Corgan | |
2012-04-04 | gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵ | Nicholas Corgan | |
user's UHD version and USRP configuration | |||
2012-04-04 | Merge remote branch 'jblum-github/pmt_set_deleter' | Johnathan Corgan | |
2012-04-04 | fcd: simplify swig generation after virtual interface class change | Johnathan Corgan | |
2012-04-03 | gr-uhd: corrected get_usrp_info description | Nicholas Corgan | |
2012-04-03 | gr-uhd: get_usrp_info has help info and can only be called with a recent ↵ | Nicholas Corgan | |
enough version of UHD | |||
2012-04-03 | gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵ | Nicholas Corgan | |
list_property_tree and get_usrp_info functions | |||
2012-04-03 | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum | |
2012-04-02 | gr-uhd: Python users can now grab their current UHD version as a string | Nicholas Corgan | |
2012-04-01 | fcd: adds setter function to configure mixer gain | Dimitri Stolnikov | |
2012-04-01 | Merge remote branch 'jcorgan/gr-fcd' | Johnathan Corgan | |
2012-03-31 | build: use -O2 with cmake in Debug build. | Tom Rondeau | |
2012-03-31 | core: adds vlen and scalar args to type converter blocks in GRC. | Tom Rondeau | |
Also fixes documentation for these blocks. | |||
2012-03-27 | Merge branch 'maint' | Tom Rondeau | |
2012-03-27 | doc: fix documentation for wavsink (thanks to John Coppens for point it out). | Tom Rondeau | |
2012-03-27 | core: when reseting buffers, make sure that the read/write pointers are ↵ | Tom Rondeau | |
always algined. This fixes problems when disconnecting and reconnecting blocks to a flowgraph. | |||
2012-03-27 | Merge branch 'ch_bw' | Tom Rondeau | |
2012-03-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-03-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-27 | uhd: fix dc offset call in uhd source | Josh Blum | |
SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater | |||
2012-03-24 | Merge remote branch 'jblum/mergeme_uhd' | Johnathan Corgan | |
2012-03-24 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-24 | Merge remote branch 'jblum/fix_uhd_device_addr_python' into maint | Johnathan Corgan | |
2012-03-23 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-23 | Changes preinst.in from running 'ls' to running 'echo' | Nicholas Corgan | |
2012-03-23 | uhd: finite_acquisition_v timeout should be >> than stream time | Josh Blum | |
2012-03-23 | uhd: add a flush to finite_acquisition_v | Josh Blum | |
2012-03-23 | uhd: perform abi compat check before making a block | Josh Blum | |
2012-03-23 | uhd: added set_start_time calls to source/sink | Josh Blum | |
2012-03-23 | uhd: added multi-finite-aquisition | Josh Blum | |
2012-03-23 | uhd: fix device_addr init issue | Josh Blum | |
2012-03-23 | fcd: convert to private implementation pattern | Johnathan Corgan | |
2012-03-23 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-23 | cmake: fix include path order in gruel | Johnathan Corgan | |
2012-03-22 | Merge branch 'gr-fcd' | Johnathan Corgan | |
2012-03-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-22 | Implement conditionalized build for WIN32 | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | |||
2012-03-22 | volk: fix for load prefs (config path) | Josh Blum | |
1) add APPDATA to search path for windows 2) graceful fail and env vars not defined | |||
2012-03-22 | volk: make both test cases look and function the same. | Tom Rondeau | |
2012-03-21 | volk: add include for config.h to cc file | Josh Blum | |
volk_32f_s32f_convert_16i_a was also a problem, previously volk_32f_s32f_convert_16i_u was fixed to have config.h. I heard putting config h stuff into public headers was bad practice. Including config.h into the generated cc file should fix this issue from now on. | |||
2012-03-20 | howto: fixed cmake project definition to include C. | Tom Rondeau | |
Fixes a problem with finding PythonLibs. | |||
2012-03-19 | digital: in narrowband examples, added the ability to change the channel ↵ | Tom Rondeau | |
bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals. | |||
2012-03-19 | Merge branch 'maint' | Tom Rondeau | |
2012-03-19 | volk: change minimum acceptable ORC version to 4.12 (in cmake and updating ↵ | Tom Rondeau | |
version in autotools). | |||
2012-03-18 | Merge branch 'maint' | Tom Rondeau | |
2012-03-18 | core: fixed point sin/cos generator properly folds frequencies outside ↵ | Ben Reynwar | |
nyquist range to alias signal. | |||
2012-03-18 | Merge branch 'maint' | Johnathan Corgan | |