autocorrelation code for full signal

T

tee_huipeng

hi:

i got the source code of autocorrelation (AC) for a frame (for
example: 600 samples out of 40000 samples) of a signal. Can anyone
show me the AC code for the whole 40000 samples which means
continuosly analyse every 600 samples up to the 40000th samples, so
that the result would be stored in an array. i need this for pitch
tracking.


or can anyone give me a better idea on doing the pitch tracking,
showing the pitch of a voice in graph form.


thanks in advance!
 
J

Jack Klein

hi:

i got the source code of autocorrelation (AC) for a frame (for
example: 600 samples out of 40000 samples) of a signal. Can anyone
show me the AC code for the whole 40000 samples which means
continuosly analyse every 600 samples up to the 40000th samples, so
that the result would be stored in an array. i need this for pitch
tracking.

or can anyone give me a better idea on doing the pitch tracking,
showing the pitch of a voice in graph form.

thanks in advance!

I don't see a question about the C++ language in your post. Please
understand, the fact that you plan to write a particular program in
C++ does not make this a C++ language question.

I would suggest you ask about this in since what you
are asking is for an algorithm to do what you want, and they are the
experts.

Once you have selected an algorithm, if you have trouble coding it in
standard C++, this is the place to post problem code and ask for help.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,184
Messages
2,570,979
Members
47,579
Latest member
CharaS3188

Latest Threads

Top