Linear filtering library

filTools.fourier_series_1d(w, f)[source]

Compute the 1D Fourier series on a grid knowing the coefficients from a 2D matrix

filTools.fourier_series_2d(w, f_x, f_y)[source]

Compute the 2D Fourier series on a grid knowing the coefficients from a 2D matrix

Previous topic

Timeseries computation and analysis: tsTools

Next topic

Plotting library derived from matplotlib: ploTools

This Page