# dart_lang_fft **Repository Path**: luyonghong_wzu/dart_lang_fft ## Basic Information - **Project Name**: dart_lang_fft - **Description**: fork 仓库 :flutter fft 处理 相关 - **Primary Language**: Dart - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-02 - **Last Updated**: 2023-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Flutter ## README # dart An implementation of Cooley-Tukey. Also included are the windowing functions Hann and Hamming ## Usage A simple usage example: import 'package:fft/fft.dart'; main() { var data = [1.0, 0.0, -1.0, 0.0]; var windowed = Window.Hann(data); var fft = new FFT().Transform(windowed); } ## Features and bugs Please file feature requests and bugs at the [issue tracker][tracker]. [tracker]: http://example.com/issues/replaceme