Filtering, Detrending, and Windowing of a Signal

Zero-phase bandpass digital filter with detrending and windowing
ダウンロード: 67
更新 2023/4/24

ライセンスの表示

Process raw data with the following:-
-zero-phase bandpass digital filtering
-removing the straight-fit line from the data (detrending)
-windowing with tukey window
function Result=Filter_Detrend_Window(Sig,fs,fc1,fc2,orderh,orderl,taper)
Input:
Sig: input signal of size (N,n). N is signal length. n is the number of channels
fs: sampling frequency
fc1,fc2: filter cutoff frequencies for highpass and lowpass filters
orderh,orderl: filter orders for highpass and lowpass filters
taper: window taper ratio of tukey windowing (Typical 0.05)
Output:
Result: Processed signal of size (N,n)

引用

Ayad Al-Rumaithi (2024). Filtering, Detrending, and Windowing of a Signal (https://www.mathworks.com/matlabcentral/fileexchange/71965-filtering-detrending-and-windowing-of-a-signal), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDigital Filtering についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.2

modified code

1.0.1

file and description

1.0.0