Regarding Time Domain Filtering:
You can easily filter your time domain signal using the waveform-based high-level VIs. Try for example the Digital IIR Filter.vi located in your Analyze-->>Waveform Conditionning palette.
Make sure your signal is a Waveform, that is includes a t0 and a dt value. You can set t0=0 if you want, but make sure dt = 1 / Fs, where Fs is your sampling frequency (200 Hz ?). To create a waveform, use the Build Waveform primitive in your Waveform palette.
Filter Settings: Try Bandpass Filter, Topology = Butterworth, Order = 4, Lower Fc and Higher Fc according to your signal.