Computing Real-time Noise Level in dB

  • このトピックには4件の返信、2人の参加者があり、最後に匿名により5年、 2ヶ月前に更新されました。
5件の投稿を表示中 - 1 - 5件目 (全5件中)
  • 投稿者
    投稿
  • #2291
    匿名
    参加者

    Is it possible to estimate the current background noise level in real time?
    If so, how could I implement this?

    I would like to use this information to determine if my robot is indoors (low noise level) or outdoors (high noise level).

    Thank you!
    JD

    #2292
    匿名
    参加者

    To give some more information, I am using an 8-channel microphone array and AudioStreamFromMic > MultiFFT to get the frequency spectra.

    #2293
    匿名
    参加者

    Thank you for your inquiry.

    Please use a BGNEstimator node.
    https://www.hark.jp/document/hark-document-en/subsec-BGNEstimator.html

    Best regards,
    HARK support team

    #2308
    匿名
    参加者

    Since BGNEstimator returns the noise spectrum (Matrix<float>), is there a node that will compute the overall power contained in the spectrum (a single float dB value for the overall noise level)?

    Thank you,
    JD

    #2310
    匿名
    参加者

    We are sorry that there is no such a node.
    You will have to calculate the dB from the output spectrum of BGNEstimator using HARK-Python3 or similar.

    Best regards,
    HARK support team

5件の投稿を表示中 - 1 - 5件目 (全5件中)
  • このトピックに返信するにはログインが必要です。