ITDS Transforms Documentation

A NumPy/SciPy-backed transform library with APIs inspired by the IMSL Fortran Numerical Library.

Transform tools backed by NumPy & SciPy

ITDS Transforms packages the FFT, sine/cosine, convolution, correlation, and inverse Laplace routines from ITDS into a focused NumPy/SciPy-backed library. Install, run a minimal FFT example, then dive into the API reference.

NumPy/SciPy-backedAll routines delegate to battle-tested NumPy and SciPy transforms.
25 functionsFFT, DST, DCT, convolution, correlation, and inverse Laplace.
IMSL-styleFunction families aligned with legacy Fortran engineering workflows.
Tested200+ unit tests and integration tests shipped with the package.

Install and run

Start with editable install commands and a minimal FFT workflow.

Explore examples

Use targeted scripts for FFT, sine/cosine transforms, convolution, and correlation.

Use the API directly

Jump into the public package reference once you know the routine family you need.

Recommended path: install the package, run the quick start, then use the examples page to find the closest routine family before dropping into the API reference.