필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

please help about butterworth filter

조회 수: 1 (최근 30일)
nsprt nsprto
nsprt nsprto 2013년 11월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
if true
% code
endhi
bandpass filter function returns NaN in some samples:
[a,b]=butter(4,[8 30]/(125/2) ,'bandpass'); filtered_signals=filter(a,b,x);
x: 5000 rows and 2 columns
I solved that by filtering the data in blocks(32 samples). the result was not the same but when i increased the samples to 320 i got the same result. Is it true to solve NaN problem.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by