Fraction Delay Filter to delay a simple signal

4 ビュー (過去 30 日間)
Magnus354
Magnus354 2016 年 12 月 12 日
コメント済み: Belal Essam 2021 年 9 月 19 日
Hello everyone! :)
So, I want to use a fractional delay filter to delay a signal for 0.075s. So I get a random matrix with an input of 1-10 signals. Signal:
x=0:0.2:pi;
s=sin(x);
To design a fraction delay filter with my requirements I use:
d = fdesign.fracdelay(0.075,'N',2);
hd = design(d,'lagrange','filterstructure','farrowfd')
My problem is to combine both of it, so my sine is delayed for 0.075s. So, does anyone have an idea how to solve the problem?
Kind regards Magnus354

回答 (1 件)

Boyuan Li
Boyuan Li 2018 年 6 月 5 日
Try this
delayed_s=filter(hd,s);

カテゴリ

Help Center および File ExchangeMatched 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