I have data in a 2D matrix format and it has a periodic noise component and I would like to smooth it. It is easy to do what I want in a 1D function with analysis --> signal processing and smooth, is there a convenient way to expand this to a matrix of data? I guess the easiest way would be to have the algorithm performed with all the rows ...