Skip to content

Commit

Permalink
minor update with Michael's comment #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Jong Youl Choi committed Dec 3, 2020
1 parent c34d3b5 commit 49bed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver_brute.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def perform_analysis(channel_data, cfg, tstep, trange):
sptime = trange[0] + np.arange(nperseg/2,channel_data.shape[-1] - nperseg/2 + 1,nperseg - noverlap)/A.Dlist[0].fs

results['stft_time'] = sptime
results['stft_freq'] = A.Dlist[0].ax
results['stft_freq'] = A.Dlist[0].ax*A.Dlist[0].fs/2

Nchannels = channel_data.shape[0]
if args.dry:
Expand Down

0 comments on commit 49bed5c

Please sign in to comment.