How can I make the Fourier Trnasformation of a signal with node red?
Im trying to transform a signal with Fourier in node red but I am only able to do it with python and node red uses java script. Is it possible to transform it in a function node?
There is a package name fft but it really doesnt work.