Jump to content

Programming Reference:IdentityFilter

From BCI2000 Wiki
Revision as of 15:25, 7 September 2023 by Mellinger (talk | contribs) (Created page with "==Function== The <tt>IdentityFilter</tt> applies the identity transform to its input, i.e. it transmits its input to its output unchanged. This may be useful, e.g. to provide a "no processing" option in a ChoiceCombination. ==Parameters== None. ==States== None. ==See also== Programming Reference:ChoiceCombination Category:FiltersCategory:Signal Processing")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function

The IdentityFilter applies the identity transform to its input, i.e. it transmits its input to its output unchanged. This may be useful, e.g. to provide a "no processing" option in a ChoiceCombination.

Parameters

None.

States

None.

See also

Programming Reference:ChoiceCombination