Re: GRC: is it possible to show grid

2022-03-07 Thread Prof. M.B. Patil
/gui/Constants.py#L50 Best add a color in?https://github.com/gnuradio/gnuradio/blob/main/grc/gui/canvas/colors.py To make it optional grep for some action like TOGGLE_SNAP_TO_GRID and add your own in the same manner.? Sebastian On Mon, Mar 7, 2022 at 6:32 PM Prof. M.B. Patil wrote: Dear

GRC: is it possible to show grid

2022-03-07 Thread Prof. M.B. Patil
Dear All, Is there a way to display the grid (to which blocks get locked) on the canvas? If not, any tips on how to implement it? Thanks. M.Patil

open-source ODE solve

2021-06-08 Thread Prof. M.B. Patil
Dear All, GSEIM is an ODE solver which uses GRC as the front end: https://github.com/gseim/gseim A description of this program is given in https://arxiv.org/abs/2104.06621 Contributions from those familiar with the GRC code will be greatly appreciated. Regards, M.Patil

query about GRC

2021-05-27 Thread Prof. M.B. Patil
Dear All, I was not able to figure out how this works in GRC: view -> Show block comments I toggled it, but it did not seem to make any difference. Any pointers would be greatly appreciated. M.Patil

query about using discuss-gnuradio

2020-12-05 Thread Prof. M.B. Patil
I have opted out of email notification for discuss-gnuradio. I posted a query and saw replies to it in the digest. Is there a way to reply to that? (There was a button for "reply to Jeff Long" in the digest page, but it does not seem to do anything. Perhaps it has to do with my Ubuntu

query about hier blocks

2020-12-05 Thread Prof. M.B. Patil
If I have two input pads in my hier block, which one will be considered as the first pad ('0') when I invoke this block in a circuit? M.Patil

hierarchical block tutorial

2020-10-05 Thread Prof. M.B. Patil
Please let me know if there is a recent tutorial on gnuradio hierarchical blocks. In particular, I want to know how to map parameters of blocks within a hier block to the parameters of the hier block. M.Patil