Skip to content

Commit

Permalink
Update hstransform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlinhvn committed May 19, 2024
1 parent 88a40f9 commit 134759e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstransform/hstransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ def fit_transform(self,
w_hy = self._compute_hyperbolic_gaussian(n, minf + k, time_values)
s[k // fsamplingrate, :] = ifft(h[minf + k + 1:minf + k + n+1] * w_hy)

return s
return s

0 comments on commit 134759e

Please sign in to comment.