PSD Interface

public interface PSD

It computes the power spectral density function from datafile.


Module Procedures

public function PSD_file_to_file(infile, outfile, window_size, dt, column) result(FourierSpectrum)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: infile
character(len=*), intent(in) :: outfile
integer(kind=int32), intent(in) :: window_size
real(kind=real64) :: dt
integer(kind=int32), intent(in) :: column

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