v.23.12New Feature
Add seriesPeriodDetectFFT function for period detection using FFT
Add a new function seriesPeriodDetectFFT to detect series period using FFT. #57574 (Bhavna Jindal).Why it matters
This feature enables users to automatically identify the periodicity in time series data, facilitating better analysis and understanding of recurring patterns without manual inspection.How to use it
Use the functionseriesPeriodDetectFFT in your queries by passing the time series data as input. The function applies FFT to detect and return the dominant period in the series.