Hi, I wonder if anybody has any suggestion on how to integrate a vector signal? I have a block that generates a vector signal, but I want to integrate the output over 3-10 vectors to improve the SNR. Now if this was a regular stream signal I would have just used a FIR filter with N taps to implement this ( y(n) = x(n) + x(n-1) + ... + x(n-N-1) ) , but I am not sure how to accomplish the same thing on a vector signal.
Any comments are welcome! -- Trond Danielsen _______________________________________________ Discuss-gnuradio mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
