On Mon, Dec 16, 2024 at 9:15 AM Christophe Grimault < christophe.grima...@novagrid.com> wrote:
> Dear users, > > I'm using python wrappers with UHD >= 4.5 and a X300 with 2 twinRx. > > I would like to know if it is possible to create a streamer, for more than > N channels, with a sampling rate which different for each channel. > > As for now, when I try this, I get all my 4 channels with the same > sampling rate, which is the one of the last channel added. > > Is it just possible to do it ? Say, for example, have a streamer with 2 > channels : > > - chan 0 on fc = 140 Mhz, rx_rate=20 MS/s > - chan 1 on fc = 140 MHz, rx_rate=1 MS/s > > Thanks in advance > I don't think this is possible, but if it is I don't think it's advisable. You should use 2 different streamers. The timestamps associated with them should be the same so on the host you can still align them, but the streamers itself I think would be weird trying to receive the same N samples over the 2 channels. Is there any particular reason you don't want to use 2 streamers? Brian
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com