Skip to content
Snippets Groups Projects
Commit 96006936 authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

reapplied formatting

parent 6634477d
No related branches found
No related tags found
1 merge request!13v0.7.0
...@@ -212,7 +212,7 @@ class FIRDamper(Element): ...@@ -212,7 +212,7 @@ class FIRDamper(Element):
H_FIR = 0 H_FIR = 0
for k in range(len(self.coef)): for k in range(len(self.coef)):
H_FIR += self.coef[k] * np.exp(-1j * 2 * np.pi * (k) * tune) H_FIR += self.coef[k] * np.exp(-1j * 2 * np.pi * (k) * tune)
latency = np.exp(-1j * 2 * np.pi * tune * self.turn_delay) latency = np.exp(-1j * 2 * np.pi * tune * self.turn_delay)
H_tot = H_FIR * latency H_tot = H_FIR * latency
gain = np.abs(H_tot) gain = np.abs(H_tot)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment