discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: One simple question


From: Jason Uher
Subject: Re: [Discuss-gnuradio] Re: One simple question
Date: Tue, 12 Aug 2008 13:47:31 -0500

>I will be using gold codes as the PN sequences.
>
> Is it possible to purely implement in software instead of programming the
> FPGA. As the rate is only 2Mbps isn't it possible to implement in  software
> only  given we have a good computer to work with ?

The 'quick and dirty' option would be to just make vectors containing
the gold codes you want to use then put them in a repeating vector
source.

If you want to generate a stream of PR sequences to use in your python
code you should be fine as well.  Look at
http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html and
the code for existing sources to get an idea of where to start.

Jason




reply via email to

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