Unnormalized inverse of dcosqf
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(inout) | :: | x(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Forward transform of quarter wave data. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(inout) | :: | x(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Initialize dcosqf
and dcosqb
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | wsave(*) |
Discrete fourier cosine transform of an even sequence. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(inout) | :: | x(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Initialize dcost
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | wsave(*) |
Dsicrete cosine transforms. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n | ||
integer, | intent(in), | optional | :: | type |
Initialize DCT type-1 (Specification)
Initialize DCT types 2, 3 (Specification)
Unnormalized inverse of dfftf
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(inout) | :: | r(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Forward transform of a real periodic sequence. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(inout) | :: | r(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Initialize dfftf
and dfftb
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | wsave(*) |
Unnormalized inverse of dzfftf
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | r(*) | |||
real(kind=rk), | intent(in) | :: | azero | |||
real(kind=rk), | intent(in) | :: | a(*) | |||
real(kind=rk), | intent(in) | :: | b(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Simplified forward transform of a real periodic sequence. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(in) | :: | r(*) | |||
real(kind=rk), | intent(out) | :: | azero | |||
real(kind=rk), | intent(out) | :: | a(*) | |||
real(kind=rk), | intent(out) | :: | b(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Initialize dzfftf
and dzfftb
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | wsave(*) |
Forward transform of a complex periodic sequence. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n |
Integer frequency values involved in complex FFT. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n |
Shifts zero-frequency component to center of spectrum. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=rk), | intent(in) | :: | x(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) |
Inverse discrete cosine transforms. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n | ||
integer, | intent(in), | optional | :: | type |
Backward transform of a complex periodic sequence. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n |
Shifts zero-frequency component to beginning of spectrum. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=rk), | intent(in) | :: | x(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) |
Backward transform of a real periodic sequence. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n |
Forward transform of a real periodic sequence. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | x(:) | |||
integer, | intent(in), | optional | :: | n |
Integer frequency values involved in real FFT. (Specifiction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n |
Unnormalized inverse of zfftf
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
complex(kind=rk), | intent(inout) | :: | c(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Forward transform of a complex periodic sequence. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
complex(kind=rk), | intent(inout) | :: | c(*) | |||
real(kind=rk), | intent(in) | :: | wsave(*) |
Initialize zfftf
and zfftb
.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rk), | intent(out) | :: | wsave(*) |