Which algorithm should I use for signal (sound) one class classification?

前端 未结 11 1634
暖寄归人
暖寄归人 2021-01-31 21:53

Update this question was previously titled as \"Give me the name of a simple algorithm for signal(sound) pattern detection\"

  1. My o
11条回答
  •  [愿得一人]
    2021-01-31 22:46

    You can try a Matched Filter. Although I've never actually used one, I've heard good things.

    Also, although not simple, I think a Hidden Markov Model (HMM, I know you said no speech recognition, but hear me out!) would provide the best results for you. Again, I've never actually used one but there are open source implementations available all over the place. You would just need to train it using your exisiting "clean" insect recording. Here is one open source implementation: General Hidden Markov Model Library.

提交回复
热议问题