.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-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos