Skip to content

FFT implemented in PowerShell based on recursive solutions made in python

Notifications You must be signed in to change notification settings

Shellanigans/Fast_Fourier_Transform_PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Fast_Fourier_Transform_PowerShell

FFT implemented in PowerShell based on recursive solutions made in python.

The function takes an array of either real or complex numbers.

Needed a way to compute FFTs in C#/POSH, couldn't find solutions and translated a solution from Rosetta Code. This solution is posted there as well.

Usage:

$Input = (0,1,2,3,4,5,6,7,8,9)
FFT($Input)

About

FFT implemented in PowerShell based on recursive solutions made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published