discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Phase unwrapping


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] Phase unwrapping
Date: Mon, 16 Jun 2014 15:44:42 +0200


Daniele,

The problem with phase unwrapping is that it is unbounded, and will tend to infinity.  Once it gets very big, when you try to add a small number to a very big number, floating point loses precision.  Eventually, adding small to extremely big returns the big number unchanged.  This isn't that useful.

Matt



On Mon, Jun 16, 2014 at 2:40 PM, Daniele Nicolodi <address@hidden> wrote:
Hello,

I just started to work with GNU radio for my very basic needs, so please
excuse my naive questions and probably my inappropriate use of the jargon.

My first trivial application of GNU radio is to simply measure the phase
of a phase modulated signal with an Ettus Research USRP N210 and a LFRX
daughter-board.

Everything works as expected, but I haven't found a way to do phase
unwrapping (removing the 2pi ambiguity in the phase obtained from the
arctan function looking at discontinuities in the phase data). Is this
functionality offered somewhere, and I missed it, or should I look into
implementing it myself?

Thanks. Cheers,
Daniele

_______________________________________________
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]