PSDSpectreAnalysis Function

public function PSDSpectreAnalysis(this, channel, Taper, Stacking, window_size, wave_data) result(PSD_result)

Type Bound

SpectreAnalysis_

Arguments

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

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