Re: Changing a QT GUI Range variable from a custom block

2023-04-17 Thread DİREN ERDEM AYDIN
Sun, 16 Apr 2023, 13:53 DİREN ERDEM AYDIN, wrote: > >> Guys, >> >> Any idea? sorry for bothering you again.. >> >> On Thu, Apr 13, 2023 at 12:03 AM DİREN ERDEM AYDIN >> wrote: >> >>> Dear all, >>> >>> I want to ask you th

Re: Changing a QT GUI Range variable from a custom block

2023-04-16 Thread DİREN ERDEM AYDIN
Guys, Any idea? sorry for bothering you again.. On Thu, Apr 13, 2023 at 12:03 AM DİREN ERDEM AYDIN wrote: > Dear all, > > I want to ask you that is it possible to change a QT GUI Range or Chooser > variable from a custom python block? > > I have inserted the flowgraph

Re: Modifying File Sink

2023-04-03 Thread DİREN ERDEM AYDIN
of input. for i=1:6 f = fopen(sprintf('pll_re_1_3_%d.txt', i), 'rb'); rx_pll_re{i} = fread(f, Inf, 'float'); fclose all; f = fopen(sprintf('pll_im_1_3_%d.txt', i), 'rb'); rx_pll_im{i} = fread(f, Inf, 'float'); fclose all; end On Mon, Apr 3, 2023 at 12:46 AM Marcus D. Leech wrote: > On 02/04/

Modifying File Sink

2023-04-02 Thread DİREN ERDEM AYDIN
Dear all, I would like to modify the file sink so that when I changed the receiver frequency during simulation, the file sink will create a new file and record new frequency data there. Is it possible to do that? and where can I find the source code of the existing file sink in gnu radio?

Re: Adalm Pluto's Generic Blocks in GNU Radio

2022-08-09 Thread DİREN ERDEM AYDIN
wrote: > Hello, > What do you mean by saying 'PLL randomization' ? Any web link will also do. > I am just curious. > Marcin > > pon., 8 sie 2022 o 13:19 DİREN ERDEM AYDIN via GNU Radio, the Free & > Open-Source Toolkit for Software Radio > napisał(a): > >>

Re: Vector Block Sample Rate

2022-06-05 Thread DİREN ERDEM AYDIN
lem might be that your CPU cannot keep up filtering the > 61.44MSPS, which is quite a bit. Try increasing the transition width of > the filter, which will reduce the filter order and thus the CPU load. > > Hope that helps, > Fabian > > Am 04.06.22 um 23:09 schrieb DİREN ERDEM AYDIN