Brian Padalino wrote:
> I have attached the bootstrap output along with the configure output.
> Since I am trying to build under cygwin, I used the commands from the
> Wiki - specifically:
>
> ./bootstrap
> ./configure --with-boost-include-dir=/usr/include/boost-1_33_1
> make
>
> I had been s
I have attached the bootstrap output along with the configure output.
Since I am trying to build under cygwin, I used the commands from the
Wiki - specifically:
./bootstrap
./configure --with-boost-include-dir=/usr/include/boost-1_33_1
make
I had been successful at building previously, but it
On Tue, Aug 22, 2006 at 03:41:11PM -0700, DJCarlson wrote:
>
> Thanks for the help -
>
> With just TVRX installed - and a radioshack FM antenna that I use on my
> stereo, running:
>
> usrp_fft.py -f 107.9M -d 16
>
> I get a weak peak at 0.0 and another weak peak at -1.25 (maybe WMJX 106.7?)
> -
On Mon, Aug 21, 2006 at 11:50:50PM -0700, Swapneel S. Ukhalkar wrote:
> I posted on a similar topic about two weeks ago but it really didn't
> help me. I am new to the world of GNU radio and have been fiddling with
> my USRP and RFX2400 daughterboard to acquire 802.11b signals. At this
> point,
Hi,
Has anyone used 2 USRPs to simultaneously receive 4 different
frequencies using DBSRX cards? I just wanted to check the correct way of
linking it all up. As I understand it the correct combination is:
fg=gr.flow_graph()
u0=usrp.source_c(0,decim,2,0,0)
u1=usrp.source_c(1,decim,2,0,0)
u0.set_mu