wecopttool.WEC.time_mat

property WEC.time_mat: ndarray

Matrix to create time-series from Fourier coefficients.

For some array of Fourier coefficients x (excluding the sine component of the highest frequency), size (2*nfreq, ndof), the time series is obtained via time_mat @ x, also size (2*nfreq, ndof).