how many samples a filtered signal will be shifted from the original one.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all.
I have a raw signal recorded with 60Hz sampling rate. All the magnitudes values is associated with a time value in seconds. i.e. signal = [amp, time; amp2, time;]
I smppth the signal by appling convolution with a 60-point Bartlett window. What I would like to do is to find how many sample the filtered signal is shifted comare to the raw signal data. I mean I would like to plot the both signal and asscocite the same timing vecrtor to the filtered signal.
how many samples from the begining or the end of the signal I should ignore? or add to synchronized the resulting filtered signal withe the original one
Thanks
1 Commento
Risposta accettata
Honglei Chen
il 28 Mag 2013
For a linear phase filter, the shift is determined by the group delay of the filter.
0 Commenti
Vedere anche
Categorie
Scopri di più su Bartlett in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!