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

Method interpolate

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

Interpolates this sampling. Inserts m-1 evenly spaced samples between each of the samples 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 factor by which to interpolat

(int m)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

testUniformMethod · 0.95
assertValueMethod · 0.45
checkExtrapolationMethod · 0.45
assertValueMethod · 0.45
applyShiftsMethod · 0.45
computeMethod · 0.45
shift1Method · 0.45
shift2Method · 0.45
shift3Method · 0.45

Calls 1

argumentMethod · 0.95

Tested by 5

testUniformMethod · 0.76
assertValueMethod · 0.36
checkExtrapolationMethod · 0.36
assertValueMethod · 0.36