summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-28CMake files editedAshwini
2015-03-27Polezero plot and Roots block updatedAshwini
2015-03-10Plot sink addedAshwini
2015-03-10DeletedAshwini
2015-03-10Plot-sink addedFOSSEE
2015-02-24polezero plotttt-4
2015-02-24Testingttt-4
2015-02-24Testingttt-4
2015-02-24Python files Addedttt-4
2015-02-23Added Commentsttt-4
2015-02-05Merge pull request #1 from ambikeshwar1991/masterAmbikeshwar Srivastava
Python Blocks for system response has been added
2015-02-05Python Blocks for system response has been addedambikeshwar1991
2014-03-02Changed API to accomodate <image> tag in grc file of the blockmanojgudi
Ex: <image>/home/manoj/Pictures/new.jpg</image>
2014-03-02Jagdish's image_pixbuf implementationmanojgudi
2014-02-26Fix for gr-input: Make output a list_Typemanojgudi
2014-02-25Trivial Cmake changemanojgudi
2014-02-24step and ramp input to sandhiShruti Mittal
2014-02-07 Made Serial block as Hierarchical Block with Constant Source embeddedmanojgudi
2014-01-30gr-serial blockmanojgudi
2014-01-22Trivial Category commitmanojgudi
2014-01-15Trivial Message Fixmanojgudi
2013-12-29Solved incorrect import issues in grc, changed __init__ of gr-sbhsmanojgudi
2013-12-28Fixed two build errorsmanojgudi
1. Incorrect CMakefile ../gr-sbhs/python/ 2. Renamed gnuradio-companion -> sandhi in gr36/grc/scripts/..
2013-12-27Incomplete clean up | gr-sbhsmanojgudi
2013-12-26Code cleanup of gr-controls and gr-scigenmanojgudi
Incomplete > Adding qa_csim.py > Cleanup in qa_dsim.py
2013-12-26Added incomplete documentation gr-scigenmanojgudi
2013-12-24gnuradio-companion --> sandhi binary | Untestedmanojgudi
2013-12-24Aded SBHS blockmanojgudi
2013-10-09cmake_uninstall.cmake.in bugmanojgudi
2013-10-09cleanup csim_sci.pyManoj Gudi
2013-10-09Modification to gr-controls xmlManoj Gudi
2013-10-08added gr-controls block | compiles finemanojgudi
2013-10-07modified scigen xmlManoj Gudi
2013-10-07README changeManoj Gudi
2013-10-07README changeManoj Gudi
2013-10-07modified scigen/python/CMakelists.txtmanoj
2013-10-07merge from gr36_ni branchmanojgudi
2013-10-07added gr-scimod block+CMake change | compiles finemanojgudi
2013-10-01Removed unwanted blocks and changed CMakefilemanojgudi
2013-09-15gr: added util hooks for GR_MOAR_LIBRARIESJosh Blum
2013-07-31gras: transplant get_initial_sptr for teh compilzJosh Blum
2013-07-14gras: added run/start with maximum_output_itemsJosh Blum
2013-06-25gras: moved path fix into grasJosh Blum
2013-06-25gras: fix from last nights swig funJosh Blum
2013-06-25uhd: and also actually use said stream commandJosh Blum
2013-06-25uhd: only issue stream cmd on selected channelsJosh Blum
2013-06-25uhd: default num channels when emptyJosh Blum
2013-06-25uhd: fixed set_center_freq channelJosh Blum
2013-06-25uhd: added uhd blocks param for streamer channelsJosh Blum
2013-06-25uhd: Use the stream arg setting to correctly map the channelsJosh 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.