Hello,
Is possible to increase the output stream data rates? In gr_block.h, it
mentions that all output streams must produce data at the same rate, but
is
the output stream data rate fixed?
I’m working with a USRP2 and using gnuradio revision 10689 with the bbn
80211 mac layer code.
Thanks,
Miklos Christine
On Tue, Jun 30, 2009 at 09:50, Miklos Christine[email protected]
wrote:
Is possible to increase the output stream data rates? In gr_block.h, it
mentions that all output streams must produce data at the same rate, but is
the output stream data rate fixed?
GNU Radio streams don’t have a formal concept of data rates; it is
simply up to the connecting blocks to agree on how to interpret the
items arriving over stream. What is it you’re really trying to
accomplish?
I’m working with a USRP2 and using gnuradio revision 10689 with the bbn
80211 mac layer code.
The USRP2 code came out of ‘beta’ with the release of 3.2. You may
wish to upgrade.
Johnathan