plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
cutifSpectreAnalysis
Function
MIT
29 statements
Source File
SpectreAnalysisClass.f90
SpectreAnalysisClass
cutifSpectreAnalysis
Contents
public function cutifSpectreAnalysis(this, x_t, window_size, sigma) result(x_r)
Type Bound
SpectreAnalysis_
Arguments
Type
Intent
Optional
Attributes
Name
class(
SpectreAnalysis_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
x_t
(:)
integer(kind=int32),
intent(in)
::
window_size
real(kind=real64),
intent(in),
optional
::
sigma
Return Value
real(kind=real64), allocatable, (:)