PartitionGranularity

PartitionGranularity

音声分析関数のオプションで,音声の分割を指定する.

詳細

  • PartitionGranularityは,分割の長さとどの程度重なり合うかを分割サンプルに適用した平滑化窓と同様に指定することができる.
  • よく使われる設定
  • dur長さ dur 秒の重なり合いが自動の分割
    {dur,offset}指定された offset を使う
    {dur,offset,wfun}wfun を各分割部分に適用する
  • duroffset の指定は,スカラー,時間量,あるいは"Samples"量でよい.
  • オフセット指定は s×dur に等しいScaled[s]でよい.
  • 平滑化窓 wfun は,からまでの間でサンプルを取るHannWindowのような窓関数,あるいは dur と同じ長さのリストを使って指定することができる.

例題

  (1)

AudioLocalMeasurementsの分割パラメータを制御する:

Wolfram Research (2016), PartitionGranularity, Wolfram言語関数, https://reference.wolfram.com/language/ref/PartitionGranularity.html.

テキスト

Wolfram Research (2016), PartitionGranularity, Wolfram言語関数, https://reference.wolfram.com/language/ref/PartitionGranularity.html.

CMS

Wolfram Language. 2016. "PartitionGranularity." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PartitionGranularity.html.

APA

Wolfram Language. (2016). PartitionGranularity. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PartitionGranularity.html

BibTeX

@misc{reference.wolfram_2024_partitiongranularity, author="Wolfram Research", title="{PartitionGranularity}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/PartitionGranularity.html}", note=[Accessed: 24-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_partitiongranularity, organization={Wolfram Research}, title={PartitionGranularity}, year={2016}, url={https://reference.wolfram.com/language/ref/PartitionGranularity.html}, note=[Accessed: 24-November-2024 ]}