.Wavelet.General.nStdIfft

Information

Inverse non-standard 1-D fast Fourier transform

Interface

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;

Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos