| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"" |
| Date: |
06 Dec 2007 10:19:31 PM |
| Object: |
autocorrelation code for full signal |
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!
.
|
|
| User: "Jack Klein" |
|
| Title: Re: autocorrelation code for full signal |
06 Dec 2007 11:24:48 PM |
|
|
On Thu, 6 Dec 2007 20:19:31 -0800 (PST),
wrote in comp.lang.c++:
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 news:comp.dsp, 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
.
|
|
|
|

|
Related Articles |
|
|