Skip to content

A machine project for CoE 164. A small Python library without any non-standard library dependencies that provides split-radix implementations of the fast fourier transform (FFT) and inverse fast fourier transform (IFFT). Can offer high precision (max. 28 decimal places) of results by providing string inputs instead of number objects.

Notifications You must be signed in to change notification settings

seansom/python-fast-fourier-transform

Repository files navigation

python-fast-fourier-transform

A machine project for CoE 164. A small Python library without any non-standard library dependencies that provides split-radix implementations of the fast fourier transform (FFT) and inverse fast fourier transform (IFFT).

Can offer high precision (max. 28 decimal places) of results by providing string inputs instead of number objects.

About

A machine project for CoE 164. A small Python library without any non-standard library dependencies that provides split-radix implementations of the fast fourier transform (FFT) and inverse fast fourier transform (IFFT). Can offer high precision (max. 28 decimal places) of results by providing string inputs instead of number objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages