to_CROSS_SPECTRUM Function

public function to_CROSS_SPECTRUM(A, B, FFT_SIZE) result(Cross_Spectrum)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: A(:)
real(kind=real64), intent(in) :: B(:)
integer(kind=int32), intent(in) :: FFT_SIZE

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