Fractional delay FIR filter design

4 ビュー (過去 30 日間)
nidhi bisla
nidhi bisla 2022 年 3 月 30 日
回答済み: Abhimenyu 2023 年 10 月 20 日
How can I design fractional delay FIR filter in the fastest way in matlab?
I want minimum computational time. Shall I use the inbulit function or design it myself?
If designing will be faster then how to design it?

回答 (1 件)

Abhimenyu
Abhimenyu 2023 年 10 月 20 日
Hi Nidhi,
I understand that you want to design fractional delay FIR filter using MATLAB. The fractional delay FIR filter is an FIR approximation of an ideal sinc shift filter with a specified fractional (non-integer) delay value fdwithin [0,1].
The fastest and the most efficient method is to use the MATLAB built-in function: ‘designFracDelayFIR’. This function offers a convenient and optimized way to design fractional delay FIR filters with specified delay, filter length or combined bandwidth, making it a good choice for achieving minimum computational time.
Please refer to the MATLAB documentation link below to understand more about the ‘designFracDelayFIR function and its examples:
I hope this helps!
Thank you,
Abhimenyu

カテゴリ

Help Center および File ExchangeDigital Filter Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by