FIR filters and the delay associated with them

4 ビュー (過去 30 日間)
mir  khadim
mir khadim 2019 年 1 月 25 日
回答済み: Star Strider 2019 年 1 月 25 日
The delay associated with a fir filter is a downside to it, is the only way to compensate for a delay introduced by a filter by removing some samples from the filtered output such that the delay is negated. such as shown in matlab if "y" is the output signal from the filter the delay compensated output looks like y[1:delay]=[]; where the variable "delay" is calculated from the filter order. The method mentioned above surely compensates the delay at a cost of loss of information, so i wanted to know If there is a way to compensate for delay other than the one given above which leads to less or no loss of data.

採用された回答

Star Strider
Star Strider 2019 年 1 月 25 日
See if using the filtfilt (link) function or the zerophase (link) function will do what you want.

その他の回答 (0 件)

カテゴリ

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