how to implement an FIR bandpass filter element vice
조회 수: 1 (최근 30일)
이전 댓글 표시
i wanna implement an fir bandpass filter in matlab, which filters a given signal element vise. code should contain a loop which feeds the samples one‐by‐one into the filter as if the signal is acquired in real time. any help will be appreciated . the function should look like. value myFIR(value, coefficients)
댓글 수: 0
답변 (1개)
Star Strider
2016년 11월 13일
It is not possible to do what you want. The signal vector has to be at least 2 times the length of the longest filter coefficient vector in a discrete filter.
Use an active hardware filter instead, in the input to your ADC.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Digital and Analog Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!