Skip to content

Commit f7ecbfa

Browse files
committed
Update investigate_subtraction.py
1 parent a626722 commit f7ecbfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/investigate_subtraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def subtract(audio_data, h0_idx, freq_idxs, meth = 'complex'):
233233
get_spectrum(audio_samples, t0, 0, 0)
234234
show_spectrum(fig_spec, ax_spec)
235235
peak = show_sig(fig_sig, axs_sig, f0_idx, t0, 0, known_msg, show_ylabels = True, peak = 120)
236-
plt.pause(1)
236+
plt.pause(2)
237237

238238
symbols = create_symbols(known_msg)
239239
audio_data = create_ft8_wave(symbols, f_base = freq)

0 commit comments

Comments
 (0)