how many samples a filtered signal will be shifted from the original one.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuesta aceptada
Honglei Chen
el 28 de Mayo de 2013
For a linear phase filter, the shift is determined by the group delay of the filter.
0 comentarios
Ver también
Categorías
Más información sobre Bartlett en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!