Implementing Filter in Matlab based on impulse response of filter
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi to everyone!
Currently i am working on some student project. What i try to make is bank of filter(row of filter) for some input signal.
Impulse response of my filter is hamming window that is modified with exp(j*2*pi/N*k*n). Basicly it is filter, that have characteristc of F.T(hamming) but moved on frequncy k.
My qw is: "How can i implement filter in matlab if i know impulse response of filter."
I'm pretty new to Matlab, so forgive me if i ask something trivial.
댓글 수: 1
Mathieu NOE
2021년 2월 4일
hello
if you have a impulse response, you can use this as the coefficients of a FIR filter and use it with filter to apply it on a time doamin signal
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!