Inverse non-standard 1-D fast Fourier transform
function nStdIfft import Modelica.ComplexMath.*; input Complex[:] xhat "The vector to be inverse transformed"; input Real low = -8 "Lower boundary of the function"; input Real high = 8 "Higher boundary of the function"; output Real[size(xhat, 1)] x "The recovered signal"; output Real[size(xhat, 1)] t "Time grid"; end nStdIfft;