discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC version 0.65


From: Ed Criscuolo
Subject: [Discuss-gnuradio] GRC version 0.65
Date: Fri, 17 Aug 2007 16:30:45 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414

Hello all. I've been lurking for a while but this is my first post to the list, and I first wanted to take the opportunity to thank everybody responsible for GNU Radio, GRC, and the USRP. What a great set of products!

I'm using GNU Radio on an Intel MacBook Pro under OSX 10.4. Here's my main config info:
    OSX 10.4.10
    python 2.4
    GNU Radio 3.0.3
    GRC 0.65

I'm having a problem with GRC. When I try to construct a flow graph using Clock Recovery, it fails at runtime, with an error message:

Wrong number of arguments for overloaded function 'clock_recovery_mm_ff'.
  Possible C/C++ prototypes are:
    gr_make_clock_recovery_mm_ff(float,float,float,float,float)
    gr_make_clock_recovery_mm_ff(float,float,float,float)

I can construct the identical flowgraph by hand in python without using GRC and it runs fine.

I tried checking src/SignalBlkDefs/Filters.py, and I'm pretty sure the problem's in the return statement of "def ClockRecovery(sb):", but I'm not sure how to fix it.

Can anyone help?


@(^.^)@  Ed




reply via email to

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