{procedure PlotF
author(Nikolai Shokhirev http://www.shokhirev.com/nikolai.html
created: 2002.06.06
last modified: 2003.01.19
ŠNikolai V. Shokhirev, 2002-2003 }
unit uFourierDisplay;
interface
uses
uMatTypes, extctrls, uArrays;
procedure PlotF(const PaintBox: TPaintBox; const f: IVector; caption: string);
implementation
uses
Graphics, math;
end.
Back
Generated by Lore's Source to HTML Converter(http://www.newty.de/lsc/index.html)