pitch function equation for documentation

조회 수: 12 (최근 30일)
T Anderson
T Anderson 2020년 10월 19일
편집: Cris LaPierre 2020년 10월 26일
I was wondering what the equation used for in the pitch function for matlab. I love using this, but would like to document what equation that I am using. Thanks for the support.

답변 (1개)

Steven Lord
Steven Lord 2020년 10월 19일
Do the Algorithms and References sections on the documentation page for the pitch function not provide the information you want to know?
  댓글 수: 2
T Anderson
T Anderson 2020년 10월 26일
No there are at least 70 equations for determining pitch. In Matlab alone I have found several, I was wondering which method was being used.
Cris LaPierre
Cris LaPierre 2020년 10월 26일
편집: Cris LaPierre 2020년 10월 26일
There are 5 supported methods used in MATLAB's pitch function:
'Method'
Method used to estimate pitch, specified as the comma-separated pair consisting of 'Method' and 'NCF', 'PEF','CEP', 'LHS', or 'SRH'. The different methods of calculating pitch provide trade-offs in terms of noise robustness, accuracy, and computation expense. The algorithms used to calculate pitch are based on the following papers:
  • 'NCF' –– Normalized Correlation Function [1]
  • 'PEF' –– Pitch Estimation Filter [2]. The function does not use the amplitude compression described by the paper.
  • 'CEP' –– Cepstrum Pitch Determination [3]
  • 'LHS' –– Log-Harmonic Summation [4]
  • 'SRH' –– Summation of Residual Harmonics [5]
If you didn't specify a method, 'NCF' was used. The documentation page Steven Lord linked to contains the full citation for each of the methods MATLAB uses. Incidentally, so does this post. Click on them to obtani the specific citation for the method you used.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Desktop에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by