The xip_fir_v7_2_config structure contains all parameters that affect the filter configuration. Most are duplicates of the core XCO parameters. The filter coefficients of the model are provided using the coeff field and are quantized (if specified) in the same manner as by the core GUI.
The xip_fir_v7_2_cnfg_packet structure is supplied to the xip_fir_v7_2_config_send function (see Send CONFIG Packet ) to update the channel pattern and coefficient set used by the model.
The xip_fir_v7_2_rld_packet structure is supplied to the xip_fir_v7_2_reload_send function (see Send RELOAD Packet ) to update a given coefficient set with new filter coefficients. As with the core, a configuration packet must be processed by the model to apply any pending reload packets.