-
From: Kyle Jamieson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 5:29 AM
To: Eric Blossom
Cc: John E. Don Carlos; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Re: Swig problems compiling
gnuradio-core/CVS onFC5
Right, depending on the version of swig you're us
-
From: Kyle Jamieson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 13, 2006 6:48 PM
To: John E. Don Carlos
Cc: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Re: Swig problems compiling
gnuradio-core/CVS onFC5
The patch gets applied in the gnuradio-core directory. Cut-n-paste
the patch
Thanks, I had this problem a week ago after installing FC5 but didn't have
the time or skill to solve it. Exactly how do i apply the patch? and to
what?
Thanks,
John
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf
Of Kyle Jamieson
Sent: Tuesday, June 13, 2006
I added head followed by save_file to tvrx_debug.py to save data for further
analysis. The terminal shows some u0u0 activity which may indicate that
data is lost. tvrx_debug does not output u0u0 without save_file (with or
without head) unless the mouse is moved. Apparently mouse motion or
save_f
the graph to start the recording.
After recording the data, i plan to experiment with processing using MATLAB,
with which i am much more familiar.
Thanks,
John
-Original Message-
From: Eric Blossom [mailto:[EMAIL PROTECTED]
Sent: Monday, June 13, 2005 5:01 PM
To: John E. Don Carlos
Cc
any advise on which
style to use would be much appreciated. Perhaps there is an easy way to
adapt, otherwise, i'll recode it up as you suggest,
Thanks,
John
-Original Message-
From: Eric Blossom [mailto:[EMAIL PROTECTED]
Sent: Monday, June 13, 2005 12:17 PM
To: John E. Don Car
I also want to save the signal to file and put this code in tvrx_debug.py.
I saved about 5 GB before i stopped the program even though i set nsamples =
2e6 in head.
nsamples = 2e6
head = gr.head(gr.sizeof_gr_complex, int(nsamples))
save_file=gr.file_sind(gr.sizeof_gr_complex,"ATSC_sig.dat")
self.c
What is the best way to get hdtv going?
I've gotten the USRP working with FM (wfm_rcv_gui.py). The TV files,
tvrx_debug.py and tvrx_wfm_rcv_gui.py give NonImplementedError: No matching
function for overloaded 'source_c' (i do have the TV daughter board)
Python is new for me, C++ somewhat so, so