Utils

Physical Constants

Integration

WaveSpec.Integration.IntegrateGaussQuadMethod
IntegrateGaussQuad(f, order, a, b, n)

Integrates function f from a to b using a composite Gauss-Legendre rule of order 'order' and and n sub-intervals (panels). The mapping used is: x = (b-a)/2 * ξ + (a+b)/2 dx = (b-a)/2 * dξ

source

Truncation

Signal