qrs detector improvements
オープン
まだ誰も着手していません。
enhancement
help wanted
- 主要言語
- Jupyter Notebook
- スター
- 853
- フォーク
- 322
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
This will be the single thread for discussing improvements for qrs detectors. I will probably only be working on the xqrs class in the near future.
Current thoughts:
- The filter used to accentuate the qrs (we'll call this the moving wave integration filter) is currently an upright ricker with a fixed width:
wavelet_filter = signal.ricker(self.qrs_width, 4). There are many things we could improve upon, such as:- Inverting it if we figure out the r wave is inverted
- Designing a set of template beats for different ecg channels.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
xqrs クラスから始め、wavelet_filter = signal.ricker(self.qrs_width, 4) が QRS 検出器でどのように使用されているかを確認します。issue には、反転した R 波に対する反転や、異なる ECG チャネル用のテンプレートなど、考えられる方向性が挙げられていますが、具体的な変更や完了テストは定義されていません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- bioinformatics
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100