필터 지우기
필터 지우기

Implementation of fractional delay filter from scratch in matlab

조회 수: 4 (최근 30일)
Camille Dingam
Camille Dingam 2022년 10월 8일
댓글: Camille Dingam 2022년 10월 17일
Hello, below is the implementation of fractional delay filter using lagrange. Can anyone help to find the code from scratch of this function. Or anyone who has its C version can recommend to me. Thank you very much
orderfracfilter=4;
d = fdesign.fracdelay(binshift-floor(binshift),'N',orderfracfilter);
secondOrderFrac = design(d,'lagrange','filterstructure','farrowfd');

답변 (1개)

Chunru
Chunru 2022년 10월 8일
If you are looking for source code of fractional delay, check out this and its accompanying codes:
T. I. Laakso, V. Valimaki, M. Karjalainen and U. K. Laine, "Splitting the unit delay [FIR/all pass filters design]," in IEEE Signal Processing Magazine, vol. 13, no. 1, pp. 30-60, Jan. 1996, doi: 10.1109/79.482137.

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by