Filtering, Detrending, and Windowing of a Signal

Zero-phase bandpass digital filter with detrending and windowing
67 téléchargements
Mise à jour 24 avr. 2023

Afficher la licence

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)

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.2

modified code

1.0.1

file and description

1.0.0