Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Python Blocks for system response has been added
|
|
|
|
Ex: <image>/home/manoj/Pictures/new.jpg</image>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Incorrect CMakefile ../gr-sbhs/python/
2. Renamed gnuradio-companion -> sandhi in gr36/grc/scripts/..
|
|
|
|
Incomplete
> Adding qa_csim.py
> Cleanup in qa_dsim.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|