Hello Mike
The ultimate goal is to time and pitch scale the signal by accurately detecting the pitch periods for the voiced parts thoughout the signal, but this is not what i am asking here.
Lets say i know exactly where my voiced/unvoiced sections start. I am using the Cepstrum algorithm which is simply the ifft {log[abs fft (x)]} to detect the pitch periods for these voiced pieces.
My question right now is this, these segments are not a power of 2 so by using the fft in labview, it automatically does the DFT for it?
Will it have any difference from using the FFT?If a voiced segment is lets say 4000 samples long, shall i do a DFT of size 4000 or break it down into smaller sizes?
Most of these voiced segments have various fundamental frequencies in them and i want to distinguish each one and use their pitch period to subdivide that voiced segment further down.
I dont know if i am clear about this but my question mostly focuses on the use of FFT and how to distinguish the different frequencies and how to find out where exactly do they start and end .