필터 지우기
필터 지우기

maths behind functions

조회 수: 2 (최근 30일)
Tom
Tom 2012년 5월 28일
hi, i'm asking a lot of questions at the moment - i hope that's okay.
i'm studying digital signal processing at the moment and so we're often asked to implement MATLAB code from the ground up, and if we use any functions in MATLAB we have to show that we know exactly what is going on.
I mostly know about the functions I'm using, but sometimes it'd be good to be able to see what's behind the function - in terms of mathematical processes. Is this possible?
Maybe we could use the freqz tool as an example.
Thanks
  댓글 수: 1
Matt Fig
Matt Fig 2012년 11월 2일
hi, i'm asking a lot of questions at the moment - i hope that's okay.
i'm studying digital signal processing at the moment and so we're often asked to implement MATLAB code from the ground up, and if we use any functions in MATLAB we have to show that we know exactly what is going on.
I mostly know about the functions I'm using, but sometimes it'd be good to be able to see what's behind the function - in terms of mathematical processes. Is this possible?
Maybe we could use the freqz tool as an example.
Thanks

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

채택된 답변

Wayne King
Wayne King 2012년 5월 28일
Hi Tom, freqz.m does have an open implementation. So if you edit the M-file, freqz.m, you can see the code. The bulk of the work inside that program is done by the subfunctions, firfreqz.m and iirfreqz.m.
  댓글 수: 1
Tom
Tom 2012년 5월 28일
great thanks wayne.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by