User Portlet User Portlet

Discussions
Dear All, I have designed a filter(ft) and I want to convolve the filter with raw trace(trs) and plot in mathematica, how can i do that? Below is what I have written: xc = Table[ListConvolve[ft, trs[[i]], {1, 1}, 0], {i, nx}] where nx is...
Thank you Daniel. I wish to calculate SNR for i traces as given by this equation: ![enter image description here][1] where ai is the amplitude scaling factor, si is the signal in the trace and ni is the noise. I expect to see arrays of SNR for i...