Organize Computation for a 2 Gsps Data Stream in 2 Phases - 2023.1 English

Vitis Tutorials: AI Engine Development

Document ID
XD100
Release Date
2023-09-20
Version
2023.1 English

For a single-rate filter, a 2 Gsps input sample rate also means a 2 Gsps output sample rate. Because the input stream is separated into two (even, odd) streams, the output stream must be split the same way.

Take a look at how y0 is computed:

Y0Compute

If the data stream is split into two phases, it can be seen that the coefficients also have to be split into two phases.

Y0Compute2Phases

Also take a look at how y2 is computed: