Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.3 KB

MANIFEST.md

File metadata and controls

23 lines (20 loc) · 1.3 KB

title: theseus-cores brief: Open source FPGA cores for digital signal processing tags:


Theseus Cores: Open source FPGA cores for digital signal processing and software defined radio, "batteries included".

Specifically, the "batteries included" philosophy indicates this repo is intended to provide basic functioning cores and initial hardware implementations for users to start runn inside an existing hardware framework. The primary hardware platform target will be RFNoC; though other platforms can and will likely be supported in the future.

Example Blocks: Several examples of DSP utilities and applications provided to RFNOC users include:

  • DUC-DDC: A rational resampler consisting of a "back-to-back" DUC and DDC from the uhd-fpga source repo.
  • 1-to-N DDC: A brute-force channelizer which instantiates a parameterized number of DDCs from the uhd-fpga source repo. Each channel may independently tune and decimate.
  • M/2 Channelizer: A 2x oversampled polyphase channelizer from Phil Valance (GrCon 2017 Presentation)