Skip to content

[Accelerate] [vDSP] DFT, FFT, DCT, and Biquad #24183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

FlexMonkey
Copy link
Contributor

This PR contains Swift overlays to simplify DFT, FFT, DCT, and biquad filtering operations.

cc: @moiseev @airspeedswift @stephentyrone

Simon Gladman and others added 26 commits March 15, 2019 15:43
* Expand docs.
* Implement `vDSP_destroy_fftsetup` and `vDSP_destroy_fftsetupD`
…meter names more consistent with other vDSP operations, push `fileprivate` symbols to bottom of file.
This PR contains Swift overlays to simplify performing 1D and 2D fast Fourier transforms on single- and double-precision data.

This PR includes a subset of the operations (e.g. vDSP_fft_zrop for FFT). My plan is to add the additional operations (e.g. multiple signals, in-place operations, etc.) in a subsequent PR once this is approved.

cc: @moiseev @airspeedswift @stephentyrone
Contains FFT, DFT, DCT, and Biquad branches.
@FlexMonkey
Copy link
Contributor Author

Closing this PR in favor of #24207

@FlexMonkey FlexMonkey closed this Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant