Analysis

March 25, 2026 ยท View on GitHub

Signal analysis algorithms for frequency-domain decomposition and spectral estimation.

Algorithms

AlgorithmDescription
Fast Fourier TransformEfficient computation of the Discrete Fourier Transform using the Cooley-Tukey radix-2 algorithm
Power Spectral DensityEstimation of signal power distribution across frequencies using Welch's method
Discrete Cosine TransformReal-valued frequency decomposition via cosine basis functions, computed through FFT

Sub-domains

Sub-domainDescription
WindowingWindow functions (Rectangular, Hamming, Hanning, Blackman) for FFT preprocessing

Note: For control system analysis tools (Frequency Response, Root Locus), see Control Analysis.