Sambit Paul

Results 11 comments of Sambit Paul

I think this would be a good addition but we do not have anything on the roadmap. I will add these as new functionalities to be included as the library...

Starting development on an implementation of PSOLA that is due to be released in v1.1.0.

Development ongoing for various features in speech processing. Release has been moved to v2.0.0 which will be the next release. Timescales will be released soon.

I just checked the "Freq_theta_Num_29_FrequencyValues.txt" file and I can see that the point at index 1 is ,in fact, the peak. Just a quick note, in MATLAB indexing starts from...

Can you please add the whole code (including the plotting code) here?

So, this happens because by default, the X axis starts counting from 1 when we plot it. JDSP uses ```xchart``` as a dependency for plotting and by default, ```xchart``` starts...

Other than the sampling frequency, DFT bins are also dependent on the signal length, so it might not be the case. I would recommend using the ```getFFTFreq()``` function introduced in...

When nothing is provided as the sampling frequency, the sampling frequency is set to 1 which represents the normalised frequency scale. To know more about normalised frequency, please use this...

This is a fairly complex piece of functionality and warrants a different project to develop. I am aiming to provide the components required for PSOLA/WSOLA through JDSP and then separately...