[Discuss-gnuradio] Used USRP for sale

2007-07-12 Thread Daniel Garcia
I'm selling my USRP. See the page below if you are interested. http://www.danielgarcia.info/sell_usrp/ Please contact me off list. Regard, Daniel Garcia Sick sense of humor? Visit Yahoo!

Re: [Discuss-gnuradio] Gnu Radio NTSC processing

2007-05-19 Thread Daniel Garcia
t; luminance. Is it right? The script you are talking about is trying to implement a black and white television. It is by definition luminance only. > From what I found out, > Daniel Garcia is working in an implementation of > synchronization I did write a couple of different versions of th

Re: [Discuss-gnuradio] Does anybody care if we require gmake?

2007-04-17 Thread Daniel Garcia
--- Eric Blossom <[EMAIL PROTECTED]> wrote: > I'm thinking about requiring GNU make (gmake), > instead of trying to > work with whatever make we find. > I have not run GNU Radio on anything other than Linux but have you considered using MPC? http://download.ociweb.com/TAO-1.3a/TAO1.3aMakeProje

[Discuss-gnuradio] Quadrature Filters

2007-03-31 Thread Daniel Garcia
I'm working on extracting color information from an NTSC signal. The color information is encoded with quadrature multiplexing using dsb-sc. I want to demodulate the signal but it requires a carrier that is in phase with the transmitter. The signal does include a color burst which should be used t

Re: [Discuss-gnuradio] mblock linking error

2007-03-11 Thread Daniel Garcia
--- Eric Blossom <[EMAIL PROTECTED]> wrote: > On Mon, Mar 05, 2007 at 08:15:05PM -0500, Michael > Dickens wrote: > > > > include /etc/ld.so.conf.d/*.conf > > /usr/X11R6/lib > > > > There are no *.conf files in /etc/ld.so.conf.d/. - > MLD > > Thanks for the data point. The mystery continues! >

Re: [Discuss-gnuradio] Simple GR_SYNC_BLOCK

2007-03-07 Thread Daniel Garcia
> 1) That out[i] bothers me. Shouldn't it be out[ii]? Yes, it should. I edited the snippet in the email to remove a bunch of std::cout junk.. mucked that up in the process. > 2) Is there a good reason for doing this in two > passes with two stores > to each memory location? There is a very go

[Discuss-gnuradio] Simple GR_SYNC_BLOCK

2007-03-07 Thread Daniel Garcia
I think I've misunderstood they way GR_SYNC_BLOCK works. Can someone set me strait? I've called set_history(1) in the constructor; I have one input and one output. I assumed that the in buffer would contain noutput_items + 1 samples; with in[0] being the history (overlap) from the previous. I'm

[Discuss-gnuradio] Hierarchical C++ blocks

2007-02-27 Thread Daniel Garcia
Is it possible to build hierarchical blocks (block containing other blocks) using only C++? I've seen some python examples in the tree but don't know where to look for blocks that only use C++. Can someone point me in the right direction? -Daniel _

Re: [Discuss-gnuradio] Demodulation video in NTSC Brazil

2007-02-26 Thread Daniel Garcia
Cleber, --- CLEBER CEZAR <[EMAIL PROTECTED]> wrote: > > Hello, I am engineering student and I am carrying > through my final work of undergraduation. The aim of > this work is to try to measure how much of delay > there is in the NTSC video decoding and for this I > need an application of NTS

Re: [Discuss-gnuradio] NTSC Receiver

2007-02-24 Thread Daniel Garcia
] NTSC Receiver On 2/23/07, John Clark <[EMAIL PROTECTED]> wrote: > Daniel Garcia schrieb: > > can you send me the output from the console? and the command line you used. > > > > -Daniel > This is what I get: > > ./usrp_tv_rcv_testingNTSC.py -n -f 477.25 -d 26

Re: [Discuss-gnuradio] NTSC Receiver

2007-02-23 Thread Daniel Garcia
John, You may also want to try increasing the decimation (lowering the bandwidth); this may help cut some noise. Change the -d flag to 32 or 64. -Daniel - Original Message From: Daniel Garcia <[EMAIL PROTECTED]> To: John Clark <[EMAIL PROTECTED]> Cc: GNURadio Discussio

Re: [Discuss-gnuradio] NTSC Receiver

2007-02-23 Thread Daniel Garcia
I see your using an over the air channel. I've only tested with cable tv. The simple detector probably can't deal with the noise found in that signal. I will connect an antenna to my board tonight and look in to that. If you happen to have cable (or the VHF output of a TV receiver) you can try

Re: [Discuss-gnuradio] NTSC Receiver

2007-02-23 Thread Daniel Garcia
can you send me the output from the console? and the command line you used. -Daniel - Original Message From: John Clark <[EMAIL PROTECTED]> To: Daniel Garcia <[EMAIL PROTECTED]> Cc: GNURadio Discussion List Sent: Friday, February 23, 2007 1:16:55 PM Subject: Re: [Discuss-gn

[Discuss-gnuradio] NTSC Receiver

2007-02-23 Thread Daniel Garcia
Hello, I've completed a prototype for an NTSC decoder blockset for gnu radio. It's not very sophisticated but it lets you see video on the screen using gr-video-sdl. My development platform is Ubuntu 6.10 x86. The signal starts out by using a custom AGC which simply scales the samples by div

Re: [Discuss-gnuradio] Building own module

2006-12-05 Thread Daniel Garcia
>> >> Does anyone have a clue as to why my module does not load outside of the >> "test" environment? > >Does your PYTHONPATH include the path to where ever you installed the module? My PYTHONPATH was empty. I set the PYTHONPATH and it worked. Thanks. Another question: Why do the scripts

[Discuss-gnuradio] Building own module

2006-12-04 Thread Daniel Garcia
error that says "ImportError: No module named xxx". This happens for the gr-how-to-write-a-block as well as my own module. Does anyone have a clue as to why my module does not load outside of the "test" environment? Regards, Daniel Garcia http://danielgarcia

Re: [Discuss-gnuradio] USRP Custom Filter Taps

2006-10-05 Thread Daniel Garcia
Matt Ettus wrote: >Yes, you can change the filter taps in the FPGA. See the halfband (HB) > verilog code. Thanks! I'll take a look. >> I read on a previous thread that it is possible to invert the spectrum of >> the sampled signal so that the tuned frequency would be the FM carrier. The >> end

[Discuss-gnuradio] USRP Custom Filter Taps

2006-09-27 Thread Daniel Garcia
I am working on an NTSC receiver using the USRP/TVRX board. I am tunning the board to 63.25 MHz with decimation set to 10; this gives me 6.4 MHz of bandwidth. The NTSC channel is 6 MHz wide so with these settings I get some interference from the adjacent channels. Is there a way to set the fi

Re: [Discuss-gnuradio] Theory - GSM traffic detection with a USRP board

2006-08-31 Thread Daniel Garcia
--- Johnathan Corgan <[EMAIL PROTECTED]> wrote: > I think it would be a tie between Lyon's book and > The Art of Electronics :-) Touché. -Daniel __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.

Re: [Discuss-gnuradio] Theory - GSM traffic detection with a USRP board

2006-08-31 Thread Daniel Garcia
> I notice this is a tome that numbers almost 800 > pages... I think you'll find that software radio really spans many disciplines: mathematics, software engineering, signal processing, electronics, program able hardware (VHDL), digital logic, and communication theory to name some. There is also

Re: [Discuss-gnuradio] Export Controls

2006-06-28 Thread Daniel Garcia
> It seems to me that a USRP with a Gnu Radio > filterbank in the back-end is such a receiver, > and is thus subject to U.S. export control. That part of the law is meant to deter the export of radios what can be used for surveillance of things like cell phone frequencies. For example, CDMA us

Re: [Discuss-gnuradio] Thesis work on GNU Radio

2006-06-27 Thread Daniel Garcia
My employer has agreed to sign a copywrite/IP assignment contract so that I may work on GNU Radio. My university has never required me to sign a IP/copywrite agreement other than an agreement to have my thesis published in a commercial archive as well as our university system library. I have sent

Re: [Discuss-gnuradio] Thesis work on GNU Radio

2006-06-26 Thread Daniel Garcia
en done or what would be most useful. Regards, Daniel > Bob McGwier > > > > Daniel Garcia wrote: > > Hello Everyone, > > > > My name is Daniel Garcia. I'm a electrical > engineering > > graduate student at Texas A&M University - > Kings

[Discuss-gnuradio] Thesis work on GNU Radio

2006-06-26 Thread Daniel Garcia
Hello Everyone, My name is Daniel Garcia. I'm a electrical engineering graduate student at Texas A&M University - Kingsville. This summer and fall I will be working on the thesis portion of my degree. I am very interested in using my time/effort to contribute to the GNU Radio proj