Find Geiger counter CPM

17 ビュー (過去 30 日間)
Robert
Robert 2023 年 12 月 14 日
コメント済み: madhan ravi 2023 年 12 月 15 日
I am trying to find the counts per minute of a geiger counter signal using Simulink.
I managed to get the signal in a digital/binary form shown below:
I want to figure out how many pulses there are in a given timefram (1-3 seconds)

回答 (1 件)

madhan ravi
madhan ravi 2023 年 12 月 14 日
編集済み: madhan ravi 2023 年 12 月 14 日
Let A be your Interval test signal in timeseries format. Then
Pulses_1_3secs = nnz(out.A.Data((out.A.Time >= 1) & (out.A.Time <= 3))
  4 件のコメント
Robert
Robert 2023 年 12 月 15 日
By the way, I am using Simulink, so the method that you proposed may not work.
madhan ravi
madhan ravi 2023 年 12 月 15 日
The block under sum block in the second pic is *Unit Delay* block.
The first PWM block *Run at fixed interval* is ticked as model runs at fixed sample time.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSources についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by