real_ft Subroutine

public subroutine real_ft(x, f, f_cos, f_sin)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(:) :: x
real(kind=dp), intent(in), dimension(:) :: f
real(kind=dp), intent(out), dimension(size(f)/2 + 1) :: f_cos
real(kind=dp), intent(out), dimension(size(f)/2 + 1) :: f_sin

Calls

proc~~real_ft~~CallsGraph proc~real_ft real_ft proc~check_has_correct_endpoints check_has_correct_endpoints proc~real_ft->proc~check_has_correct_endpoints proc~check_is_equidistant check_is_equidistant proc~real_ft->proc~check_is_equidistant

Called by

proc~~real_ft~~CalledByGraph proc~real_ft real_ft proc~fourier_transform_over_label fourier_transform_over_label proc~fourier_transform_over_label->proc~real_ft proc~calc_deviation calc_deviation proc~calc_deviation->proc~fourier_transform_over_label proc~calc_offset_coefficients calc_offset_coefficients proc~calc_offset_coefficients->proc~calc_deviation program~main main program~main->proc~calc_offset_coefficients