compute_fft# ansys.aedt.core.generic.file_utils.compute_fft(time_values, data_values, window=None) → tuple | bool# Compute FFT of input transient data. Parameters: time_valuespandas.SeriesTime points corresponding to the x-axis of the input transient data. data_valuespandas.SeriesPoints corresponding to the y-axis. windowstr, optionalFft window. Options are “hamming”, “hanning”, “blackman”, “bartlett”. Returns: tuple or boolFrequency and values.