07-08-2019 04:50 AM
Hello everyone,
I would like to split a table that has 1024 points into 16 splits and each split then will have 64 points and i display them on 2D table here is what i tried.
Thank you for your help.
Solved! Go to Solution.
07-08-2019 05:05 AM
07-08-2019 05:15 AM
07-08-2019 08:25 AM
07-08-2019 08:36 AM
Hello CARYA,
In fact yes i am doing reshape to my data and then i will do an FFT for each line of my table then after that
i will make an average ( mean bloc) of the all FFT's, i think we call that periodograme averaging
Thank you for your help guys