discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] atan2 problem


From: Engin Karabulut
Subject: [Discuss-gnuradio] atan2 problem
Date: Tue, 02 Sep 2008 18:51:59 +0300
User-agent: KNode/0.10.9

hi all,

I have two signal which is float and I want to use
atan2 fuction like this,

self.arctan = math.atan2(x_hyd_filter, y_hyd_filter)

but gnuradio gives error given below,

...
self.arctan = math.atan2(x_hyd_filter, y_hyd_filter)
TypeError: a float is required.

In your opinion what is the problem?





reply via email to

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