Add fft() function

This commit is contained in:
Bartłomiej Pluta
2019-09-08 22:56:24 +02:00
parent 55adf616c5
commit f5c72dd8a5
4 changed files with 21 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ def _function(env, wave):
plot(rawWave)
function = Function(_signature, _function, 'plotWave')
function = Function(_signature, _function, 'plot')