DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

7.12.5. Color Space Converter

This design example demonstrates DSP Builder Primitive subsystems with simple RGB to Y'CbCr color space conversion
  • Y = 0.257R + 0.504G + 0.098B + 16
  • Cb = -0.148R - 0.291G + 0.439B + 128
  • Cr = 0.439R - 0.368G - 0.071B + 128

The RGB data arrives as three parallel signals each clock cycle. The model file is demo_csc.mdl.