cutif_loggers_SpectreAnalysis Function

public function cutif_loggers_SpectreAnalysis(this, x_t, window_size, sigma, log) 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
character(len=*), intent(in), optional :: log

Return Value real(kind=real64), allocatable, (:,:)