I have created modified multi-filter based on VI shared by johnsold in this post. Thanks @johnsold for those VIs.
I am calling MultiFilter.vi every 100ms after DaqMx Read and passing 8channel 100 samples data in 2D DBL array format to MultiFilter.vi.
MultiFilter.vi
Though I am able to get filter working, but there's break observed in a waveform. Something like filter restarts. So my query is, how to achieve continuous filtering? Filter.vi