Re: [Discuss-gnuradio] gr_trellis for DQPSK ISI channel,equalization

2007-06-15 Thread Achilleas Anastasopoulos
Frank, I just commited an update on fsm_utils.py where I added two helper functions: fsm_concatenate(f1,f2) that concatenates two FSMs into one (this is what you need in your project) and fsm_radix(f,n) which generates the equivalent FSM resulting from operating the original FSM for n steps. Ach

[Discuss-gnuradio] need help fixing features/inband-usb build error

2007-06-15 Thread George Nychis
Hey all, I'm looking for some help building features/inband-usb Eric and I couldn't exactly figure out what causes this at the hackfest, and I've spent some more time with it and still can't figure it out. the root of the cause is in usrp/host/lib/inband and usrp_rx.cc it builds, but does not

Re: [Discuss-gnuradio] gr_trellis for DQPSK ISI channel,equalization

2007-06-15 Thread Achilleas Anastasopoulos
Frank, this is a nice example of combining 2 FSMs to create a bigger one that describes the overall system: The DQPSK can be described as an FSM with inputs x and outputs y. Both x,y are integers (not complex numbers). Then the ISI channel can be thought of as another FSM with input y and output

Re: [Discuss-gnuradio] using gpu's for accelerating computations

2007-06-15 Thread Martin Dvh
Daniel O'Connor wrote: > On Friday 15 June 2007 04:52, Rohit Garg wrote: > >>Has any body tried porting the compute intensive portions to GPU's. >>The task apparantly is ideal for GPU's to digest. I know that GPGPU >>is, as yet, more research and less apps area, but I feel that it will >>be valuab

[Discuss-gnuradio] Undefine symbol

2007-06-15 Thread Joe Barr
I've just installed gnuradio from subversion on Ubuntu Feisty, per the instructions at http://gnuradio.org/trac/wiki/UbuntuInstall. Everything seems to have gone ok, but when I try to run the benchmark in pthon, I get: undefined symbol: _Z20gr_make_io_signatureiii Any idea on where I might have

Re: [Discuss-gnuradio] OFDM implementation

2007-06-15 Thread Tom Rondeau
Brett Trotter wrote: Tom Rondeau wrote: Just the status report from the work done the past couple of weeks on OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. I have merged the code into the trunk so

Re: [Discuss-gnuradio] FPGA in USRP

2007-06-15 Thread Achilleas Anastasopoulos
Dear Mande here is an application that requires significant FPGA functionality: try to design the first stages of a spread-spectrum receiver, ie, the part of the receiver that does pn code acquisition (and tracking). This is a demanding task that needs to be performed on hardware. Once code acq

[Discuss-gnuradio] gr_trellis for DQPSK ISI channel equalization

2007-06-15 Thread fjans
Hello, I am new at dsp and I hope that I do not bother you which a stupid question: I want to use the gr_trellis block as an ISI equalizier for a burst type (pi/4)-DQPSK system. Therefore I have two questions: 1) I think that I know how I have to expand the fsm_utils. make_isi_lookup() function

Re: [Discuss-gnuradio] several beginner questions (mostly about the fpga)

2007-06-15 Thread micael magpayo
thanks, that really clarifies a lot of things for me. I'm slowly beginning to understand the inner workings of the FPGA. Thanks again. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio