필터 지우기
필터 지우기

how do i work out the transfer function of my filter for use in an adaptive filter?

조회 수: 2 (최근 30일)
Hey, I just need a bit of help getting to a transfer function for a filter.
i have to use an FIR filter that i designed in an adaptive filter set up and it seems as though i'll need it in transfer function form to do this. How do I get to transfer function form?
Many thanks, Tom
  댓글 수: 1
Matt Fig
Matt Fig 2012년 11월 2일
Tom's question:
Hey, I just need a bit of help getting to a transfer function for a filter.
i have to use an FIR filter that i designed in an adaptive filter set up and it seems as though i'll need it in transfer function form to do this. How do I get to transfer function form?
Many thanks, Tom

댓글을 달려면 로그인하십시오.

채택된 답변

Honglei Chen
Honglei Chen 2012년 5월 23일
If it's an FIR, then the coefficients are the transfer function. Say the coefficients are stored in b, then you can view the transfer function as
freqz(b,1)

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by