Visible to Intel only — GUID: hco1423076429039
Ixiasoft
Visible to Intel only — GUID: hco1423076429039
Ixiasoft
4.1.4. Vectorized Inputs
Unlike traditional methods, you do not need to manually instantiate two IP blocks and pass a single wire to each in parallel. Each IP block internally vectorizes. DSP Builder uses the same paradigm on outputs, where it represents high data rates on multiple wires as vectors.
Each IP block determines the input and output wire counts, based on the clock rate, sample rate, and number of channels.
Any rate changes in the IP block affect the output wire count. If a rate change exists, such as interpolating by two, the output aggregate sample rate doubles. DSP Builder packs the output channels into the fewest number of wires (vector width) that supports that rate. For example, an interpolate by two FIR filter may have two wires at the input, but three wires at the output.
The IP block performs any necessary multiplexing and packing. The blocks connected to the inputs and outputs must have the same vector widths, which Simulink enforces. Resolve vector width errors by carefully changing the sample rates.