discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Algorithm RSSI on FPGA


From: tarara
Subject: Re: [Discuss-gnuradio] Algorithm RSSI on FPGA
Date: Fri, 22 Feb 2008 10:22:44 +0100
User-agent: Internet Messaging Program (IMP) 3.2.6

Hi,
I have read your answer but I have a doubt. If I change alpha value, for example
putting 2^-10, according to me, it is not correct to change all [25:10] to
[25:9] because writing

"over_count = over_count_int[25:9]" and "rssi = rssi_int[25:9]"

I lose MSB. Instead, if I want to change alpha value, for example 2^-13, how can
I do?
I sent you my attached solution. In my solution, "input [4:0] alpha" indicates
the shift which will do. Is correct my solution?

Thank you very much.

Attachment: rssi.v
Description: Binary data


reply via email to

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