We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi Please give us some example for 3D FFT. Inputs are amplitude, frequency, time domain
https://p5js.org/reference/#/p5.FFT
TODO 3rd dimension
For reference, the implementation of FFT in the p5.js sound library is here:
https://github.com/processing/p5.js/blob/master/lib/addons/p5.sound.js
This next was done in Processing and this could be easily written in p5.js:
https://forum.processing.org/two/discussion/22919/why-does-it-work-this-way-need-help-for-a-schoolproject/p1
Kf
Answers
https://p5js.org/reference/#/p5.FFT
TODO 3rd dimension
For reference, the implementation of FFT in the p5.js sound library is here:
https://github.com/processing/p5.js/blob/master/lib/addons/p5.sound.js
This next was done in Processing and this could be easily written in p5.js:
https://forum.processing.org/two/discussion/22919/why-does-it-work-this-way-need-help-for-a-schoolproject/p1
Kf