From 0ffa3ffd0965ced7b0b338d69bf3cb45d7aa66dd Mon Sep 17 00:00:00 2001 From: David Date: Fri, 17 Jan 2025 09:13:01 +1030 Subject: [PATCH] 51 tap filter works OK --- radae/radae.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radae/radae.py b/radae/radae.py index d05a866..61ef228 100644 --- a/radae/radae.py +++ b/radae/radae.py @@ -235,7 +235,7 @@ def __init__(self, self.Nzmf = Nzmf if txbpf_en: - Ntap=101 + Ntap=51 bandwidth = 1.2*(self.w[Nc-1] - self.w[0])*self.Fs/(2*torch.pi) centre = (self.w[Nc-1] + self.w[0])*self.Fs/(2*torch.pi)/2 print(f"Tx BPF bandwidth: {bandwidth:f} centre: {centre:f}", file=sys.stderr)