フィルターのクリア

how do i design a A 17-tap low-pass FIR filter with pass-band upper frequency of 6 Hz and stop-band lower frequency of 30 Hz and the sampling frequency is 512 Hz.And how can i pass my input vector through it? Any help will really be useful!

1 回表示 (過去 30 日間)
I have downloaded aami3am.mat file from physionet atm. and now i want to pass that ecg signal vector through this low pass filter. I am stuck here as I am not able to find a particular matlab command comprising of all these required parameters. Any help will really be handy. thank you!

回答 (1 件)

Christoph F.
Christoph F. 2017 年 7 月 24 日
Filters are applied to signals using the filter(B, A, sig) function.
17 taps is probably too short for the stated requirements.
  1 件のコメント
Star Strider
Star Strider 2017 年 7 月 24 日
The filtfilt function is preferable to filter, since filtfilt has a maximally-flat phase response.

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

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by