discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] coding problem


From: Martin Braun
Subject: Re: [Discuss-gnuradio] coding problem
Date: Wed, 2 May 2018 15:52:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 04/25/2018 03:11 AM, 김무연 wrote:
> Mostly I just followed the way on the internet
> My goal is using 'for' structure and comparing the power
> So save the highest power in pow and send 1
> if not sustain the previous highest power value and send 0
> So my problem is pow does not save the value for running time
> It just save the value for sometimes
> If pow saves the renewed power values from some time it keeps sending 0
> but it doesn't
> So are there any way to prolong the noutput_items?
> Please let me know

Store the power in a class variable inside your block.

-- M



reply via email to

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