Skip to content

Commit

Permalink
51 tap filter works OK
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Jan 16, 2025
1 parent 10bde8d commit 0ffa3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radae/radae.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ffa3ff

Please sign in to comment.