什么情况需要打破伤风
百度 司机:“开出租总要精打细算”记者尝试与几位出租车司机沟通发现,选择“秒完单”的司机也有着自己的“考量”。
Questions related to the R programming language r-project.org
6 questions
23
votes
12
answers
1k
views
What is an easy way to split .wav files using R or Matlab?
I have some very long .wav files that are taking a long time to process. There are only short sections within this longer file that I'm interested in analysing. Is there an efficient way to split ...
12
votes
1
answer
234
views
Preferred R code settings/packages for publication-level spectrograms
I need to include spectrograms in a manuscript and was wondering what peoples' preferred R packages/code settings/etc. were for high-quality spectrogram plots? I know there are a bunch of options in ...
5
votes
1
answer
119
views
Extracting Click trains (from the click train module) in R
I am processing some data collected with a towed array, where we aimed to detect a species of porpoise in Peru. After setting up the click detector, I am trying now to add the click train detector ...
5
votes
1
answer
235
views
Is it common to have a negative-positive dB range in underwater spectrograms?
I am using the "seewave" R package to plot spectrograms in R.
Since my recordings were taken underwater, I specified as reference value 1 μPa.
Here is my code:
...
4
votes
2
answers
462
views
Spectrograms with ggplot2?
My question is related to this one
I'm looking for a way of plotting beautiful spectrograms that would be compatible with ggplot2 in R, so that I can add some lines, points, annotations, or control ...
4
votes
3
answers
182
views
How to automatically ignore sections of sound files - crop wav files before processing or manipulate database after?
I am processing a large amount of SoundTrap data in PAMGuard. In some cases, the calibration tones were enabled during data collection, meaning they appear at the beginning of each sound file, and ...