% -*- texinfo -*- % @deftypefn {Function File} {irsa_dft.m} % @var{fyp} = irsa_dft (@var{xp}, @var{yp}, @var{fxp}, [@var{lm}]) % % Compute Discrete Fourier Transformations of irregular sampled time series % @code{[@var{xp},@var{yp}]} % using @code{@var{dft}(f) = sum_(k=1)^N @var{yp}[k] * % exp(-2*pi*I*@var{xp}[k]*f)} for every f in @var{fxp} % % Input: % % @var{xp} : Columnvector -- sampling points % % @var{yp} : Matrix with the timeseries values in its columns % % @var{fxp} : Vector -- frequency points for the DFT % % @var{lm} : Boolean -- use lesser memory if 'true' (slower). Default % is 'false'. % % Output: % % @var{fyp} : Matrix with values of the DFTs in its columns % @end deftypefn