2.4 and 5GHz band

Hello,
Since the XCVR2450 dual band transceiver transmits at both 2.4 and 5GHz
ISM bands, do you know if it is possible in the GNU_radio code to swap
from 2.4 to 5GHz band (or vicebersa) at ejecution time?
And if it was possible, do you know the necessary time to do that?

Thanks in advance

Coll Perales, Baldomero wrote:

Hello,
Since the XCVR2450 dual band transceiver transmits at both 2.4 and 5GHz
ISM bands, do you know if it is possible in the GNU_radio code to swap
from 2.4 to 5GHz band (or vicebersa) at ejecution time?
And if it was possible, do you know the necessary time to do that?

Yes, it is possible to switch back and forth. You just need to request
your new frequency, and the code will figure out how to set everything
up. It should switch bands as quickly as a normal frequency change, in
less than a millisecond.

Matt