Skip to content

Commit 8855dab

Browse files
committed
Removed commented out code.
1 parent 5ae12be commit 8855dab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/visualize_filterbank_psd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# Get the powerlevels and the frequencies
3030
print(samples[0])
3131
power_levels, freqs, _ = opsd(samples[0], nfft=128, sample_rate=80, sides='twosided')
32-
# freqs, power_levels = psd(samples[0], 80, center_freq, nfft=128)
3332

3433
# Plot the PSD
3534
plt.grid(True)

0 commit comments

Comments
 (0)