FFT_for_vector_SpectreAnalysis Function

public function FFT_for_vector_SpectreAnalysis(this, vector, Taper, Stacking, window_size) result(FFT_result)

Type Bound

SpectreAnalysis_

Arguments

Type IntentOptional Attributes Name
class(SpectreAnalysis_), intent(inout) :: this
real(kind=real64), intent(in) :: vector(:)
integer(kind=int32), intent(in) :: Taper
real(kind=real32), intent(in) :: Stacking(:)
integer(kind=int32), intent(in) :: window_size

Return Value complex(kind=complex64), allocatable, (:)