Hi Ramazan,

Q1. So, do you know any method to minimize signal distortion while
> downsampling in frequency domain? or How can i get wifi signal frequency
> spectrum in E310 ?
>

You want to filter the vector of FFT bins individually, which is not what
the DDC block is designed to do. Instead, you should use the VectorIIR and
Keep 1 in N RFNoC blocks in this configuration: RFNoC Radio -> RFNoC FFT ->
RFNoC VectorIIR -> RFNoC Keep 1 in N -> Host. For an example, look at the
gr-ettus flowgraph in gr-ettus/examples/rfnoc/rfnoc_vector_iir.grc.


> Q2. When i try compiling FPGA image with 4 blocks, it gives "Placer
> could not place all instances" error. But in guide, it says user can put
> up to 6 blocks. Why it give that error after 3 blocks?
>

The FPGA fabric has a finite amount of resources (LUTs, Registers, BRAMs,
DSP48s) and your configuration required more resources than available. The
6 block limit is more of a rule of thumb, especially when using small
blocks like the RFNoC FIFO blocks. You can certainly use up all the FPGA
resources with less than 6 RFNoC blocks. In your case, a build with just
the FFT, VectorIIR, and Keep One in N RFNoC blocks should fit.

Jonathon
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to