Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
rfftfreq
Interface
93 statements
Source File
fftpack.f90
fftpack
rfftfreq
Contents
None
interface
public pure module function rfftfreq(n) result(out)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
Return Value
integer,dimension(n)
Description
Integer frequency values involved in real FFT. (
Specifiction
)