[Discuss-gnuradio] USRP2 Alias FPGA code

2010-11-01 Thread SteveChrepta
Has anyone else noticed that when using the u2_rev3_alias fpga code, the spectrum is inverted? The zeroing out of the coeffs in the hb_dec.v and small_hb_dev.v files, is causing either the I&Q samples to be swapped due to a misalignment, or is causing the conjugate to occur. The standard fpga load

Re: [Discuss-gnuradio] Adding a FFT to USRP2 design.

2010-09-03 Thread SteveChrepta
Hi Matteo, It sounds like you are using one of the BLOCK I/O xilinx FFT cores. As you said, the core loads the input i & q values, performs computation, then outputs the i & q FFT results. And yes, during the load and computation latency periods, there will be the lack of useable output samples

Re: [Discuss-gnuradio] USRP2 FPGA Compiling

2010-09-02 Thread SteveChrepta
I downloaded the ise12 branch of the fpga code. Compiled it using the makefile, and ISE12.2 gui tool. Both did not work in the usrp2, giving the same results...what a shame. SteveChrepta wrote: > > I am preparing to make small changes to the fpga code. First I wanted to > compile t