Re: [Discuss-gnuradio] signals/atsc question

2005-03-01 Thread Ilia Mirkin
> There are about 10.76 Msymbols/sec in an ATSC signal, so you are going > to have Nyquist problems if you try to represent them in 8M complex > samples/sec. You'll need at least 10.76 complex MS/s. (Indeed you > may notice that we were skating inside the edge by using 20 > non-complex MS/s on th

Re: [Discuss-gnuradio] signals/atsc question

2005-03-01 Thread John Gilmore
> (and while I do have access to an mc4020 board, it is > not in a location that can receive ATSC signals and I'm not about to run > coax all over the place). I have to start by saying: either moving the mc4020 board to where the antenna is, or running coax all over the place, will be MUCH easier

RE: [Discuss-gnuradio] Missing Makefile.in

2005-03-01 Thread Robert McGwier
Joshua: That was definitely the fix. I created a new user on my machine and downloaded a completely fresh copy. I deleted all the old stuff and moved it over. for-all-dirs ../buildit worked through all the directories to completion without an\ error. Thanks! Bob -Original Message-

Re: [Discuss-gnuradio] signals/atsc question

2005-03-01 Thread John Gilmore
> I've been mulling over thinking about considering trying to rewrite the > old atsc stuff over to the new architecture; it doesn't actually look > that hard... maybe a day's work or so. Hey, great! I was thinking of doing it too, but it would take me awhile to get to it. > However before doing

[Discuss-gnuradio] NCSA GnuRadio Effort

2005-03-01 Thread Meenal
Hello all, Our website http://www.ncassr.org/projects/sdr/ went live today. Feedback , comments are welcome, Regards, Meenal ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Re: FSK now (really) working at 100kbit/sec

2005-03-01 Thread Eric Blossom
On Tue, Mar 01, 2005 at 10:53:10PM +0100, Stephane Fillod wrote: > On Mon, Feb 28, 2005 at 03:59:00AM -0800, Eric Blossom wrote: > > > The primary bottleneck is in the rx path and is in the generic (C++) > > implemenation of gr_fir_ccf. We could use a SIMD version > > of this filter primitive (an

Re: [Discuss-gnuradio] Missing Makefile.in

2005-03-01 Thread Eric Blossom
I'm assuming that this problem was resolved by the changes I made to all of the bootstraps. Thanks Joshua! If not, let me know, or better yet, send me a fix. Eric ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] Re: FSK now (really) working at 100kbit/sec

2005-03-01 Thread Stephane Fillod
On Mon, Feb 28, 2005 at 03:59:00AM -0800, Eric Blossom wrote: > Matt and I spent some time looking at the FSK code over the weekend. [...] nice! > The primary bottleneck is in the rx path and is in the generic (C++) > implemenation of gr_fir_ccf. We could use a SIMD version > of this filter pri

Re: [Discuss-gnuradio] bytes_to_syms

2005-03-01 Thread Eric Blossom
On Tue, Mar 01, 2005 at 12:26:52AM -0500, Rahul Dhar wrote: > Is "bytes_to_syms" a symbol exported by gr_bytes_to_syms? I'm trying to > understand the framing mechanism. > > Thanks, > -Rahul gr.bytes_to_syms is the SWIG generated wrapper for gr_bytes_to_syms. The interface exported to Python is

Re: [Discuss-gnuradio] Error in build / emacs tricks

2005-03-01 Thread Eric Blossom
On Tue, Mar 01, 2005 at 10:29:57AM -0500, Robert W. McGwier wrote: > What is this about? rebuilding gnuradio-core after a checkout: > > I cannot see an error in the file with emacs > > In file included from /usr/include/g++/algorithm:69, > from /usr/include/boost/shared_ptr.hpp:3

[Discuss-gnuradio] Error in build

2005-03-01 Thread Robert W. McGwier
What is this about? rebuilding gnuradio-core after a checkout: I cannot see an error in the file with emacs In file included from /usr/include/g++/algorithm:69, from /usr/include/boost/shared_ptr.hpp:31, from gr_types.h:26, from gr_runtime.h:26,