plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_CROSS_SPECTRUM
Function
MIT
23 statements
Source File
SPACClass.f90
SPACClass
to_CROSS_SPECTRUM
Contents
public function to_CROSS_SPECTRUM(A, B, FFT_SIZE) result(Cross_Spectrum)
Arguments
Type
Intent
Optional
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, (:)