node-red-contrib-fft
Node to convert one or more values within an array, using fourier transformation fft.
example :
input
config
input : msg.payload.data fields : accelerometer_x,accelerometer_y,accelerometer_z prefix : fft_ type : real
result
to do
- add option multiple input for fields in place of comma seperated list
- handle fields from the array not used for transformation
- add other output templates
- support complex transformation