Skip to content

Commit

Permalink
Update signal_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kbasaran committed Sep 25, 2023
1 parent a69ef36 commit a4ae30f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signal_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def apply_compression(self, **kwargs):
return

elif a > 0: # expand
print("hop")
# y = sign(x).*exp((log(-1./(exp(log(abs(x + 1e-20))*k+log(a^k/(a^k+1)))-1))+log(abs(x + 1e-20))*k+log(a^k/(a^k+1)))/k)/a;
self.time_sig /= peak_value
self.time_sig = np.sign(self.time_sig) * \
Expand Down

0 comments on commit a4ae30f

Please sign in to comment.