Re: Selector Block GNU radio

2024-05-27 Thread Ivan Iudice
Hello! In order to grant good performance, using selector is not a good choice. The best way to achieve reconfiguration is to change modulator (as well as sample rate) at runtime dynamically handling the flowgraph (lock/unlock and stop/start). Have a look to https://wiki.gnuradio.org/index.php/Ha

Selector Block GNU radio

2024-05-27 Thread Rakesh M
Hello, GNU Radio version 3.10 My requirement is to switch between multiple waveforms. For this purpose, I think I should use the Selector Block. However, my issue is that each waveform chain has a different sampling rate: Waveform1 has 1 MSPS and Waveform2 has 2 MSPS, for example. Can the Select