Skip to content

Commit 73d8229

Browse files
committed
improved comment
1 parent db09a61 commit 73d8229

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stumpy/sdp.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ def __call__(self, Q, T, n_threads=1, planning_flag="FFTW_ESTIMATE"):
282282
rfft_obj.update_arrays(real_arr, complex_arr)
283283
irfft_obj.update_arrays(complex_arr, real_arr)
284284

285-
# Compute the (circular) convolution between T and Q[::-1]
286-
# using FFT, and then take the relevant slice of the output
285+
# Compute the (circular) convolution between T and Q[::-1],
286+
# each zero-padded to length `next_fast_n` by performing
287+
# the following three steps:
287288

288289
# Step 1
289290
# Compute RFFT of T (zero-padded)

0 commit comments

Comments
 (0)