wdm-transform¶
wdm-transform provides a small object model for moving between sampled time-domain data,
frequency-domain data, and WDM coefficients.

Core Objects¶
TimeSeries: sampled one-dimensional time-domain dataFrequencySeries: FFT-domain data with frequency spacing metadataWDM: real-valued WDM coefficients plus inverse transforms
Docs Structure¶
Learn¶
Start here if you want the transform intuition before looking at code:
Tutorial¶
Use the executed walkthrough to see the package API and plots in one place:
Case Studies¶
These are longer worked examples showing how WDM behaves in specific analysis problems:
Reference¶
Use these when you want implementation-oriented details: