From b08cca25bc392bf1de30fdd976c7d87ca461824f Mon Sep 17 00:00:00 2001 From: nkrackow Date: Tue, 6 May 2025 15:27:02 +0200 Subject: [PATCH] shave off a tiny bit --- interpolate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpolate.py b/interpolate.py index 0c6621e..99482f9 100644 --- a/interpolate.py +++ b/interpolate.py @@ -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 = [