Info

This question is closed. Reopen it to edit or answer.

need help in solving error in code of "cepstral pitch"

2 views (last 30 days)
pranjal
pranjal on 8 Apr 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
from the link "http://in.mathworks.com/matlabcentral/fileexchange/45558-cepstral-pitch" i downloaded codes for cepstral pitch detection and tracking. the main code "cepstral pitch GUI25.m" runs and GUI is displayed.next step audio file plays but i am getting error when i click button "Run cepstral pitch". error displayed as follows:
*"Undefined function 'srconv' for input arguments of type 'double'.
Error in Callbacks_cepstral_pitch_GUI25/setup_cepstral_pitch_detector (line 449) *y=srconv(y,fs,fsd);
Error in Callbacks_cepstral_pitch_GUI25/button9Callback (line 426) [n,p1m,nl,c1m]=setup_cepstral_pitch_detector(xin,fs,fsd,imf,pthr1,nfft,... * Error while evaluating uicontrol Callback "*
Anybody can help me pls?

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!