Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-28 | CMake files edited | Ashwini | |
2015-03-27 | Polezero plot and Roots block updated | Ashwini | |
2015-03-10 | Plot sink added | Ashwini | |
2015-03-10 | Deleted | Ashwini | |
2015-03-10 | Plot-sink added | FOSSEE | |
2015-02-24 | polezero plot | ttt-4 | |
2015-02-24 | Testing | ttt-4 | |
2015-02-24 | Testing | ttt-4 | |
2015-02-24 | Python files Added | ttt-4 | |
2015-02-23 | Added Comments | ttt-4 | |
2015-02-05 | Merge pull request #1 from ambikeshwar1991/master | Ambikeshwar Srivastava | |
Python Blocks for system response has been added | |||
2015-02-05 | Python Blocks for system response has been added | ambikeshwar1991 | |
2014-03-02 | Changed API to accomodate <image> tag in grc file of the block | manojgudi | |
Ex: <image>/home/manoj/Pictures/new.jpg</image> | |||
2014-03-02 | Jagdish's image_pixbuf implementation | manojgudi | |
2014-02-26 | Fix for gr-input: Make output a list_Type | manojgudi | |
2014-02-25 | Trivial Cmake change | manojgudi | |
2014-02-24 | step and ramp input to sandhi | Shruti Mittal | |
2014-02-07 | Made Serial block as Hierarchical Block with Constant Source embedded | manojgudi | |
2014-01-30 | gr-serial block | manojgudi | |
2014-01-22 | Trivial Category commit | manojgudi | |
2014-01-15 | Trivial Message Fix | manojgudi | |
2013-12-29 | Solved incorrect import issues in grc, changed __init__ of gr-sbhs | manojgudi | |
2013-12-28 | Fixed two build errors | manojgudi | |
1. Incorrect CMakefile ../gr-sbhs/python/ 2. Renamed gnuradio-companion -> sandhi in gr36/grc/scripts/.. | |||
2013-12-27 | Incomplete clean up | gr-sbhs | manojgudi | |
2013-12-26 | Code cleanup of gr-controls and gr-scigen | manojgudi | |
Incomplete > Adding qa_csim.py > Cleanup in qa_dsim.py | |||
2013-12-26 | Added incomplete documentation gr-scigen | manojgudi | |
2013-12-24 | gnuradio-companion --> sandhi binary | Untested | manojgudi | |
2013-12-24 | Aded SBHS block | manojgudi | |
2013-10-09 | cmake_uninstall.cmake.in bug | manojgudi | |
2013-10-09 | cleanup csim_sci.py | Manoj Gudi | |
2013-10-09 | Modification to gr-controls xml | Manoj Gudi | |
2013-10-08 | added gr-controls block | compiles fine | manojgudi | |
2013-10-07 | modified scigen xml | Manoj Gudi | |
2013-10-07 | README change | Manoj Gudi | |
2013-10-07 | README change | Manoj Gudi | |
2013-10-07 | modified scigen/python/CMakelists.txt | manoj | |
2013-10-07 | merge from gr36_ni branch | manojgudi | |
2013-10-07 | added gr-scimod block+CMake change | compiles fine | manojgudi | |
2013-10-01 | Removed unwanted blocks and changed CMakefile | manojgudi | |
2013-09-15 | gr: added util hooks for GR_MOAR_LIBRARIES | Josh Blum | |
2013-07-31 | gras: transplant get_initial_sptr for teh compilz | Josh Blum | |
2013-07-14 | gras: added run/start with maximum_output_items | Josh Blum | |
2013-06-25 | gras: moved path fix into gras | Josh Blum | |
2013-06-25 | gras: fix from last nights swig fun | Josh Blum | |
2013-06-25 | uhd: and also actually use said stream command | Josh Blum | |
2013-06-25 | uhd: only issue stream cmd on selected channels | Josh Blum | |
2013-06-25 | uhd: default num channels when empty | Josh Blum | |
2013-06-25 | uhd: fixed set_center_freq channel | Josh Blum | |
2013-06-25 | uhd: added uhd blocks param for streamer channels | Josh Blum | |
2013-06-25 | uhd: Use the stream arg setting to correctly map the channels | Josh Blum | |
Currently we have been assuming channels are linearly mapped 0, 1, 2... reguardless of how the user has set the stream arg channels. This change makes channel n on the gr-uhd wrapper use the nth channel as set by the streamer channels. Using this, a user can properly use multiple usrp source or sink blocks for a single device and have each block correspond to a particular set of channels as defined by the streamer channels parameter. |