FFT_signal Interface

public interface FFT_signal

Module Procedures

private function d_FFT_signal(ft, dt) result(fw)

Arguments

Type IntentOptional Attributes Name
real(kind=8), dimension(:) :: ft
real(kind=8) :: dt

Return Value real(kind=8), dimension(size(ft))

private function c_FFT_signal(ft, dt) result(fw)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), dimension(:) :: ft
real(kind=8) :: dt

Return Value complex(kind=8), dimension(size(ft))