Re: Frequency Filtering in Time Dimension?
Posted by
Herbie on
Oct 30, 2018; 8:21am
URL: http://imagej.273.s1.nabble.com/Frequency-Filtering-in-Time-Dimension-tp5021367p5021370.html
Good day Jacob,
if you mean point-wise filtering in time this can of course be done
either by 1D-convolution or 1D-FFT. The latter is made easy by the
following macro command:
*Array.fourier(array, windowType)*
Calculates and returns the Fourier amplitudes of array. WindowType can
be "none", "Hamming", "Hann", or "flat-top", or may be omitted (meaning
"none"). See the TestArrayFourier macro for an example and more
documentation. Requires 1.49i.
HTH
Herbie
::::::::::::::::::::::::::::::::::::::::::
Am 29.10.18 um 20:51 schrieb Jacob Keller:
> Hi All,
>
> is there a way to do high-pass/low-pass filtering in the time dimension? Or
> a suggestion for a workaround?
>
> All the best,
>
> Jacob Keller
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html>
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html