Re: 1D Fourier transform in macro
Posted by
Michael Schmid on
Sep 28, 2014; 7:12pm
URL: http://imagej.273.s1.nabble.com/1D-Fourier-transform-in-macro-tp5009727p5009803.html
Hi Ludovic,
in the latest daily build, Wayne has added an Array.fourier(theArray,
windowType) macro function, based on code snippets that I have sent to
him. Use Help>Update ImageJ to obtain the daily build.
There is some documentation and a text macro for the new function at
http://imagej.nih.gov/ij/macros/examples/TestArrayFourier.txtIn your case, with data values approaching (or equel to) zero at the
beginning and end of the array, you don't need a window function; simply
omit that parameter or write "none" (with the quotes!) for the windowType.
Michael
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html