Mome,
You are using the Point by Point version of the filter. It takes in one point at a time and returns one point at a time. You either need to accumulate the points (perhaps via a shift register) to get an array or waveform or use the standard filter VI which uses arrays or waveforms as input and output. Since your signal source produces 100 samples at a time, the array or waveform versions make more sense.
I do not have Student version 7 available, so I cannot tell you exactly which VIs or where they are located.
Lynn