I want to do a 1/3rd octave band analysis of a noise signal. I have got a time signal representing sound pressure(Pa). I have arrays of the central frequencies and of the lower and upper cutoffs.The final aim is to get a bar chart representing sound level versus the 1/3rd octave bands.
From a theory that I followed suggested to first do FFT of the signal. Then reconstruct the signal in the 1/3rd octave bands. In each of the construction, compute the RMS values of the pressure. That's it. Convert these RMS values into sound level(dB) and plot against the central frequencies.
The issue I am facing is how to reconstruct the signal using IFFT function given that the new signal has less number of amplitude points. So, the reconstruction is essentially not possible because of dimension inconsistency between time and amplitude. I am stuck at this point.
I have a very little experience in DSP. So, any help even if the approach is different from what I tried explaining above will be much appreciated. Thanks in advance.