Sinc function approximation

The Endeavour 2025-06-23

Summary:

The sinc function sinc(x) = sin(x) / x comes up continually in signal processing. If x is moderately small, the approximation sinc(x) ≈ (2 + cos(x))/3 is remarkably good, with an error on the order of x4/180. This could be useful in situations where you’re working with the sinc function and the x in the denominator is awkward […]

The post Sinc function approximation first appeared on John D. Cook.

Link:

https://www.johndcook.com/blog/2025/06/23/sinc-function-approximation/

From feeds:

Statistics and Visualization » The Endeavour

Tags:

math

Authors:

John

Date tagged:

06/23/2025, 10:31

Date published:

06/23/2025, 08:38