discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 32


From: Andy Walls
Subject: Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 32
Date: Sun, 29 Mar 2015 19:13:35 -0400

On Sun, 2015-03-29 at 12:00 -0400, address@hidden
wrote:

> From: "Ralph A. Schmid, dk5ras" <address@hidden>
> To: <address@hidden>
> Subject: [Discuss-gnuradio] gr-ais fails?
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi,
> 
>  
> 
> with latest UHD and Gnuradio built from sources, gr-ais throws this
> error
> when callin ais_rx:
> 
>  
> 
> address@hidden:~$ ais_rx 
> 
[snip]
> 
>     self.preamble_detect = digital.msk_correlate_cc(self.preamble,
> 0.4,
> self._samples_per_symbol)
> 
> AttributeError: 'module' object has no attribute 'msk_correlate_cc'
> 
> address@hidden:~$
> 
>  
> 
>  
> 
> Any ideas what is wrong?

You need a version of GNURadio (that Nick Foster has out on some
development branches) that has the block.

This branch is really out of date but still has the block in question:

https://github.com/bistromath/gnuradio/tree/msk_blocks/gr-digital/lib


This branch is more recent, but the block has been removed from that
branch in favor of using an improved, more general correlate and sync
block (see my list from earlier today):

https://github.com/bistromath/gnuradio/tree/msk_from_master/gr-digital/lib


Nick probably has better advice for you.

Regards,
Andy





reply via email to

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