Skip to content

Commit

Permalink
Fixed tabs/spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsantos committed Jun 30, 2014
1 parent 6980e26 commit 55ec48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/periodograms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ function stft{T}(s::AbstractVector{T}, n::Int=length(s)>>3, noverlap::Int=n>>1;
offset = 0
for k = 1:length(sig_split)
FFTW.execute(plan, sig_split[k], tmp)
out[:,k] = tmp
out[:,k] = tmp
end
out
out
end


Expand Down

0 comments on commit 55ec48f

Please sign in to comment.