Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, width):

class InterpolateChannel(Module):
def __init__(self):
h_fir = [24, -85, 281, -1314, 55856, -1314, 281, -85, 24]
h_fir = [24, -85, 281, -1314, 55852, -1314, 281, -85, 24]
# ciccomp: cic droop and gain, rate 1/10, gain 2**9/5**4 ~ 0.9, 9 taps
self.submodules.ciccomp = MAC_SYM_FIR(h_fir, width_d=24, width_coef=16)
h_hbf0 = [
Expand Down