Typically, when I want to filter a signal with an LTI filter (in this case a low-pass filter), I just convolve the signal with the filter.
However, what do I do if I have a stream of data that I want to filter as it arrives? Do I have to save a certain amount of the signal and filter it? Is there some other approach or theory that applies to this scenario?