# NOT RUN {
#Take 5 samples of the file file.wav between 1 - 4 kHz, from 10 to 30 seconds.
measure_signals(wavfile="file.wav", wl=2048, min_freq=1, max_freq=4,
dBFS_range=30, min_time=10, max_time=30, sample_size=5,
resultfile="results.csv", plot_range=70)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab