Skip to content

Commit 69a9b59

Browse files
a few more tabs
1 parent cbead58 commit 69a9b59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/custom_fourier_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
FourierSplit{T,N, AA<:AbstractArray{T, N}} <: AbstractArray{T,N}
2+
FourierSplit{T,N, AA<:AbstractArray{T, N}} <: AbstractArray{T,N}
33
44
This View checks for the index to be L1 or the mirrored version (L2)
55
and then replaces the value by half of the parent at L1

src/czt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export czt, iczt
22

33
"""
4-
czt_1d(xin , scaled , d)
4+
czt_1d(xin , scaled , d)
55
66
Chirp z transform along a single direction d of an ND array `xin` into the ND array 'xout'.
77
Note that xin and xout can be the same array for inplace operations.

src/resampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function upsample2(mat::AbstractArray{T, N}; dims=1:N, fix_center=false, keep_si
158158
end
159159

160160
"""
161-
upsample2_abs2(mat::AbstractArray{T, N}; dims=1:N)
161+
upsample2_abs2(mat::AbstractArray{T, N}; dims=1:N)
162162
163163
Upsamples by a factor of two and applies the abs2 operation. The code is optimized for speed.
164164
"""

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ end
168168

169169

170170
"""
171-
ft_center_diff(s [, dims])
171+
ft_center_diff(s [, dims])
172172
173173
Calculates how much each dimension must be shifted that the
174174
center frequency is at the Fourier center.

0 commit comments

Comments
 (0)