plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
FFT1D
Function
MIT
17 statements
Source File
MathClass.f90
MathClass
FFT1D
Contents
public function FFT1D(x, T, window) result(hatx)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=kind(0d0)),
intent(in)
::
x
(:)
real(kind=real64),
intent(in),
optional
::
T
(2)
character(len=*),
intent(in),
optional
::
window
Return Value
complex(kind=kind(0d0)), allocatable, (:)