Skip to content

Commit

Permalink
update limesdr spectrogram application
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparka committed Sep 27, 2018
1 parent 34bf060 commit 733442a
Show file tree
Hide file tree
Showing 2 changed files with 1,914 additions and 274 deletions.
2,184 changes: 1,912 additions & 272 deletions pyha/applications/spectrogram_limesdr/spectrogram_limesdr.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyha/applications/spectrogram_limesdr/spectrogram_limesdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def __init__(self):
avg_freq_axis = 16
avg_time_axis = 8
window_type = 'hamming'
fft_twiddle_bits = 8
window_bits = 8
fft_twiddle_bits = 9
window_bits = 9
dc_removal_len = 1024
self.spect = Spectrogram(fft_size, avg_freq_axis, avg_time_axis, window_type, fft_twiddle_bits, window_bits, dc_removal_len)
# TODO: could be unsigned!
Expand Down

0 comments on commit 733442a

Please sign in to comment.