5.3 Single Sample Filtering
The filtering functions provided in the DSP Library are designed for block processing. Each filter function accepts an argument named numSamps which indicates the number of words of input data (block size) to operate on. If single sample filtering is desired, set numSamps to 1. This will have the effect of filtering one input sample, and the function will compute a single output sample from the filter.