필터 지우기
필터 지우기

What does voices per octave means?

조회 수: 51 (최근 30일)
Basiq
Basiq 2020년 9월 9일
댓글: Basiq 2020년 9월 10일
I was reading the documentation of cwt (1D continuous wavelet transform) in matlab and came across this sentence cwt uses 10 voices per octave. My question is what does voices per octave means?

채택된 답변

Walter Roberson
Walter Roberson 2020년 9월 9일
The reason v is referred to as the number of voices per octave is because increasing the scale by an octave (a doubling) requires v intermediate scales. Take for example 2v/v=2 and then increase the numerator in the exponent until you reach 4, the next octave. You move from =2 to =4. There are v intermediate steps. Common values for v are 10,12,14,16, and 32. The larger the value of v, the finer the discretization of the scale parameter, s. However, this also increases the amount of computation required because the CWT must be computed for every scale. The difference between scales on a log2 scale is 1/v.
  댓글 수: 1
Basiq
Basiq 2020년 9월 10일
Thank you so much for your answer , the concept is much vivid now.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by