Hi, What is the expected delay if I do the I/Q processing in the PC instead?
Do you have any simple example how to perform complex I/Q processing for the path RX->FPGA->PC->TX. Thanks, Regards, Shaiful On Tue, Apr 10, 2007 at 10:22:35AM -0700, Shaiful wrote: > Hi, > > I want to control I/Q signal going through USRP by the > path of DEMOD->RX->FPGA->TX->MOD, quite similar to > what have been done by Jon Jacky in the following > presentation: > > http://www.research.cornell.edu/KIC/events/MRFM2006/pdfs/Jacky%20talk/jacky-talk.html > > The main different is that I'm going to use I/Q signal > from analogue DEMOD instead of doing the digital > demodulation. > > I've been thinking about the easiest way on how to > achieve this aim. Do I need to program the FPGA using > Verilog or can I just get away with higher level > C++/Python code? > > How about the delay for the processing, is it possible > to get less than 1 us delay? To achieve 1us delay, you'll need to keep all the signal processing on the FPGA. We can't get to the host in back in that time. Eric > Regards, > Shaiful Hashim, > Cardiff School of Engineering, UK ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
