wiki:crkit/Software/Firmware/aLibrary
close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 3 (modified by khanhle, 14 years ago) ( diff )

--

OCRP firmware library consists of all blocks that are essential to make use of the features of OCRP hardware platforms, and also other blocks that are used to implement baseband processing algorithms. Listed below are some of the blocks.

  • Networking
    • Ethernet
    • PCIe
    • RS232
    • ...
  • Communication
    • Modulator/ Demodulator
    • Interleaver/ Deinterleaver
    • OFDM
      • Timing Synchronization
      • Frequency Offset Estimation
      • Frequency Offset Correction
      • ...
  • DSP
    • AWGN Generator
    • Sine wave generator
    • Filters
    • ...
  • Framework specific
    • CRKit Framework
    • System Controller
    • Command Generator
    • Memory Controller
    • Application Control

The common and networking sub-libraries contain blocks that are required for using various features of the hardware, like the Ethernet, PCIe interfaces to connect to the host computer or other OCRP nodes, and SPI to configure the ADC/DAC and RF cards. Communication and DSP sub-libraries contain blocks that can be used in baseband processing algorithms. Along with these blocks, the OCRP library also contains a framework (OCRP framework)- a set of building blocks interconnected to form a complete radio system, which makes performing experiments on the boards much quicker and easier. The framework specific sub-library consists this OCRP framework, and those blocks that perform specific control functions in the framework.

Note: See TracWiki for help on using the wiki.