FFT結果の重心を求める

画像はある音ファイルをFFTしてy=0~1に正規化したものです。
この結果の重心を求めたいです。(できればx,y値両方)
解決策お願いします。

 Respuesta aceptada

Hernia Baby
Hernia Baby el 4 de Oct. de 2021

0 votos

spectralcentroidはいかがですか?

1 comentario

Hernia Baby
Hernia Baby el 4 de Oct. de 2021
結果から重心求める場合は 定義から
gx = sum(x.*y)/sum(y)
ですかね

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre フーリエ解析とフィルター処理 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de Oct. de 2021

Comentada:

el 4 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!