Filter - 7.2 English

FIR Compiler (PG149)

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

[model,data_out]=filter(model,data_in)

This function passes a MATLAB double array to the model and returns the filtered output. data_in can be a 1, 2 or 3 dimensional array:

A 1-D array is only supported by a single channel, single path filter configuration.

A 2-D array is only supported by a multichannel, single path filter configuration.

All filter configurations support a 3-D array.

See Send DATA Packet and This Figure for further details on the data array structure.