필터 지우기
필터 지우기

how many samples a filtered signal will be shifted from the original one.

조회 수: 1 (최근 30일)
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

채택된 답변

Honglei Chen
Honglei Chen 2013년 5월 28일
For a linear phase filter, the shift is determined by the group delay of the filter.

추가 답변 (1개)

Matt J
Matt J 2013년 5월 27일
편집: Matt J 2013년 5월 27일
If you use conv(A,B,'same'), the extra signal values will be removed for you automatically.

카테고리

Help CenterFile Exchange에서 Bartlett에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by