MCPcopy Create free account
hub / github.com/NanoComp/meep / nuttall

Method nuttall

python/adjoint/filter_source.py:128–130  ·  view source on GitHub ↗
(self, t, f0)

Source from the content-addressed store, hash-verified

126 return self.cos_window_fd(a, f, f0)
127
128 def nuttall(self, t, f0):
129 a = [0.355768, 0.4873960, 0.144232, 0.012604]
130 return self.cos_window_td(a, t, f0)
131
132 def nuttall_dtft(self, f, f0):
133 a = [0.355768, 0.4873960, 0.144232, 0.012604]

Callers 2

__init__Method · 0.95
__call__Method · 0.95

Calls 1

cos_window_tdMethod · 0.95

Tested by

no test coverage detected