Vitis DSP Libraries - Vitis DSP Libraries - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

In this step, identify the required functions available in the DSP library. This MATLAB model design requires a symmetrical FIR filter and FFT.

  • DSPLib contains several variants of FIR filters. The library categorizes FIR filters into classes and places them in a distinct namespace scope:xf::dsp::aie::fir to prevent name collision in the global scope.

  • DSPLib contains one FFT/iFFT solution: a single-channel, decimation-in-time (DIT) implementation. The solution has a configurable point size, data type, forward/reverse direction, scaling (as a shift), cascade length, static/dynamic point size, window size, interface API (stream/window), and parallelism factor. DSP Libraries