discuss-gnuradio
[Top][All Lists]
Advanced

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

how to insert if...else logic between 2 blocks


From: james jordan
Subject: how to insert if...else logic between 2 blocks
Date: Fri, 4 Dec 2020 09:36:38 +0000

Hi ALL,
i want to compute process a block's output then pass the result to another block's input. the process is not a fix equation but like this if(output > a)... else... so is there any way to do this without making a new block by myself. can i modify the generated python code to insert this logic? if i have to make a new block then how to make?


reply via email to

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