cutifSpectreAnalysis Function

public function cutifSpectreAnalysis(this, x_t, window_size, sigma) result(x_r)

Type Bound

SpectreAnalysis_

Arguments

Type IntentOptional 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, (:)