public interface ifftshift
Shifts zero-frequency component to beginning of spectrum.
(Specifiction)
Functions
private pure module function ifftshift_crk(x) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=rk), |
intent(in) |
|
| :: |
x(:) | |
Return Value complex(kind=rk),
allocatable, (:)
private pure module function ifftshift_rrk(x) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=rk), |
intent(in) |
|
| :: |
x(:) | |
Return Value real(kind=rk),
allocatable, (:)