Constructor - 7.2 English

FIR Compiler (PG149)

Document ID
PG149
Release Date
2022-10-26
Version
7.2 English

[model]=fir_compiler_v7_2_bitacc

[model]=fir_compiler_v7_2_bitacc(config)

[model]=fir_compiler_v7_2_bitacc(field, value [, field,value]*)

Note: * indicates an optional parameter.

The first version of the function call constructs a model object using the default configuration.

The second version constructs a model object from a structure that specifies the configuration parameter values to use.

The third version is the same as the second, but allows the configuration to be specified as a series of (parameter name, value) pairs rather than a single structure.

The names and valid values of configuration parameters are identical to those previously described for the C model in Structures .

The MATLAB configuration structure can contain an additional element, PersistentMemory . When the element is set to TRUE the internal data memory state of the model is retained following a call to the Filter function. Otherwise, the model is Reset after the filtered data is returned. PersistentMemory is set to FALSE by default.