Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

A RFNoC Implementation of a Polyphase Filterbank Channelizer

License

Notifications You must be signed in to change notification settings

e33b1711/rfnoc_pp_channelizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfnoc_pp_channelizer

A RFNoC Implementation of a Polyphase Filterbank Channelizer and Synthesizer.

Based on Xilinx Application Note http://www.xilinx.com/support/documentation/application_notes/xapp1161.pdf

A. Description of Files

/bitfiles/x300.bit

Bitfile for X310 based on fpga.git of Dec-2016

16 Subchannels

/custom_sources/channelizer.xml

/custom_sources/syntheses.xml

uhd rfnoc definitions

install them into ..../share/uhd/rfnoc/blocks

/custom_sources/uhd_rfnoc_channelizer.xml

/custom_sources/uhd_rfnoc_syntheses.xml

/custom_sources/ettus_block_trees.xml

block definitions and block tree for GRC

install them into ...../share/gnuradio/grc/blocks

/custom_sources/noc_block_channelizer.v

/custom_sources/noc_block_syntheses.v

verilog files for the customized rfnoc blocks

the computational engines (=the DSP itself) has been made in System Generator (see /sysgen_models/)

/custom_sources/rfnoc_ce_auto_inst_x310.v

customized from original file to instanaticiate the custom blocks

/grc_graphs/

GRC test graphs

/sysgen_models/

Xilinx System Generator Models for the computational engines. Matlab 2015b, Vivado 2015.2

B. Installation

Burn the bitfile to the USRP. (You will need a rfnoc-branch uhd.)

Power cycle.

Copy uhd and GRC block definition in installation folders (see above).

uhd_usrp_probe --init-only for uhd installation check

Open GRC Graphs for further testing.

C. Rebuilding Firmware

Build the recent fpga firmware with the option GUI=1 to get a Vivado Project.

Save Project.

Save Project again with a different name.

Add Sources (noc_block_... and synthesized checkpoints from sysgen models)

Replace rfnoc_ce_auto_inst_x310.v in the local original fpga repository.

Run Synthesize, Implement, Generate Bitfile

D. Customizing

Customizes the SysGen Models

sim_model.xls is for designing and simulation

channelizer/synthese.xls is just for implementation (copy body of sim_model.xls to them)

Make a synthesized checkpoint

rebuild firmware

E. Known Issues

Works fine so far. If you find any please report them to e33b1711@gmail.com !

The FIR Compiler is not very resourcefull, because it can randomly switch between the different impulse responses (uses LUTs, i guess). For the fixed sequence of impulse responses, there might be more resourcefull deigns.

About

A RFNoC Implementation of a Polyphase Filterbank Channelizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages