median_filter Function

public function median_filter(x, window_size) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: x(:)
integer(kind=int32), intent(in) :: window_size

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