| http://www.w3.org/ns/prov#value | - But anyway, I was using this for peak detection (very empirical):by the way, a useful idea is sample dropping - taking for example every 5th or 15th sample from the initial data (but mind the nyquist frequency) cwd=ContinuousWaveletTransform[signal2, GaborWavelet[15], {7, 30}, SampleRate -> sr]; freq = (#1[[1]] -> sr/#1[[2]] &) /@ cwd[Scales"]; Maxima[scale_, treshold_: 0.7] := Module[{i, max = -
|