Skip to content

Commit

Permalink
Update windows creation
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
  • Loading branch information
jpineda3 committed Jul 18, 2024
1 parent 78738ca commit ebb8599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rf/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def spec_est(x, fs, ref=2 ** 15, plot=False):
N = len(x)

# Apply window
window = signal.kaiser(N, beta=38)
window = signal.windows.kaiser(N, beta=8.6)
# x = multiply(x, window)

# Use FFT to get the amplitude of the spectrum
Expand Down

0 comments on commit ebb8599

Please sign in to comment.