MCPcopy Create free account
hub / github.com/dhale/jtk / decimate

Method decimate

core/src/main/java/edu/mines/jtk/dsp/Sampling.java:704–715  ·  view source on GitHub ↗

Decimates this sampling. Beginning with the first sample, keeps only every m'th sample, while discarding the others in this sampling. If this sampling has n values, the new sampling will have 1+(n-1)/m values. This method returns a new sampling; it does not modify this sampling. @param m the fac

(int m)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testUniformMethod · 0.95

Calls 1

argumentMethod · 0.95

Tested by 1

testUniformMethod · 0.76