Re: [Discuss-gnuradio] uhd help

2012-07-04 Thread Samuel Ibarra
Hello Josh, I have looked over the dboard iface file, but I am still a little confused. I am able to use swig to call the dboard_iface() within my python code, but I am not sure about what other functions I need in order to control those pins. I saw that within the dboard_xcvr2450.cpp file they ca

Re: [Discuss-gnuradio] Problem with USRP PSK modulation

2012-04-26 Thread Samuel Ibarra
nks! > > Vivian Triana > > > > 2012/4/19 Samuel Ibarra > >> Hello Vivian, >> >> I have also had this problem, but I haven't being able to solve it. Could >> you please let me know if your able to solve it? I would greatly appreciate >> your he

Re: [Discuss-gnuradio] Problem with USRP PSK modulation

2012-04-19 Thread Samuel Ibarra
Hello Vivian, I have also had this problem, but I haven't being able to solve it. Could you please let me know if your able to solve it? I would greatly appreciate your help. Sam On Thu, Apr 19, 2012 at 7:41 AM, Vivian Paola Triana Galeano < motis1232...@gmail.com> wrote: > I'm using non-differ

Re: [Discuss-gnuradio] Problem with USRP PSK modulation

2012-04-18 Thread Samuel Ibarra
Are you using GRC? Sam On Wed, Apr 18, 2012 at 8:32 AM, Vivian Paola Triana Galeano < motis1232...@gmail.com> wrote: > I'm working with USRP1 daughterboard RFX 2400 MHz. > The configuration of the parameter in UHD_USRP block is sample rate= 1MHz > Center freq=2.4GHz. > > > 2012/4/18 Edmar Cande

Re: [Discuss-gnuradio] Modifying C++ Files

2012-04-11 Thread Samuel Ibarra
Hello Ben, Thank you for your help. I was able to get the result I wanted with the line of code you suggested. I was changing d_constellation[0] = gr_complex(-1,0) to d_constellation[0]= gr_complex(0,0). In order to demodulate my signal, I should be able to make the same change in the demodulator

Re: [Discuss-gnuradio] Benchmark_Tx Problem

2012-04-09 Thread Samuel Ibarra
Hello, Thank you for everyone’s response. Marcus - I am using a dual-boot because VM just wouldn't for me. Tom - I used the ./configure. Thank You Samuel Ibarra On Fri, Apr 6, 2012 at 5:52 PM, Tom Rondeau wrote: > On Fri, Apr 6, 2012 at 8:10 PM, Marcus D. Leech wrote: &