discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GRC vs python flow-graph by hand


From: Activecat
Subject: Re: [Discuss-gnuradio] GRC vs python flow-graph by hand
Date: Tue, 15 Apr 2014 12:15:28 +0800

Brilliant idea.


On Tue, Apr 15, 2014 at 7:42 AM, Vanush Vaswani <address@hidden> wrote:
I would also suggest to use hier blocks, as you can continue designing the DSP in GRC while integrating it in a Python application



On Tue, Apr 15, 2014 at 12:04 AM, Tom Rondeau <address@hidden> wrote:
On Sun, Apr 13, 2014 at 1:10 AM, Activecat <address@hidden> wrote:
It seems that in normal usage the GRC is able to accomplish most of the tasks without modifying the python flow-graph by hand...

Generally, we move away from GRC when we require a lot of logic and control to set up the flowgraph. You might have a lot of branches to enable one type of block over another automatically based on some user input. Other reasons are for better UI and packaging. While we can do a lot of that inside GRC, there's still plenty of limitations that you can do directly in Python.

I tell people to work as far as you can in GRC until you hit these kinds of boundaries where you are then bending over backwards to make it work inside GRC. At that point, save the Python file somewhere and start architecting your program around that core.

Tom


 
On Sat, Apr 12, 2014 at 9:10 PM, Vanush Vaswani <address@hidden> wrote:
Interactivity, controlling flowgraph timing (start/stop), dynamic reconfiguration (lock/unlock), integration with Python libraries and so on.


On Sat, Apr 12, 2014 at 9:25 PM, Activecat <address@hidden> wrote:
Dear Sir,

As an amateur I use GRC to create flow-graphs, but I see many other users create their flow-graphs in python by hand.

In what kind of cases the flow graphs must be coded by hand ?
(where GRC couldn't accomplish the task)

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]