wecopttool.WEC.fd_to_td
- WEC.fd_to_td(fd)[source]
Convert a frequency-domain array to time-domain.
Opposite of
wecopttool.WEC.td_to_fd()
.Calls
wecopttool.fd_to_td()
with the appropriate inputs for the WEC object.- Parameters:
fd (ndarray) – Frequency-domain complex array with shape
(WEC.nfreq+1, N)
for anyN
.- Return type:
See also