xlfda_denominator - 2024.2 English - UG1483

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2025-02-03
Version
2024.2 English

The xlfda_denomiator function returns the denominator of the filter object stored in the AMD FDATool block.

Syntax


[den] = xlfda_denominator(FDATool_name); 

Description

Returns the denominator of the filter object stored in the AMD FDATool block named FDATool_name, or throws an error if the named block does not exist. The block name can be local (for example, 'FDATool'), relative (for example, '../../FDATool'), or absolute (for example, 'untitled/foo/bar/FDATool').

See Also

xlfda_numerator